RiverLight4
RiverLight4
@zhanggang001 , Thanks for your reply! > Unfortunately, we did not test the deployment process for ONNX. > I can transfer the code to the latest MMDetection if I have...
If I input img only: ``` with RewriterContext(**context_info), torch.no_grad(): # for exporting models with weight that depends on inputs func(*inputs) if isinstance(inputs, Sequence) \ else func(return_loss=False, rescale=True, **inputs) # This...
Unfortunately, No.