-
Hi, I am a novice.
Can you give a mini-tutorial on how to train this model and use it to predict bounding-boxes, on your own data.
I don't know how to get started it.
-
```
~/Desktop/yolo-boundingbox-labeler-GUI master
❯ python run.py
OpenCV Error: The function/feature is not implemented (The library is compiled without QT support) in displayOverlay, file /build/o…
-
![image](https://user-images.githubusercontent.com/81463532/227221362-bed5bb1e-188f-48e3-954e-a6ec78590e2d.png)
-
Hi, I am testing and trying to export RtmDet with an output containing the detections, rescaled bounding boxes and label scores as yolo models would which would provide a final tensor of dimension `[b…
-
I saw that in a previous github issue, 6 classes had to be added to the 80 existing classes in the coco.names list (though they are only rewordings of objects already in the dataset):
motorcycle
p…
-
The NuScenes Data Format is structured in different small packages.
10 Packages with Trainval Images and another package for Metadata.
How should your code be used?
Which label.json file should b…
-
@yeahkun
https://github.com/yeahkun/caffe-yolo/blob/eea92bf3ddfe4d0ff6b0b3ba9b15c029a83ed9a3/src/caffe/layers/detection_loss_layer.cpp#L56
从这行代码以及后面的可以看出,训练数据中每个cell都有(1+1+1+4)个标签,第2个表示是否包含object(0/…
-
I am unable to make this project.
I have set GPU/CUDNN/OPENCV and all other arguments as 0.
But I am unable to use make command
compilation terminated due to -Wfatal-errors.
make: *** [obj/yolov…
-
1. `发生异常: NameError
name '_SPLITS_COCO5_FORMAT' is not defined
File "/home/cv/yj/5.semi-object/OneTeacher-main/data_processing/builtin.py", line 103, in register_coco5
for _, splits_per_datas…
-