microsoft / CNTK

Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
https://docs.microsoft.com/cognitive-toolkit/
Other
17.51k stars 4.28k forks source link

Train and consume Fast RCNN model using C# #3825

Open LittleLittleCloud opened 4 years ago

LittleLittleCloud commented 4 years ago

Hi CNTK

I'm working on model builder, a low-code machine learning tool for C# devs. And we are seeking possible solutions on object detection local training using fast-rcnn and C#. Is that doable using CNTK?

To be specific, we want to allow users to train/retrain using CPU/GPU on a pre-trained fast rcnn model, and export model as onnx for consuming. Please let me know if we can use CNTK for that purpose!