QHQ-cloud
Results
2
comments of
QHQ-cloud
> IMAGE_HEIGHT, IMAGE_WIDTH默认[416,416,3],表示图片训练前要统一size吗? 要padding
我采用了一种办法,首先修改为仅动态batch,在ultralytics/engine/exporter.py大概400行中: # output_names = ["output0", "output1"] if isinstance(self.model, SegmentationModel) else ["output0"] # dynamic = self.args.dynamic # if dynamic: # dynamic = {"images": {0: "batch", 2: "height", 3: "width"}} # shape(1,3,640,640)...