필터 지우기
필터 지우기

Empty detection results with Faster R-CNN - help!!

조회 수: 7 (최근 30일)
AnaM
AnaM 2021년 3월 3일
댓글: Juanita Londono 2021년 8월 23일
I am trying to train a Faster R-CNN 2D but I always get empty detection results...
  • I use a pre-trained backbone network on my data (which has an accuracy of around 70%);
  • The images have size [512 512 1] and are uint8 (as well as the input size of the network);
  • The bounding boxes are approximately between 30x30 to 60x60;
  • I have 2 classes of objects;
  • 250 epochs (already varied it but the result is the same) with MB size 64;
  • I've tried it with a very low positive overlap range ([0.1 1]);
  • ROI Mas pooling 7x7
  • I used fasterRCNNLayers to create a faster R-CNN object.
(500 images+bounding boxes around objects of two classes to train)
Example of training data table:
imageFilename class1 class2
'image1.tiff' [100, 110, 35, 50] []
'image2.tiff' [] [50,20, 40,30]
1) Is there a problem with the images being grayscale and not in color?
2) Do I have to have bounding boxes from a region other than the object? (as described here: https://www.mathworks.com/matlabcentral/answers/500950-bounding-box-not-drawn-some-variables-are-empty).
I really need some help... I don't understand how it runs without errors and then it can't find any object.
Thank you so so much in advance!!!
  댓글 수: 1
Juanita Londono
Juanita Londono 2021년 8월 23일
Hi, where you able to solve the problem? Thanks

댓글을 달려면 로그인하십시오.

답변 (0개)

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by