experiencor / keras-yolo3

Training and Detecting Objects with YOLO3
MIT License
1.61k stars 862 forks source link

how to use the DenseNet backend to do detection #95

Open xiaosuzhang opened 6 years ago

xiaosuzhang commented 6 years ago

I have train the densenet201_yolo and get the weights file. How to use the .cfg and .weights files to detect the object in Pytorch??? Thanks!!!

RichardSieg commented 6 years ago

As the name suggest, this package is completely written in keras, not pytorch. You should look out for a pytorch implementation.