-
Your work is so great! I definitely appreciate it!
I meet some troubles trapping me for a long time:
After using "eval_cam_with_crf.py", I get pseudo mask, whose form is png.
But how can I use p…
-
### Describe the problem you are having
I am currently running in OpenVINO Detector mode with the default ssd model, which runs fine with hardware acceleration enabled. But when I try switching to yo…
-
## 1. The entire URL of the file you are using
https://github.com/tensorflow/models/blob/master/research/object_detection/core/box_list.py
## 2. Describe the bug
Hi there, nice to meet you al…
-
### 问题确认 Search before asking
- [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有发现相似的bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issu…
-
Can we filter the classes ?Is there any argument that we can use ?
-
I tried with hub.ultralytics with VisDrone dataset with yolovV5m6. It is done but it is throwing error while converting to blob files using tools.luxonis.com(The sheet attached shows the errors).
Th…
-
I run the maskal code and looks like train.json/test.json/val.json is empty inside.
Here is my sample of train.json
`{"info": {"description": "description", "url": "url", "version": "1", "year": "20…
-
### 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…
-
File "/root/miniconda3/envs/detectronTwoEth/lib/python3.8/site-packages/torch/utils/data/_utils/worker.py", line 287, in _worker_loop
data = fetcher.fetch(index)
File "/root/miniconda3/envs/…
-
I want to train my own data which has 10 classes, I have modify the data/*.yaml file, how to change the yolov5s network since currently nc=80 classes.
Thanks.