open-solution-googleai-object-detection
open-solution-googleai-object-detection copied to clipboard
Open solution to the Google AI Object Detection Challenge :maple_leaf:
Especially for new comers it might be hard to understand what each parameter is doing.
I got your training script to run, but I was wondering what the meaning of "sum" is. I.e. "2018-08-18 09:23:40 steps >>> epoch 1 batch 12 sum: 10.1" Is that...
I belive this https://github.com/neptune-ml/open-solution-googleai-object-detection/blob/master/src/pipeline_manager.py#L36 line is *VERY* dangerous, it can easly delete someones home-dir if he does not understands what we ask for. - We could create new dir for...