cxychen-hub
cxychen-hub
* Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view): * Consider checking out SDK [examples](https://github.com/IntelRealSense/librealsense/tree/master/examples#sample-code-for-intel-realsense-cameras). * Have...
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,...