-
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…
-
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',
…
-
## ❔Question
Hi all,
I recently tried YOLOv5 on my custom grayscale images with 50 labeled objects in tiff format. It showed the bounding box in training results successfully on wandb. But no…
-
Hi,author!
/home/kylinb/anaconda3/envs/yolov5/bin/python /home/kylinb/PycharmProjects/yolov5/detect.py
Namespace(agnostic_nms=False, augment=False, classes=None, conf_thres=0.25, device='', exist_ok…
-
## Does yolov5 support transfer learning?
While training models, is there a possibility to use pretrained weights and modify last few layers?
-
## ❔Question
How to reduce FP?
## Additional context
Hi, thanks for your work! I use yolov5 to detect birds. It works well, but always identify some objects(like lotus and branches) as birds. I w…
-
Mod info, currently with the -k flag we can use our own keyset to generate keys.
Problem - ourr keyset gets overwritten by new keys.
Solution:
Under - prod_keys = "%s" % args.keys add this line…
-
When providing my custom parsing function with the `type` argument, like in the following:
```python
from tap import Tap
class Cli(Tap):
value: int
def configure(self):
self.…