B1tstorm / customized_object_detection_system

customized object detection with tensorflow to simply inference, train & evaluate a model or annotate own datasets
GNU General Public License v3.0
0 stars 0 forks source link

Ein Netz Probehalber weitertrainieren #6

Closed B1tstorm closed 1 year ago

B1tstorm commented 1 year ago

Ausprobieren wie ein Netz antrainiert wird anhand der vorher gelabelten 30 Bilder.

B1tstorm commented 1 year ago

Funktionsfähiges Modell aus "TensorFlow/models/research"

Dafür wird die Object Detection API benötigt.

Offizielle Modelle

B1tstorm commented 1 year ago

Reaserch Modelle

B1tstorm commented 1 year ago

Funktionsfähiges Modell aus "TensorFlow/models/research"

Dafür wird die Object Detection API benötigt.

Offizielle Modelle

* Guide https://www.tensorflow.org/guide/model_garden#training_framework

* Install [https://github.com/tensorflow/models#Installation)

* HowTo https://github.com/tensorflow/models/tree/master/official/vision

Testen eines "official" Modells anstelle eines aus "research"