Duplicated from stevengrove/YOLO-World
186701e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
_base_ = ['./base_static.py'] onnx_config = dict( dynamic_axes={ 'input': { 0: 'batch', 2: 'height', 3: 'width' }, 'dets': { 0: 'batch', 1: 'num_dets' }, 'labels': { 0: 'batch', 1: 'num_dets' } })