Andrea Zunino
Andrea Zunino
Hi! thanks for the great work! I have started to play with your released code. When I am running this command: python run.py +preprocess=sfm_spp_spg_val.yaml I get the following error: No...
Hi! I am currently trying your repo for converting a yolo v8 model (yolov8s.pt) using a Jetson Orin. I have been trying the export.py script with both fp16 and fp32...
Dear authors, thanks for the great work. I am trying your eval code using pre-trained weights (for example yolact_edge_resnet50_54_800000.pth) but I get a warning in the beginning which seems causing...
Dear authors, I was trying your repository with the default parameters in the settings duketomarket and markettoduke. I am not able to match your reported performance. I got Mean AP:...
Thanks for the great work! I am using your repo to convert the .pth model in an onnx model with input image size 640x400 in my settings. I have a...