Spaces:
Sleeping
Sleeping
Error when training with PromptNet.py
#1
by
Gilvan
- opened
Traceback (most recent call last):
File "/home/gilvan/REPO/PromptNet/PromptNet.py", line 114, in
main()
File "/home/gilvan/REPO/PromptNet/PromptNet.py", line 88, in main
tokenizer = Tokenizer(args)
File "/home/gilvan/REPO/PromptNet/modules/tokenizers.py", line 8, in init
self.ann_path = args.ann_path
AttributeError: 'Namespace' object has no attribute 'ann_path'. Did you mean: 'json_path'?
Even when correcting this error, others occur, it seems that the code is incomplete. Do you have an updated version?