You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.py
+3-11Lines changed: 3 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -25,19 +25,11 @@
25
25
"tqdm",
26
26
]
27
27
28
-
iffind_spec("cv2") isNone:
29
-
install_requires.append("opencv-python")
30
-
iffind_spec("tensorflow") isNone:
31
-
warnings.warn(
32
-
"tensorflow is not yet installed. Installing tensorflow CPU version. if you wish to use the GPU version, please run: pip install tensorflow-gpu==1.13.1"
33
-
)
34
-
install_requires.append("tensorflow==1.13.1")
35
28
if"tegra"inplatform.platform():
36
-
iffind_spec("pandas") isNone:
37
-
warnings.warn(
38
-
"Not installing pandas or pytables (these can take forever on NVIDIA Jetson boards). Please install these packages if you want to use the benchmark_videos function to save poses from a video."
39
-
)
29
+
warnings.warn("Not installing the following packages:\nopencv-python\ntensorflow\npandas\ntables\nPlease follow instructions on github to install opencv and tensorflow. If you want to use the benchmark_videos function to save poses from a video, then please install pandas and tables (pip install pandas tables)")
0 commit comments