-
Hi, Thank you for your great work.
I have some error with roi_pooling layer (also nms and roi_align).
`Traceback (most recent call last):
File "./tools/test_net.py", line 18, in
from nets…
-
This repository has come a long way since it was first forked. Great work!
I left Yolo and started working on other human action prediction models awhile ago now. Specifically, recognizing when som…
-
Why do you lock this technology to a single hardware vendor by writing the accelerated bits in nvidia proprietary CUDA and not industry standard OpenCL?
-
According to the train.py file,I could know that :If I want to train my own data,I should write a class such as VOCDataset,but how can I do specifically?
-
https://github.com/hizhangp/yolo_tensorflow/blob/88aba9d5569c04170f294a093455390a90f2686e/yolo/yolo_net.py#L178
predict_boxes_tran = tf.stack(
[(predict_boxes[..., 0] + offset) / s…
-
Hi! Thanks a lot for doing this! How would i go about training the model on my own dataset?
-
when i run my code:
import math
import os, sys
import sensor,image,lcd,time,network,socket
import KPU as kpu
from machine import UART
from Maix import GPIO
from fpioa_manager import fm, board…
-
I can not download the pretrained weight from https://1drv.ms/f/s!ApLdDEW3ut5fec2OzK4S4RpT-SU or https://1drv.ms/f/s!ApLdDEW3ut5feoZAEUwmSMYdPlY. Can anyone share it ?
-
Build status: 45 of 56 packages succeed.
[build] Successful packages: …
-
Hello guys, as you know tensorflow has several methods for model quantization after finish training in order to reduce size with a bit of accuracy trade off. I am wondering is there any similar featur…