ridasalam
ridasalam
Did you figure this out?
Yes, I have the same issue
I cannot also find the pre-trained model
@jiaxue1993 i think that: c, s = _box2cs(box, data_numpy.shape[0], data_numpy.shape[1]) should be c, s = _box2cs(box, data_numpy.shape[1], data_numpy.shape[0])
Hi, I would like to know as well.
@ABlueLight how did you import it to Tensorflow?
@ABlueLight, do you have a huge difference in speed of inference? I used @Ma-Dan 's helpful work to generate yolact.onnx and I load it through onnx load and onnx_tf.backend import...
Has anyone tried Pytorch to Tensorflow conversion for Yolact?