Do I have to resize my images?
4 views (last 30 days)
Show older comments
Hello, I have database with so many images... I have to do object detection with these images... there are no annotations in this database so I think I have to use ImageLabeler to annotate the images... but when i finished annotation for example on 500 images, do I have to resize them before doing next steps ? Is this the first step before object detection? I am going to do Object detection using YOLOv4...
0 Comments
Answers (2)
Image Analyst
on 5 May 2023
All the original images and labeled images need to match the image size that YOLO expects.
4 Comments
Image Analyst
on 5 May 2023
Like I said. You have to resize your images to match what your neural network is expecting.
And I don't know anything about relational databases.
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!