Tensorflow-TensorRT icon indicating copy to clipboard operation
Tensorflow-TensorRT copied to clipboard

How do you get the YOLOv3 Frozen Model used in this project

Open githubljj opened this issue 6 years ago • 2 comments

hi,this is great! i'm just wondering how do you train the YOLOv3 Frozen Model used in this project? thank U

githubljj avatar Sep 08 '19 02:09 githubljj

did you figure out which yolov3 implementation the model used in this repository is using?

yiwenwan2008 avatar Feb 26 '20 22:02 yiwenwan2008

@githubljj @yiwenwan2008 I think it's TensorFlow-Yolov3 implementation. Train the model using Tensorflow and then convert .ckpt to .pb. You can use This project

MuhammadAsadJaved avatar Sep 29 '20 02:09 MuhammadAsadJaved