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

Throws error when I try to train from scratch in posetrack 18 #38

Open
kawanish opened this issue Apr 23, 2022 · 1 comment
Open

Throws error when I try to train from scratch in posetrack 18 #38

kawanish opened this issue Apr 23, 2022 · 1 comment

Comments

@kawanish
Copy link

The below error occurs:

022-04-23 06:32:46 [posetimation.zoo.DcPose.dcpose_rsn] ERROR: => please download pre-trained models first!
Traceback (most recent call last):
File "run.py", line 33, in
main()
File "run.py", line 29, in main
runner.launch()
File "/home/awanish/DCPose-main/engine/defaults/runner.py", line 52, in launch
trainer = DefaultTrainer(self.cfg, self.output_path_dict, PE_Name=self.args.PE_Name)
File "/home/awanish/DCPose-main/engine/defaults/trainer.py", line 32, in init
self.model = build_model(cfg, phase='train')
File "/home/awanish/DCPose-main/posetimation/zoo/build.py", line 17, in build_model
model_instance.init_weights()
File "/home/awanish/DCPose-main/posetimation/zoo/DcPose/dcpose_rsn.py", line 285, in init_weights
raise ValueError('{} is not exist!'.format(self.pretrained))
ValueError: /home/awanish/DCPose-main/DcPose_supp_files/pretrained_models/pretrained_.pth is not exist!

there is no file with the name pretrained_.pth given in supp files folder

@l1teng
Copy link

l1teng commented May 14, 2022

The same issue from me. Is there any solutions?

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