ChunML / ssd-tf2

A super clean implementation of SSD (Single Shot MultiBox Detector) made possible by Tensorflow 2.0
MIT License
115 stars 54 forks source link

Save into pb or checkpoint format #13

Open sarattha opened 4 years ago

sarattha commented 4 years ago

Can I train the model and then save into the .pb or .ckpt format ? Because i want to convert the model into the onnx format. Thank you for the source code.

FSet89 commented 3 years ago

@sarattha did you find a solution?