jinlj
jinlj
p[idx] => *(p+idx) , c 指针基本操作
@Wilbur529 When I try to convert `yolact` from `pytorch` to `onnx`, it complains: ``` Traceback (most recent call last): File "D:\Projects\Python\yolcat_seg\test.py", line 238, in torch.onnx.export(model, batch, "yolact.onnx", verbose=True) File "D:\Programs\Python\Python37\lib\site-packages\torch\onnx\__init__.py",...
@Wilbur529 Hi, thank you for your advide and patient. I follow your advice to export it into onnx format. 1. Turn off JIT: set PYTORCH_JIT environment, and remove `@torch.jit.script` decorator,...
@Wilbur529 I forgot to say that I modified the line. I'm still trying to debug it. Thank you for you time. :)
Fixed by: https://github.com/hustvl/YOLOP/pull/162 ; https://github.com/ausk/YOLOP
Fixed by: https://github.com/hustvl/YOLOP/pull/162 ; https://github.com/ausk/YOLOP
Fixed by: https://github.com/hustvl/YOLOP/pull/162 ; https://github.com/ausk/YOLOP ; https://github.com/ausk/YoloExt
Fixed by: https://github.com/hustvl/YOLOP/pull/162 ; https://github.com/ausk/YOLOP ; https://github.com/ausk/YoloExt
I get the following is the log output after running the modified code. ``` => pretrained_models/clip-vit-base-patch32-projection => huburl: https://huggingface.co/pretrained_models/clip-vit-base-patch32-projection/resolve/main/tokenizer_config.json => huburl: https://huggingface.co/pretrained_models/clip-vit-base-patch32-projection/resolve/main/config.json ``` If run `wget $huburl ` ``` HTTP...
Thank you @wondervictor anyway.