jkjung-avt / tensorrt_demos

TensorRT MODNet, YOLOv4, YOLOv3, SSD, MTCNN, and GoogLeNet
https://jkjung-avt.github.io/
MIT License
1.75k stars 547 forks source link

AttributeError: 'Nonetype' object has no attibute 'serialize' #495

Closed dsabarinathan closed 2 years ago

dsabarinathan commented 3 years ago

I am trying to convert the custom tensorflow SSD_MobileNet_V3 to TensorRT engine. I am getting the above error.

jkjung-avt commented 3 years ago

I myself have spent some time trying to convert the pre-trained ssd_mobilenet_v3 to TensorRT, but did not get it to work. I left the work in progress in the ssd_mobilenet_v3 branch. I don't have a plan to look into this further....

dsabarinathan commented 3 years ago

oh! :(