huangshiyu13 / RPNplus

RPN+(Tensorflow) for people detection
MIT License
181 stars 85 forks source link

Is model trained? #25

Open nzurita opened 6 years ago

nzurita commented 6 years ago

Hello, thank you for this great work.

Is the model already trained in this repo? If I use test.py I see it already detects people, so maybe it is just ready to use?

Another question: does train.py has a stop criteria or loss function threshold? I set it to train with precarious dataset and after 43 hours I have this output:

step : 8400 time : 153299.0062 loss : 0.46541554 l_r : 0.0001

When will it stop?

Thank you