-
Notifications
You must be signed in to change notification settings - Fork 514
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 'FaceBoxes.utils.nms.cpu_nms' #25
Comments
Try |
./build_cpu_nms.sh: line 2: python3: command not found |
I think you should first configure your python3 environment, using the official package or Anaconda. |
Solved, i just build it manually |
@rakacendekia Hi, Could you please share how to "build it manually" as you mentioned? |
Hi, |
Just cd xxx & bash xxx.sh |
ModuleNotFoundError: No module named 'FaceBoxes.utils.nms.cpu_nms' |
First you want to do this: #12 (comment) Then: Create the setup.py file:
Then run it |
When I run command python3 demo_webcam_smooth.py --onnx, can anyone solve this problem ?
The text was updated successfully, but these errors were encountered: