fregu856 / ebms_regression

Official implementation of "Energy-Based Models for Deep Probabilistic Regression" (ECCV 2020) and "How to Train Your Energy-Based Model for Regression" (BMVC 2020).
http://www.fregu856.com
MIT License
96 stars 18 forks source link

Isn't RPN used in the training phase? #7

Open insanebai opened 3 weeks ago

insanebai commented 3 weeks ago

Hello, thank you for your excellent work. I have a question. I downloaded the project file directly. According to the yaml debugging, I found that the following parameters were set to False during the training phase. Does it mean that RPN is not used during the training phase? TRAIN_BBREG_ON: False TRAIN_RPN: False TRAIN_BACKBONE: False

fregu856 commented 1 week ago

Correct!