CloudRider

Results 3 comments of CloudRider

Hi @loveq007, I did the same for yolov7-tiny and I get better results: ``` [-1, 1, nn.Upsample, [None, 4, 'nearest']], # Upsample 4 instead of 2 [7, 1, Conv, [64,...

Hi @scianand , I would also be interested to get the video in order to validate my setup. In advance thanks, Louis

Hi, I managed to use the example demo of Yolov8. Then I'm able to load and run the pruned model by using : from ultralytics.nn.tasks import attempt_load_one_weight model, _ =...