mjq2020
mjq2020
An incorrect cat_id occurs when the name of the supercategory is the same as the actual detection category name of the dataset. ## Motivation An incorrect cat_id occurs when the...
In YOLOv5, v6, v8, PPYOLOE, when the widen_factor is certain, the number of convolution input channels cannot be aligned with the corresponding feature map #781
add: mobilenetv4 backbone
I have tested your model and found it to be very effective, but my application scenario requires a smaller model, but I have not seen you disclose the pre-training weights...
Hello, I found some differences in logs when I was doing model pre-training. I used O365+GoldG dataset for pre-training, 8X4090 graphics card, and the batch_size of each GPU during training...
## 1. Test code ```python import os import argparse import pyarrow as pa import lance import time from tqdm import tqdm from pycocotools.coco import COCO import os.path as osp import...