tutorials
tutorials copied to clipboard
Colab/Jupyter tutorials about training TensorFlow models for Edge TPU, and other tutorials
In Ubuntu 18.04 (what is used for TF 1.15.5 container), Canonical ships 3.0.0 for the protobuf compiler. So downloading the zip is unnecessary. https://packages.ubuntu.com/bionic/protobuf-compiler
Can you add or extend the tutorial to Obeject detection + points regression? [Centerface](https://github.com/Star-Clouds/CenterFace) or something similar runnable on Coral would be really nice to have.
Files containing `jpg` in them like a lot of Roboflow exports have, for example `0AE5531F-906F-461B-88A1-246C569F0E0D_jpg.rf.06d5884d72dac1031f6a6c54370e6492.jpg` where causing the example to search for the annotation in `0AE5531F-906F-461B-88A1-246C569F0E0D_xml.rf.06d5884d72dac1031f6a6c54370e6492.xml` instead of `0AE5531F-906F-461B-88A1-246C569F0E0D_jpg.rf.06d5884d72dac1031f6a6c54370e6492.xml` because...
Fixes #25
### Description In retrain_classification_ptq_tf2.ipynb, there is a check `assert float(tf.__version__[:3]) >= 2.3` that should check whether the used tensorflow version is at least 2.3 or higher. Now colab uses 2.13...
### Description Hello, It seems the Colab worksheet created and linked throughout coral.ai to retrain SSD Mobilenet no longer works. This appears to be because of TF1. Are there plans...
When i execute model.summary() in google collab it throw bellow error ValueError Traceback (most recent call last) [](https://localhost:8080/#) in () ----> 1 model.summary() 1 frames [/usr/local/lib/python3.10/dist-packages/optree/ops.py](https://localhost:8080/#) in tree_map(func, tree, is_leaf,...
### Description Retrain EfficientDet-Lite detector for the Edge TPU (TF2) example on Google Colab no longer works, presumably due to the updated Python version of Google Colab. It appears that...
Hi, Would it be possible to provide a tutorial to train a model from scratch? There are already tutorials to retrain models but none to train one from scratch. Or...
Hi, I am trying to follow this [tutorial](https://colab.research.google.com/github/google-coral/tutorials/blob/master/retrain_ssdlite_mobiledet_qat_tf1.ipynb#scrollTo=viewin-badges) to retrain the same pretrained model with my own images (about 300) to improve detection with a security camera (the angle of...