Traceback (most recent call last):
File "deepfly/pose2d/drosophila.py", line 542, in <module>
main(args)
File "deepfly/pose2d/drosophila.py", line 354, in main
max_img_id=min(get_max_img_id(args.unlabeled), args.max_img_id),
AttributeError: 'Namespace' object has no attribute 'max_img_id'
When I try to run the code following
It comes out this error