EdjeElectronics / TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10

How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows
Apache License 2.0
2.92k stars 1.3k forks source link

Bad inference after 70k step using faster_rcnn_resnet152_pets (model zoo) #516

Open bm777 opened 4 years ago

bm777 commented 4 years ago

Hello to every one, Am training a bird specie object detection. I have 6 (with 525 image, 75 pictures per class) classes and using:

software and libraire

model:

Laptop:

The level: loss:1.4247278, step: 75185 The loss still decreasing but slowly.

I started the training since yesterday and I stopped the training and continued at this morning at the saved checkpoint as you can know. But at this stage, I saved and export the model.*-7108 to test test prediction, but i did not get prediction and no boxes was drawn, only if I decrease the treshold from 0.6 to 0.1, i get some false and true prediction.

My question is: does that means my model was not learned very well? or should I continue the training until I reach 200k step.

still

bm777 commented 4 years ago

An now still learning: still2