Anshul Parmar
Anshul Parmar
How to increase the size of the texts and thickness for the bounding boxes which we get after detect.py cmd?
using training cmd python seg/segment/train.py --device 0 --workers 4 --data seg/data/custom.yaml --batch-size 16 --weights yolov7-seg.pt --cfg seg/models/segment/yolov7-seg-custom.yaml --epochs 300 --img 640 --hyp seg/data/hyps/hyp.scratch-high.yaml --name yolov7-seg It is giving error: IndexError:...
Why only limit is 1 mb for file upload? and is there a way to increase it?
It is giving error now: script.js error 404 not found
### 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 found no similar questions. ### Question I exported my .pt weight file to tflite model...