Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonfly90 committed Oct 17, 2017
1 parent ce1e3ef commit a1dc330
Show file tree
Hide file tree
Showing 7 changed files with 2,167 additions and 671 deletions.
Binary file modified cython/__init__.pyc
Binary file not shown.
712 changes: 422 additions & 290 deletions cython/heatmap.c

Large diffs are not rendered by default.

Binary file modified cython/heatmap.so
Binary file not shown.
920 changes: 542 additions & 378 deletions cython/pafmap.c

Large diffs are not rendered by default.

Binary file modified cython/pafmap.so
Binary file not shown.
1,201 changes: 1,201 additions & 0 deletions evaluation_Pose_trainImage_easy.ipynb

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions generateLabelCPMWeight.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import numpy as np
import copy
import re
from google.protobuf import text_format
import json
import cv2 as cv

Expand Down Expand Up @@ -296,9 +295,9 @@ def generateLabelMap(img_aug, meta):
stride = 8
grid_x = augmentcols / stride
grid_y = augmentrows / stride
sigma = 4.0
#sigma = 4.0
#sigma = 10.0
#sigma = 26.0
sigma = 7

heat_map = list()
for i in range(numofparts+1):
Expand Down

0 comments on commit a1dc330

Please sign in to comment.