-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
Validation
### Bug
…
-
## ❔Question
Hello,
I have fairly large images that have hundreds of small objects on them. The base image is 5792 x 8688 and the objects I want to detect are around 43 x 43. I have thought about …
-
- [x] Refactor `Regularizer` ADT
- [x] Update oclussion regularizer subclass inheriting from `Regularizer` parent class
- [x] Create new oclussion regularizers following a $log$ and square behavior.…
-
### Reminder
- [x] I have read the README and searched the existing issues.
### Reproduction
我使用命令`./train.sh`发起对LLAMA3-70B的全参数训练,我使用的显卡是3张 A100-SXM4-40GB,以下是train.sh的内容。
```bash
#!/bin/bash
N…
-
dear author, I used install manual in this website (https://zenodo.org/record/3697265#.XykIRigzbic) and create the backblast env by conda. but when I want to use backblast setup command, it was failed…
-
There are several grammar typos in Go comments that need to be corrected to ensure clarity and professionalism. Below is a list of the identified issues:
- asending ==> ascending
- epects ==> expe…
-
I've created a script in Python that uses the `argparser` module to intercept arugments to the file whenever it's ran. I've created a task in ShareX like so:
![image](https://user-images.githubuser…
-
Using pytorch 1.7.1 and tested on TitanV and TitanRTX separately, here are what I got on COCO val2017 with yolov5x and yolov5l:
yolov5l:
Class Images Labels P …
gyzou updated
3 weeks ago
-
## ❔Question
1.train:
python3 train.py --data custom.yaml --cfg yolov5s.yaml --weights weights/yolov5s.pt --epochs 5
train: Scanning 'data/custom/labels/train.cache' images and labels... 6 found, 0…
-
Inference on a custom dataset is producing accurate x-coordinates but incorrect y-coordinates. An example output is given below (final number is confidence):
'6 0.480469 1 0.0234375 0 0.211182',
…