Closed hanspres1999 closed 2 months ago
Are you sure it's a yolo model? I think the ultralytics converter handles conversion to tf fine. Your error log makes it look like this is from torchvision.
It's a YOLO model which I got to know later as I was dealing with it like a black box. I handelled it with the Ultralytics API for conversion. Thanks!
@hanspres1999 Hi! Sorry for late reply. That YOLO from Ultralytics, does it contain roi_align
after conversion? I just don't see any suitable counterparts in Tensorflow, so implementing a node converter for it would likely be quite inefficient.
I am trying to convert a pytorch model to TF lite using this module called nobuco, I am facing some serious trouble and would really appreciate some guidance/help. It's a Yolo model and the error stack ends with something that looks like this:
I have looked through the documentation and am unable to use the info in it to solve the error. Appreciate the help.
Thanks in advance.