inisis / brocolli

Everything in Torch Fx
MIT License
341 stars 63 forks source link

How to feed a tuple of inputs? #17

Closed ycxia closed 2 years ago

ycxia commented 4 years ago

I want to convert siamrpn which has two inputs to caffe , how to do it? thank you

inisis commented 4 years ago

Can you paste a link for that model in pytorch. I will check it.

ycxia commented 4 years ago

@inisis https://github.com/STVIR/pysot this is original repo.

https://github.com/STVIR/pysot/blob/master/MODEL_ZOO.md this contains models

thank you

hongjizhu commented 4 years ago

@ycxia I have same problem with you. you already do well it ?

inisis commented 2 years ago

Hi, I tested your code, this model cannot be conveterd to caffe, because for the xcorr module, the conv2d is dynamic, this can be achieved it pytorch but not in caffe. However, brocolli now supports multi inputs.

@inisis https://github.com/STVIR/pysot this is original repo.

https://github.com/STVIR/pysot/blob/master/MODEL_ZOO.md this contains models

thank you