-
## ❔Question
I would like to initial weight without pre-train or transfer weight.
I try to set --weight '' but it doesn't work.
Please suggest me.
## Additional context
-
## ❔Question
c,I set batch_size 1,it does not work,My system is ubuntu 18.04 GTX1050,4GB Memory size.I set cfg images size 224,batch_size 1,when I try my custom dataset(it is coco dataset in face),l…
-
Hi,
I'm trying to run a custom Yolo-V3 Tf-Lite model on NXP imx8M plus board using nnstreamer pipeline.
The pipeline I have used is as follows :
`gst-launch-1.0` v4l2src device=/dev/video3 …
-
## ❔Question
I change the network slightly and cannot use the pre-trained? How can I start training a model from scratch?
I use --weights '', but after train 2 epochs, I meet the wrong: WARNING: no…
-
### Describe the problem you are having
Awesome job getting OpenVINO into Frigate @NateMeyer! I just got a thin client with a J5005, and OpenVINO support was perfectly timed!
I tried using the ``…
-
Can you explain why have you used the following constants? I have inspected a few different yolov3 implementation but none had a similar operation.
https://github.com/ultralytics/yolov3/blob/a284fc…
-
hi there
when i try to run the example: FirstObjectDetection.py
I am getting this error:
`AttributeError: 'ObjectDetection' object has no attribute 'setModelTypeAsYOLOv3'`
could you please poi…
-
运行测试文件 报错显示文件没有此文件
ground truth path : /home/work/Users/Jetball/MainCode/attack/T-SEA-main/data/test/v5-demo/yolov5/det-labels
Error: No ground-truth files found!
-
Hello,
I tried yolov4.cfg on 2080Ti with input size 448*448, the training runs out of cuda memory even with batch size = 8
Have you tried the largest batch size value which won't break the cuda mem…
-
## ❔Question
Hi,
I want to figure out the intuition of bbox detection.
In yolov3, we can find that the output can be write by these:
![image](https://user-images.githubusercontent.com/7379039/880…