We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
my command:python eval.py --trained_model=weights/yolact_base_54_800000.pth --score_threshold=0.15 --top_k=15 --image=test.jpg --config=yolact_base_config
Traceback(most recent call last): File "eval.py",line 1105,in evaluate(net,dataset) File "eval.py",line 881,in evaluate evalimage(net,args.image) File "eval.py",line 60,in evalimage img_numpy = prep display(preds, frame, None, None, undo transform=False) File "eval.py",line 151,in prep displayscore threshold = args.score threshold)File "/home/ubuntu/yolact/yolact-master/layers/output utils.py", line 98, in postprocess boxes[:,1l,boxes[:,3]= sanitize coordinates(boxes[:,1], boxes[:, 3], h,cast=False) RuntimeError: nvrtc: error: invalid yalue for --gpu-architecture (-arch) nvrtc compilation failed:
The text was updated successfully, but these errors were encountered:
Have you solved this problem yet? I'm having this problem too!
Sorry, something went wrong.
No branches or pull requests
my command:python eval.py --trained_model=weights/yolact_base_54_800000.pth --score_threshold=0.15 --top_k=15 --image=test.jpg --config=yolact_base_config
Traceback(most recent call last):
File "eval.py",line 1105,in
evaluate(net,dataset)
File "eval.py",line 881,in evaluate
evalimage(net,args.image)
File "eval.py",line 60,in evalimage
img_numpy = prep display(preds, frame, None, None, undo transform=False)
File "eval.py",line 151,in prep displayscore threshold = args.score threshold)File "/home/ubuntu/yolact/yolact-master/layers/output
utils.py", line 98, in postprocess
boxes[:,1l,boxes[:,3]= sanitize coordinates(boxes[:,1], boxes[:, 3], h,cast=False)
RuntimeError: nvrtc: error: invalid yalue for --gpu-architecture (-arch)
nvrtc compilation failed:
The text was updated successfully, but these errors were encountered: