We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3c057 commit 7194f6aCopy full SHA for 7194f6a
models/vision/pose_estimation/get_model_and_data.py
@@ -32,8 +32,7 @@
32
from config import cfg
33
from config import update_config
34
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)
+subprocess.run("cd deep-high-resolution-net.pytorch/lib/nms && python3 setup_linux.py build_ext --inplace && rm -rf build && cd ../../", shell=True)
37
38
import dataset
39
import models
0 commit comments