Great question! To have a model natively infer at 960x960, you can:
- Upload a new dataset version resized to 960x960 in Roboflow
- Train an RF-DETR medium model on that dataset
- The resulting model will be compiled for 960x960 inference
No, unfortunately the Roboflow/inference library does not provide a direct way to specify the inference resolution when loading a model or calling the infer() method.