WongKinYiu / CrossStagePartialNetworks

Cross Stage Partial Networks
https://github.com/WongKinYiu/CrossStagePartialNetworks
894 stars 172 forks source link

[Question] How to inference on classifier model #43

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hi @WongKinYiu i want to ask a question. From pjreddie website : image classification model can be trained and inferenced using the darknet framework https://pjreddie.com/darknet/imagenet/, but is there any way to do inference of the classifier model by not using darknet framework? Like the object detection model can be inferenced by using opencvdnn or by converting it to another framework ? Can you kindly give me advice ? Thankyou so much before.