-
Notifications
You must be signed in to change notification settings - Fork 36
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
from autovideo import extract_frames is nor working #9
Comments
@amitvermanit Hi, thanks for the feedback. This interface is deprecated. Currently it is wrapped as a pipeline primitive. See https://github.com/datamllab/autovideo/blob/main/autovideo/utils/d3m_utils.py#L125-L132 |
After installing all the libraries. I ran as suggested in the github link provided. I got following error Can you tell the autovideo version which I should install. I am using macbook. As you mentioned in the github link the code is only tested in linux, will it work in mac or not. Is there any other updated code. Please reply. |
@amitvermanit Hi, thanks for the feedback. It should be able to work in Mac (at least for Python 3.6). Could you provide more details for me to reproduce the errors, like what Python version you are using, and which command you used to install (i.e., whether you used |
python version 3.9. |
@amitvermanit I have just tried Mac with Python 3.8.2, torch==1.9.0, torchvision==0.10.0. It seems to work well in my side when setting the number of workers for the torch data loading to We didn't fully tested on Mac since most users will use Linux GPU servers. But thanks for the feedback. We will take more efforts to better support Mac system. |
I have tested with Python 3.8.2, torch==1.9.0, torchvision==0.10.0 as suggested. one of the issue I was able to understand is there is a folder named 'autovideo' which is conflicting with python package 'autovideo'. |
@amitvermanit Thanks for the feedback. This is bug. This is because we didn't put a |
@amitvermanit Yes, this is a similar issue. I just fixed it. Please try again. |
I still get the error how to rectify it and make it run? |
I am also getting same error. How to run it? |
when i ran
"from autovideo import extract_frames"
I get following error
"ImportError: cannot import name 'extract_frames' from 'autovideo' (/Volumes/Disk-Data/pose estimation/autovideo-main/autovideo/init.py)"
The text was updated successfully, but these errors were encountered: