bitsy-ai / rpi-object-tracking

Object tracking tutorial using TensorFlow / TensorFlow Lite, Raspberry Pi, Pi Camera, and a Pimoroni Pan-Tilt Hat.
https://medium.com/@grepLeigh/real-time-object-tracking-with-tensorflow-raspberry-pi-and-pan-tilt-hat-2aeaef47e134
MIT License
178 stars 70 forks source link

pipeline.config #34

Closed natxopedreira closed 4 years ago

natxopedreira commented 4 years ago

Hello

Im trying to compile re-train myself a model using facessd_mobilenet_v2_quantized_320x320_open_image_v4 but im having problems using the config file provided on tensorflow model repo trowing an error about RandomCropToAspectRatio/stack failed to run....https://github.com/tensorflow/models/blob/master/research/object_detection/samples/configs/facessd_mobilenet_v2_quantized_320x320_open_image_v4.config

Can you please share your pipeline.config so i can compare and look for differences?

Thank you!!

leigh-johnson commented 4 years ago

Hey @natxopedreira!

Unfortunately, I didn't re-train the FaceSSD model (so I don't have a working pipeline.config to share). :( You might have better luck asking in the https://github.com/tensorflow/models/ repo. Hope you're able to get this working!