Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'FDSC' #1

Open
hufangjian opened this issue Feb 28, 2022 · 2 comments
Open

ModuleNotFoundError: No module named 'FDSC' #1

hufangjian opened this issue Feb 28, 2022 · 2 comments

Comments

@hufangjian
Copy link

I run
python -m infer
--modelPath="./Models/model_16_m3_0.8888.pth"
--streaming=False
--inputPath="./dataset/fight/fi148.mp4"
--outputPath="./outputVideo.mp4"
--sequenceLength=16
--skip=2
--showInfo=True

get this error!

@dongxiaolong
Copy link

you can fix the bug by change infer.py line 2 to from FDSC.Fight_utils import loadModel, predict_on_video, start_streaming while you should change the dir UtilsFiles to FDSC.

@LemonCANDY42
Copy link

you can fix the bug by change infer.py line 2 to from FDSC.Fight_utils import loadModel, predict_on_video, start_streaming while you should change the dir UtilsFiles to FDSC.

Excellent! it's solved my problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants