Skip to content

Commit

Permalink
remove pafmap.so
Browse files Browse the repository at this point in the history
  • Loading branch information
liang committed Oct 23, 2017
2 parents ce7999c + db859b6 commit ce40b8f
Show file tree
Hide file tree
Showing 10 changed files with 2,054 additions and 585 deletions.
Binary file modified config/__init__.pyc
Binary file not shown.
3 changes: 1 addition & 2 deletions config/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import yaml
import numpy as np
from easydict import EasyDict as edict

Expand Down Expand Up @@ -46,7 +45,7 @@

config.TRAIN.max_rotate_degree = 0

config.TRAIN.scale_set = True
config.TRAIN.scale_set = False

config.TRAIN.head = 'vgg'

Expand Down
Binary file removed config/config.pyc
Binary file not shown.
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.
718 changes: 428 additions & 290 deletions cython/pafmap.c

Large diffs are not rendered by default.

Binary file removed 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 ce40b8f

Please sign in to comment.