AnteaterRacing / JouleTelemetrySoftware2019

Telemetry and Machine Learning Code for UC Irvine's 2019 FSAE Electric Racecar
https://www.anteaterelectric.com
2 stars 0 forks source link

Train cone object into tf obj-detection label map #28

Closed jacobsgomez closed 5 years ago

jacobsgomez commented 5 years ago

The current label map used in our algorithm randomly classifies all cones in the dataset.

It's necessary to retrain a new model and patch the cone label into:

models/research/object-detection/data/COCO_complete_label_map.pbtxt

genkilife commented 5 years ago

Summarize what I am going to do:

jacobsgomez commented 5 years ago

Summarize what I am going to do:

  • Create cone training images based on labelImg tool.
  • Know how to restore COCO pre-trained model in tensorflow
  • Train the model based on it.

Yes, I'm going to push a .zip of the dataset to our branch tonight. I'll touch base with you via slack.

genkilife commented 5 years ago

We have made progress on detecting cone objects. Following are the steps to reproduce after merging codes into codebase:

genkilife commented 5 years ago

TODO: