hulianyuyy / CorrNet

Continuous Sign Language Recognition with Correlation Network (CVPR 2023)
85 stars 14 forks source link

Training Problem #5

Closed yemenoglu closed 10 months ago

yemenoglu commented 1 year ago

Hi, i used CorrNet to train on the PHOENIX-2014-T dataset, in Training section at your shared page (https://github.com/hulianyuyy/CorrNet) i am taking this error (No module named 'dataset.dataloader_video'). I added dataset and datasets modules via pip install, but still i am taking same error. And, before Training section, if i use this command (python main.py --device your_device --load-weights path_to_weight.pt --phase test), i am taking this error (No such file or directory: 'path_to_weight.pt' ), i don't know how to i get this .pt file.
Could you help me, please. Thank you.

hulianyuyy commented 1 year ago

This is not a module. It's a py file, located in dataset/dataloader_video.py. Normally, this error won't incur. Please check if this file exists. You can comment if you have further question.

yemenoglu commented 1 year ago

Yes, it is inside of dataset folder, but still same error, sorry.

hulianyuyy commented 1 year ago

I have downloaded the repo from gihub and retrain it. But i haven't encounetered this issue. Maybe you can try adding the path to the code via import sys and then sys.path.extend(['path_to_CorrNet'] ?

yemenoglu commented 1 year ago

Ok, i will try it, thank you.

QUAN0704 commented 1 year ago

I encountered the same problem, did you solve this problem?

hulianyuyy commented 1 year ago

I suppose that this may be attributed to the version of python? 'dataset.dataloader_video' is a py file and you can normally import it by the import function in python.

yemenoglu commented 12 months ago

I m sorryfor late answering. I didnt solve it and i tried son many things, but fail. If you find anything, please share with me. Thank you.


Gönderen: quan @.> Gönderildi: 29 Haziran 2023 Perşembe 10:49 Kime: hulianyuyy/CorrNet @.> Bilgi: yemenoglu @.>; Author @.> Konu: Re: [hulianyuyy/CorrNet] Training Problem (Issue #5)

I encountered the same problem, did you solve this problem?

— Reply to this email directly, view it on GitHubhttps://github.com/hulianyuyy/CorrNet/issues/5#issuecomment-1612576167, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A7PENINSEM6CAKQXKJH4GF3XNUXPNANCNFSM6AAAAAAXOMK6LQ. You are receiving this because you authored the thread.Message ID: @.***>