You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After training the model, I want to evaluate the model with command python eval.py. I receive the error above.
The full output is:
>>> Using GPU: 0
========== Loading data... ==========
Reading images and annotations...
Collecting input batch...
========== Preparing LASSIE model... ==========
Using cache found in /home/sxxxxxx/.cache/torch/hub/facebookresearch_dino_main
========== Keypoint transfer evaluation... ==========
PCK=0.8331
Traceback (most recent call last):
File "/workspace_projects/projects/articulated_shapes/lassie/main/eval.py", line 90, in <module>
eval_model()
File "/workspace_projects/projects/articulated_shapes/lassie/main/eval.py", line 72, in eval_model
with open(osp.join(cfg.output_eval_dir, '%s.txt'%cfg.animal_class) ,'w') as f:
AttributeError: 'Config' object has no attribute 'output_eval_dir'
The text was updated successfully, but these errors were encountered:
After training the model, I want to evaluate the model with command
python eval.py
. I receive the error above.The full output is:
The text was updated successfully, but these errors were encountered: