NutshellLee
NutshellLee
ValueError: Incorrect setting for output(s) of operator "unsqueeze2", should set: [XShape]. 跑yolov6s ACT自动蒸馏量化用自己的数据集,output8个类别的权重转成onnx,数据集配置成类似COCO文件格式跑的,出现这个报错什么问题? yolov6s_v2_qat_dis.yaml里面是这样设置的: model_dir: ./weights/best_ckpt.onnx image_path: None # If image_path is set, it will be trained directly based on...
How to use a different yolox weight other than the one provided to do quantization in the context?
What are the modifications needed for other yolox or yolov8 weights to work in the 2D quantization task?
trt_model checkpoints/tensorrt/yolox_x_8x8_300e_coco_20211126_140254-1ef88d67.trt loading annotations into memory... Done (t=0.55s) creating index... index created! [ ] 0/4952, elapsed: 0s, ETA:Traceback (most recent call last): File "tools/2d/evaluate_trt.py", line 142, in main() File "tools/2d/evaluate_trt.py",...