wiky231

Results 4 issues of wiky231

Hi, I tried using train.py on a custom Roboflow dataset using the code: `%%time %cd /content/ScaledYOLOv4/ !python train.py --img 416 --batch 16 --epochs 100 --data {dataset.location}/data.yaml --cfg ./models/yolov4-csp.yaml --weights ''...

Is there any way to get the mAP for test dataset after training? Thanks

I trained a custom YOLOv5s model on Google Colab and I'm trying to convert the onnx file to a tf file so that I can subsequently convert it to a...

Hi, I'm trying to compare the 2 models by training them on the same custom dataset. However, after testing I realized that the Tiny YOLOv3 performs at an mAP0.5 of...