Do I have to resize my images?
조회 수: 3 (최근 30일)
이전 댓글 표시
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
답변 (2개)
Image Analyst
2023년 5월 5일
All the original images and labeled images need to match the image size that YOLO expects.
댓글 수: 4
Image Analyst
2023년 5월 5일
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.
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!