-
Notifications
You must be signed in to change notification settings - Fork 41
Description
Hello @ParitoshParmar ,
Thank you so much for sharing the code for your Fitness-AQA project. I am very interested in your work on self-supervised learning for pose assessment and I'm trying to run the training script.
I am running into an issue when I try to execute Code_Release/pose_contrastive_learning/self_supervised_learning/train_test.py.
The script fails with a ModuleNotFoundError because it cannot find the ssl_contrastive_image_cleaned package and the opts_exercise_qa.py file, which seem to be missing from the repository.
Specifically, these import lines cause the error:
from ssl_contrastive_image_cleaned.dataloader import VideoDataset
from opts_exercise_qa import *
from ssl_contrastive_image_cleaned.models import my_resnet, linear_layers
Would it be possible for you to add these missing files to the repository or provide guidance on where I might find them?
Thank you for your time and for making this valuable research available to the community!