K210_Yolo_framework
K210_Yolo_framework copied to clipboard
Yolo v3 framework base on tensorflow, support multiple models, multiple datasets, any number of output layers, any number of anchors, model prune, and portable model to K210 !
Can you guide me how to run this instruction on colab.
Hello! When training loss slowly decrease with each epoch, but val_loss doesn't decrease and slightly vary around some value without any decrease and even can increase a bit. What is...
我特别想知道实在win10还是liunx上,如果我想跑自己的数据集。我该怎么弄。。。新手望解答
Hello, We tried to get the C code running on K210 maix bit, using the latest version of the standalone SDK. I see your main.c contains code for DVP but...
Hi can i use pretrained backbone mobilenet darknet network as feature extractor, freeze this layers and train only detector layers ? AKA transfer learning ?
Hey, I'm getting this error: Init node conv1/kernel/Assign doesn't exist in graph When trying to freeze a model using your library and guide. This happens even on the asset/yolo-model... Any...
When I run $ make anchors DATASET=voc ANCNUM=3 LOW="0.0 0.0" HIGH="1.0 1.0", the PC shows: python ./make_anchor_list.py \ voc \ --max_iters 10 \ --is_random True \ --in_hw 224 320 \...