-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
I want to Retrain the YOLO model for vehicle detection(car,bus,truck.motorcycle)
When I run the train.py it genrate error
Error
python3 train.py
Using TensorFlow backend.
2018-10-03 14:01:38.9934…
-
Hi, I am now doing the thesis about the YOLO. I want to get all the features of the three output layers of YOLO when giving the images into it, and the size of y1,y2,y3 should be (sample_num, 13, 13, …
-
I followed your instructions in the README.me to download and convert weights files for `yolov3` and `yolov3-spp`. I've successfully run `yolo.py` using the standard `yolov3` as follows:
```
$ curl …
-
I follow the instructions to put the PB and txt files in the assets folder. After the app opens, it will flash back. I am training the yolo2 to do face detection. The output is 30=5*6. What is the rea…
-
## Motivation
YOLO (You Only Look Once) are a family of high performance models for general object detection in images and videos. There exist many tutorials online to use YOLO models for object de…
-
I'm trying to flow this tuto [https://modelzoo.co/model/yolo-tensorflow](url)
i did try 3 ways
> flow --imgdir sample_img/ --model cfg/yolov2-tiny.cfg --load bin/yolov2-tiny.weights --json
> f…
-
raceback (most recent call last):
File "from_darknet_weights_to_pb.py", line 3, in
from from_darknet_weights_to_ckpt import load_weights
File "/home/tl/tensorflow-yolov3/from_darknet_weigh…
-
**博主好,yolov4.pt转keras,h5已转成功,现在检测其效果,当我运行demo.py时出现以下错误:**
Traceback (most recent call last):
File "demo_fast.py", line 137, in
outs = yolo.predict(pimage)
File "/home/anaconda3/lib/pytho…
-
I'm trying to access the intermediate layers of the YOLOv3 model during a forward pass. Using the functional API, this is usually achieved as follows (from https://www.tensorflow.org/guide/keras/funct…