Open
Description
Hi Aladdin great tutorials you have here. I was really able to understand for the first time how to code YOLOv3 . But i couldn't find the code for inference so i decided to write one on my own but i stumbled across following issues.
- I tried to use your plot_couple_examples function ,but always got cuda out of memory error ,which was really weird cause i could train the model for batch size 6 on my 4gb gtx1650 gpu
- Then i tried to manually pass an image by reading through opencv and then expanding dimension to have batch size of 1 but got the following error
- RuntimeError: Given groups=1, weight of size [32, 3, 3, 3], expected input[1, 416, 416, 3] to have 3 channels, but got 416 channels instead
- Can you please suggest some fix i am using your repo as starting point for my college project
Metadata
Metadata
Assignees
Labels
No labels