K210-yolo3
K210-yolo3 copied to clipboard
A Tensorflow implementation of keras-YOLOv3. Now I am ported to k210
it is possibe luse pretrained backbone and train only predictor ?
I've run `python3 voc_annotation.py ./VOCdevkit` but get a following error. ``` Traceback (most recent call last): File "voc_annotation.py", line 2, in import tensorflow.python as tf File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/util/deprecation_wrapper.py", line 106, in...
Hello, New to AI world (but want to try K210 board) I have a pretrained model with tiny-yolo v3 . Can i directly convert and use it ? Or I...