-
Tried to compilation YOLOv5_Torchscript:
libtorch-cu101
cd YOLOv5_Torchscript
mkdir -p build &&build
cmake ..
-- The C compiler identification is GNU 7.5.0
-- The CXX compiler identification i…
-
Hi,i have a problem,i use VOC segmentation dataset to train a 21 classes net,but i meet the bellow problem。in predict.py
i change the ‘n_classes=21’。Look forward to your reply
Traceback (most rece…
-
您好,感谢贵团队开源的工作。
1、请问是不是将deepcam-yolov5_face的代码改成了 4个 关键点检测的代码呢?我目前也是需要实现4个关键点检测,在尝试改yolov5-face的代码,恰好看到了您的工作
2、使用您的原始代码,在我自己的数据集上训练时,train的时候各个loss是正常下降的,但是val时targets map P R等所有指标为 0,您能提供一些解决思路吗
-
### What is the problem this feature will solve?
semi-supervised object detection for mmyolo.
### What is the feature you are proposing to solve the problem?
Hello Open MMLab team, thank you for de…
-
## Env
- GPU, RTX2060
- Ubuntu18.04,
- Cuda11.0
- TensorRT7.2.2
## About this repo
- which model? yolov5
## Your problem
i use the yolo5s model,get the engine and test it all right..
…
-
### 🐛 Describe the bug
RuntimeError: adaptive_avg_pool2d_backward_cuda does not have a deterministic implementation, but you set 'torch.use_deterministic_algorithms(True)'. You can turn off determini…
-
please help me
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
Hi, I'm using same dateset for yolov5 and yolox. Dataset include 120 cell images, 100 train and val, 20 test.
Object number per image is between 50-800.
And this is my exp file for yolox
```
class…