lufficc / SSD

High quality, fast, modular reference implementation of SSD in PyTorch
MIT License
1.52k stars 384 forks source link

it's possible to transform .pth file to .pb file? #145

Closed creama closed 4 years ago

creama commented 4 years ago

I have got the .pth file by run train.py. However, I want move it to the andorid, can you transform .pth file to .pb file or .tflite file?

lufficc commented 4 years ago

It's not recommended to use this repo for production purpose(This repo aims at research and experiments). So transform .pth file to .pb file or .tflite file is not in the plan.