I have successfully trained and tested the model in predcls mode, but when I want to train the model in the sgdet mode, I met a few problems.
In object_detector.py, fasterRCNN needs to return five values (Figure 1), but in faster_rnn.py, there are eight values to be retured (Figure 2), and there is no roi_features needed in object_detector.py
Could you tell me how to solve the problem requires, thank you very much
Thanks for sharing the nice work!
I have successfully trained and tested the model in predcls mode, but when I want to train the model in the sgdet mode, I met a few problems.
In object_detector.py, fasterRCNN needs to return five values (Figure 1), but in faster_rnn.py, there are eight values to be retured (Figure 2), and there is no roi_features needed in object_detector.py
Could you tell me how to solve the problem requires, thank you very much