toandaominh1997 / EfficientDet.Pytorch

Implementation EfficientDet: Scalable and Efficient Object Detection in PyTorch
MIT License
1.44k stars 306 forks source link

can i convert caffe or darknet? #37

Open Hwijune opened 4 years ago

Hwijune commented 4 years ago

hi @toandaominh1997

I want to test efficientdet on caffe or darknet.

can i convert it to caffe prototxt or darknet cfg??

toandaominh1997 commented 4 years ago

@hwijune Thank for your question, With Caffe prototxt: you can find out some ways to transfer from pytorch to caffe. I have found some good repos(https://github.com/xxradon/PytorchToCaffe) With cpp on darknet: You can use onnx or tvm.