Skip to content

Commit 7194f6a

Browse files
xuhongyaoweimingzha0
authored andcommitted
build hrnet libs
1 parent cf3c057 commit 7194f6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: models/vision/pose_estimation/get_model_and_data.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
from config import cfg
3333
from config import update_config
3434

35-
subprocess.run("cd deep-high-resolution-net.pytorch && cd lib", shell=True)
36-
subprocess.run("cd nms && python3 setup_linux.py build_ext --inplace && rm -rf build && cd ../../../", shell=True)
35+
subprocess.run("cd deep-high-resolution-net.pytorch/lib/nms && python3 setup_linux.py build_ext --inplace && rm -rf build && cd ../../", shell=True)
3736

3837
import dataset
3938
import models

0 commit comments

Comments
 (0)