Mitul Saha

Results 8 comments of Mitul Saha

@GeorgeFanFan Did you find a solution? I have similar issue. Thanks!

Thank you @niuniandajiba, @Yaoxingtian ! Let me try ...

Can the repo owners clarify what versions they used for OS, onnx, onnx-simplifier, onnxruntime, anything else needed and is not clear in requirements.txt ? @Riser6

As suggested by @niuniandajiba, I tried:- onnx 1.9.0 onnx-simplifier 0.3.6 onnxruntime 1.7.0 pytorch 1.7.1+cu102 torchvision 0.8.2 WITH Ubuntu 18.04.6 LTS AND python 3.6.9 (python 3.7.X should be fine too) and...

Hi @GalSang17 , did you resolve this issue? If yes, then how?

Thanks @xuanandsix! So, after this change I get this crash:- https://github.com/xuanandsix/CLRNet-onnxruntime-and-tensorrt-demo/issues/3 Do I need to retrain model with this new clr_head.py?

Thanks @xuanandsix. It seems to be the clr_head.py from this repo is being indeed loaded. I am trying to debug now - then why I still get this crash, as...

Hi @xuanandsix, I notice: In your example "python torch2onnx.py configs/clrnet/clr_resnet18_tusimple.py --load_from tusimple_r18.pth", when I print the keys in "state_dict" from "https://github.com/xuanandsix/CLRNet-onnxruntime-and-tensorrt-demo/blob/main/torch2onnx.py#L22", I do not see these:- module.heads.sample_x_indexs module.heads.prior_feat_ys module.heads.prior_ys module.heads.criterion.weight...