-
Build status: 45 of 56 packages succeed.
[build] Successful packages: …
-
Model Name: Yolov3-Tiny
Trained Resolution: 832x832
Detections using Yolo2_light: 10
Detections using Yolo2_light -quantized: 0
Detections using TensorRT: 10
Detections using TensorRT int8: 7
…
-
Thanks for the great work! I firstly tried with the tiny-yolo, which worked fine. Then I wanted to follow the quick start to see how is the normal yolo2 on coco. However, after I transfer the weight a…
-
get this error whenever i execute predict.py
-
This code fails if you try setting grid_w and grid_h with different values, for example, you decided to use Yolo for images which are not square:
```
cell_x = tf.to_float(tf.reshape(tf.tile(t…
-
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…
-
https://wiki.sipeed.com/soft/maixpy/zh/api_reference/Maix/kpu.html
-
Hi @ruiminshen, thanks for the project.
Could you show me how should I train for the yolo v1 (Tiny)?
Do I need to change the config.ini file? (I already downloaded the datasets VOC)
Thanks
-
Traceback (most recent call last):
File "demo.py", line 37, in
net_utils.load_net(trained_model, net)
File "/home/pcrane/yolo2-pytorch/utils/network.py", line 66, in load_net
param = …
-
Every time I run this code some steps,my computer will crash. My computer have 8g memory ,gtx1060 NVIDIA. I set batch_size=1
I use 'top' command to monitor the usage of memory ,the memory and nvid…