-
Notifications
You must be signed in to change notification settings - Fork 48
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
Demo is not working, help required #16
Comments
Thanks for your interest in our work! It seems that the dataloader cannot find the frames you provided. Could you please double check the data folder you've created? Make sure to follow the structure mentioned in the Demo section. It may be also helpful to take a quick look at the code snippet for processing the input frames. |
Hi there, thanks for reply. Unfortunately I am still not able to run the demo. I am getting following error when i try to run customize.py Althoug utils package is installed but still Iam getting this error. |datasets/ and |--data/ Still getting same results: Please help me solve this use thanks :) |
args.data_root = 'datasets/demo/frames/' not args.data_root = '/datasets/demo/frames/' |
@IronHide99 please try to give absolute path |
@AhmadManzoor can we get in touch? |
@IronHide99 sure , how may i help you. [email protected] |
hello ,Have you solve your problems? I met the same Questions |
CHANGE args.data_root = '/datasets/demo/frames/' TO args.data_root = 'datasets/demo/frames/' |
After multiple attempts I haven't been able to run this code. I don't know what is the problem here even though I have followed the demo tutorial down to detail. |
| |
17600591193
|
|
***@***.***
|
签名由网易邮箱大师定制
On 3/30/2021 ***@***.***> wrote:
CHANGE args.data_root = '/datasets/demo/frames/' TO args.data_root = 'datasets/demo/frames/'
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hi there,
First of all I would like to congratulate you for this great work and thank you for saharing the this awsome content publicly.
I am trying to run the demo.py after following all the steps described in the demo paragraph but unfortunately I am encountering problems and no visual results are generated in results folder except an empty results.txt file. Following is the terminal output that I am getting. The "Datalist len" is 0. I don't know why it is so. I have provided a total of 778 frames but I am not getting any output. Is there a minimum nunber of frames to be provided for detection?
Please help, Thanks.
python3 demo.py
Warning: If you want to use fp16, please apex with cuda support (https://github.com/NVIDIA/apex) and update pytorch to 1.0
Warning: If you want to use fp16, please apex with cuda support (https://github.com/NVIDIA/apex) and update pytorch to 1.0
Warning: If you want to use fp16, please apex with cuda support (https://github.com/NVIDIA/apex) and update pytorch to 1.0
Loading pretrain model from pretrained/ava_step.pth
Building I3D model...
Building I3D head for global branch...
Building I3D head for global branch...
Building I3D head for global branch...
Building I3D head for context branch...
Datalist len: 0
The text was updated successfully, but these errors were encountered: