hulianyuyy / CorrNet

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

trainging time of 1 epoch on phoenix2014-T #51

Closed Clouc-Catkin closed 1 month ago

Clouc-Catkin commented 1 month ago

Hi, I found that CorrNet need about 3 hours per epoch on phoenix2014-T when using 3090. But I place dataset files on Hard Disk with 7200 RPM. I wonder if this matters?

So I try to use joint coordinates instead of RGB to get a lightweight model with less training time. But I failed on the 3d hand joint data retrieved from RGB using Mediapipe.

I would greatly appreciate it if you could provide relevant information about above two problems.

Best regard.

hulianyuyy commented 1 month ago

About training time, CorrNet costs about <20 minutes per epoch during training on a 3090. I speculate that long training procedure may be attributed to the data loading process which costs too much time, or maybe there exists other processes using the GPU.

About joint coordinates for phoenix2014-T dataset, i haven't tried it and may not provide guidance.

Clouc-Catkin commented 1 month ago

Thank you for your suggestion