ZXW-King
ZXW-King
Hello, can you explain why the model loading and inference times are so slow?
Use your pytorch2onnx.py to convert onnx and the error is as follows: File "/media/xin/work1/github_pro/BHRL/mmdet/models/detectors/base.py", line 168, in forward return self.onnx_export(img[0], img_metas[0]) File "/media/xin/work1/github_pro/BHRL/mmdet/models/detectors/two_stage.py", line 194, in onnx_export x = self.extract_feat(img)...
Hello, which version of tensorflow and torch are you using? I used torch1.13.0+tensorflow2.5+cuda11.2 and got an error: "FileNotFoundError: Op type not registered 'DisableCopyOnRead' in binary runn", and the model could...