-
Hi Andre, I hope you’re doing well! I’d like to get your advice on something. If I decide to change my dataset, what adjustments would I need to make throughout the workflow? Are there specific things…
-
```
Epoch 36/50
1/3 [=========>....................] - ETA: 6s - loss: 19.5985 - yolo_output_0_loss: 0.2308 - yolo_output_1_loss: 1.4234 - yolo_output_2_loss:
2/3 [===================>..........] -…
-
I build tiny model from scratch thanks to the author's code. However, its prediction is sometimes bad. I checked the code several times but couldn't find anything wrong.
Many people seem to have the…
-
I am getting this error when converting my model to a TensorRT model as mentioned in #61, which was closed without a solution.
```
Traceback (most recent call last):
File "tools/Convert_to_TRT.py…
-
Hi,
When I try to run detect.py using this:
"python detect.py --pic-dir images/chess_pictures --model-path output_model/chess/best_model_tiny_0.985/1 --class-names dataset/chess.names --nms-score-th…
-
Hi,
I'm running the train.py with my own dataset where after one epoch I get the following error:
08 - yolo_output_2_loss: 747.91192020-01-14 02:49:00.109261: W tensorflow/core/common_runtime/ba…
-
Hi,
I am trying to auto annotate a set of custom images. The initial mode is trained using 'Ultralytics Yolov5s' and saved_model is generated. When I try executing the following code
```
from…
-
Hi,
when I'm running `python load_weights.py --weights ./weights/yolov3-tiny.weights --output ./weights/yolov3-tiny.tf --tiny`
on my Jetson Nano (Jetpack 4.3, tensorflow 2.1.0) an error occurs.
*…
-
I have installed everything as per requirements.txt but when I run
`python train.py
`
I get the following error message:
```
Traceback (most recent call last):
File "train.py", line 38, …
-
Traceback (most recent call last):
File "main.py", line 191, in
main(YOLO())
File "main.py", line 71, in main
boxes, out_class, confidences, midPoint = yolo.detect_image(image)
Fil…