Can
Can
Hello, I'm doing a project using both pyvips and openslide, but I cannot import them at the same time. It's possibly due to conflicts between some dynamic link libraries used...
my model's accuracy drops a lot when I convert it into fp16 mode, even a pretrained resnet34 experienced accuracy drop in fp16 mode. ``` import os os.environ['CUDA_MODULE_LOADING'] = 'LAZY' from...
Yolov9-E achieves 55.6% mAP when input size is 640*640, I guess it is the SOTA in all YOLO series. Yolov6L6 and Yolov7-E6E can achieve 57.2% and 56.8% mAP for 1280*1280...
I would like to do a comparison between yolov6-L6 and yolov9-e on my own dataset. Training yolov6-L6 spends around 20 mins per epoch, while training yolov9-e spends 120 mins. I...
`python export.py --weights ./gelan-c-seg.pt --simplify --topk-all 100 --iou-thres 0.65 --conf-thres 0.35 --img-size 640 640 --include onnx_end2end` ONNX END2END: export failure 2s: 'tuple' object has no attribute 'permute'