princeton-vl / CornerNet-Lite

BSD 3-Clause "New" or "Revised" License
1.78k stars 431 forks source link

A small running error #158

Open simple-boy opened 2 years ago

simple-boy commented 2 years ago

I applied cornernet Lite to my dataset, which has 28 classes and the size of each image is 5472 * 3648. After training, I use demo.py for a test. However, only when the size is modified to a smaller size when the test picture is read, can it operate correctly. When the size of the picture is not modified, there will be an error, "Runtimeerror: cudnn error: cudnn_status_international_error".

How can I modify it to run completely without changing the size of the picture.

Thanks for your help.