-
Hi guys,
So.. I have successfully trained a model based on the yolov3.cfg config file to recognize my face.
Now i want to explore the case in which i keep adding new faces for facial ID.
Ideally…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
![1729845808551](https://github.com/user-attachments/assets/cb3e6579-30e7-4297-a408-42f1d2ce7b19)
now, when we export to yolo, we can only export to these 3 label_format
-
https://github.com/Tianxiaomo/pytorch-YOLOv4/blob/4c20d746c519cb58694863713a47af37be4b8d4a/train.py#L262
在Yolo_loss的计算中,tgt_mask的作用是什么,我目前做一个对抗攻击Yolov4的算法,想要创建目标类别均为背景类别的,但是我发现如果label数为0并不是这个意思,tgt_m…
-
`ROOT_DIR/models/detectors/yolo/data/coco.names`
80 Classes label index(0~79) from top to bottom
person
bicycle
car
motorbike
aeroplane
bus
train
truck
boat
traffic light
fire hydran…
-
最近在使用作者的YOLO_Transform.py转换DOTA数据格式时,如果是转换split后的图片的数据格式,因为split后有时会出现一个图片中gt为0的情况,这时需要删除该gt数目为0的图片和对应的label文件,此时出现了图片占用问题,需要修改一下代码。在dota2LongSideFormat这个方法中,将 `img = Image.open(img_fullname)`修改为
`fp…
-
@camel007 Hi. I want to train YOLO on my own dataset, but I don't know how to use your opensource.
1. Is leaky layer needed to add in the caffe/layers?
2. Should I compile the pycaffe in advance, …
-
Hi, cuz I'm using in flutter
referring by this: https://pub.dev/packages/tflite
I just used below command in flutter
```
res = await Tflite.loadModel(
model: "assets/yolov4-416-…
-
I training my own dataset.
But, darkflow is not using my GPU.
How to use GPU?
MY command is
`CUDA_VISIBLE_DEVICES=1 python3 flow --model ./cfg/my-yolo.cfg --labels ./labels.txt --dataset ./data/c…
-
### 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…