Rain

Results 3 issues of Rain

Has anyone successfully converted a Yolact++ model to onnx? ` preds = net(batch) dummy_input = Variable(torch.randn(1, 3, 550, 550)) torch.onnx.export(net, dummy_input, "yolact_0421_20000.onnx", verbose=True)` but got the errors, any suggestions would...

Hi, How to run yolact_edge in jetson AGX Xavier? Thanks!

Is it easy to deploy on Xavier? Any info will be appreciated!

help wanted