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

Error evaluating the model on NVGestures dataset #10

Open
goutamyg opened this issue May 13, 2024 · 5 comments
Open

Error evaluating the model on NVGestures dataset #10

goutamyg opened this issue May 13, 2024 · 5 comments

Comments

@goutamyg
Copy link

goutamyg commented May 13, 2024

Hi @zhoubenjia Thank you for sharing your code. However, I am getting an error during model inference on the NVGestures test dataset. The error occurs here since none of the contours have an area greater than 500. Can you please suggest how to fix this error?

I was also curious whether you use different pre-processing methods for depth maps from NVGestures and NTU-RGBD datasets? If yes, can you please share the pre-processing code for NVGestures dataset? Thank you.

@goutamyg
Copy link
Author

Also, can you please suggest what /path/to/model_best.pth.tar should be in

CUDA_VISIBLE_DEVICES=0,1,2,3 python -m torch.distributed.launch --nproc_per_node=4 --master_port=1234 tools/train.py --config config/NvGesture.yml --nprocs 1 --eval_only --resume /path/to/model_best.pth.tar

to evaluate the model on NvGesture dataset?

@zhoubenjia
Copy link
Collaborator

Also, can you please suggest what /path/to/model_best.pth.tar should be in

CUDA_VISIBLE_DEVICES=0,1,2,3 python -m torch.distributed.launch --nproc_per_node=4 --master_port=1234 tools/train.py --config config/NvGesture.yml --nprocs 1 --eval_only --resume /path/to/model_best.pth.tar

to evaluate the model on NvGesture dataset?

Hi,

Thank you for your attention to our work and for pointing this out. We will fix this bug as soon as possible. In the meantime, you can try using this code.

@goutamyg
Copy link
Author

@zhoubenjia Thank you for your kind response. Since I am interested with NvGestures dataset, can you please release the corresponding models for your PAMI paper? I appreciate your help.

@zhoubenjia
Copy link
Collaborator

@zhoubenjia Thank you for your kind response. Since I am interested with NvGestures dataset, can you please release the corresponding models for your PAMI paper? I appreciate your help.

Access following link to get the NvGestures parameters.
https://drive.google.com/drive/folders/1YMkVDX44cXVzlBQdYHHcDr0Cr7gd7HsY

@goutamyg
Copy link
Author

Thank you for sharing the model files

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

2 participants