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
Hi, I found demo.py return an error and I believed it's because someone change the content of demo.py and put "sys.path.insert(0, "./")" in a wrong place. I think it should be before "from demo.predictors import VisualizationDemo" or the importing cannot be executed. Please check it.
The text was updated successfully, but these errors were encountered:
Hi, I found demo.py return an error and I believed it's because someone change the content of demo.py and put "sys.path.insert(0, "./")" in a wrong place. I think it should be before "from demo.predictors import VisualizationDemo" or the importing cannot be executed. Please check it.
Sry, this is our fault, we will fix it in next PR~ Thanks for reporting this issue~
Hi, I found demo.py return an error and I believed it's because someone change the content of demo.py and put "sys.path.insert(0, "./")" in a wrong place. I think it should be before "from demo.predictors import VisualizationDemo" or the importing cannot be executed. Please check it.
The text was updated successfully, but these errors were encountered: