Open lji72 opened 7 months ago
I met the same bug.
And I modified the predict.py according to the _valdual.py as follows:
pred, proto = model(im, augment=augment, visualize=visualize)[:2]
proto = proto[-1]
Now it can test without errors, but I don't know if this use multi-scale for testing.
@JiaminWoo You can check the accuracy to verify it.
I tried to run testing with multi-scale manner and it failed with error. And there is no multi-scale testing guided in readme, so how can I run multi-scale testing with YOLOV9?