-
Notifications
You must be signed in to change notification settings - Fork 8
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
Feature Extraction movienet-tools error #10
Comments
Hello @kumar-devesh ,
When you mention-
Do you mean the same issue arises when you try to use this movienet-tools repository? |
Using a python 3.8 environment for feature extraction.
yes |
error stack trace
|
Thanks for sharing. I notice there are many shared dependencies, and I suspect the issue is due to the torch version mismatch-
Movienet-tools requires I suggest you create a fresh environment as directed in feature_extractors/README.md:(L24-27), preferably with Let us know if this fixes the issue. |
I get the same error. Have nms_cpu and nms_cuda in this import statement been defined? |
These are cuda utilities, and they are already present in I will look into this later. For now, I suggest you check your environment carefully since the packages in your shared environment-package-list do not match the given feature_extractors/feat_extraction_requirements_py38.txt. |
Hi there, |
Hi,
when performing inference using the face detector i get the error
ImportError: cannot import name 'nms_cpu' from partially initialized module 'utils.movienet_tools_subset.persondet_modules.core.ops.nms'
Its the same for movienet-tools repo. How do i fix this?
The text was updated successfully, but these errors were encountered: