dotnet / machinelearning-modelbuilder

Simple UI tool to build custom machine learning models.
Creative Commons Attribution 4.0 International
264 stars 56 forks source link

[Feature request] Local training for object detection #1091

Open masgh021 opened 3 years ago

masgh021 commented 3 years ago

hello EveryOne . please Add localML feature to object detection Scenario .

LittleLittleCloud commented 3 years ago

@briacht I've seen several similar requests for local object detection training, do we want to prioritize this working item?

masgh021 commented 3 years ago

@briacht @LittleLittleCloud please make it .

NHodgesVFX commented 3 years ago

I would also love the ability to train object detection models locally. Ideally on the GPU. Model builder is fun to use thanks for working on it :)

beccamc commented 3 years ago

Another customer asking for this! image.png

beccamc commented 3 years ago

Additional request: #1367

beccamc commented 3 years ago

Another customer ask in the Marketplace Q&A

image.png

CommanderLake commented 3 years ago

Thanks for quoting me, I forgot all about this!

beccamc commented 3 years ago

No worries, thanks for the feedback @CommanderLake!

CommanderLake commented 3 years ago

Unfortunately I still use VS2017 for which support has been dropped.

tomfrancix commented 3 years ago

Hello.

I have scoured the internet for various methods for training an object detection model.

We have been using external services for training and hosting our custom models. $$$

It would be incredibly helpful if we could leverage ML.NETs codegen and local training specifically for custom object detection scenarios.

The documentation indicates that this can be done already [https://dotnet.microsoft.com/learn/ml-dotnet/get-started-tutorial/scenario], when object detection is actually a limited scenario...

beccamc commented 3 years ago

@tomfrancix Have you updated your Model Builder to the latest version? https://marketplace.visualstudio.com/items?itemName=MLNET.07. On version 16.7.6.2150501 you should be able to train an object detection model with your own data.

You will need to setup an Azure account to do this. The good thing is, you are charged once for training, and then can download the model and remove any Azure resources. It should be cheaper than training and hosting models.

zewditu commented 2 years ago

Another customer requested this feature https://github.com/dotnet/machinelearning-modelbuilder/issues/1965

GreenShadeZhang commented 2 years ago

I am also looking forward to this feature, and hope to experience it soon.

JochnGst commented 2 years ago

I am also interested in this feature.

chenzanyu commented 2 years ago

Hope to support local training as soon as possible

KalasB commented 2 years ago

I would love to have this feature.

beccamc commented 2 years ago

@luisquintanilla to kick off partner team conversation for this.

caiocodo commented 2 years ago

I'm not allowed to use Azure, please add support for local object detection training. It would be a great feature.

chenzanyu commented 2 years ago

@luisquintanilla @beccamc This Issue was removed from Fall 2022 Milestone. Will it support the future?

luisquintanilla commented 2 years ago

Hi @chenzanyu

We are working on bringing this scenario to ML.NET and Model Builder in the near future.

Aeroverra commented 1 year ago

Would love to see this. I learn on my self hosted personal project then I bring that skill to work and host it on Azure. :)

aaronplata123 commented 1 year ago

This feature will be very helpful. Thanks to all who are working on this.

JbodMode commented 1 year ago

hi, please Add localML feature to object detection Scenario.

Frizto commented 1 year ago

Hope they bring the Local feature to obj detection ;/

LittleLittleCloud commented 1 year ago

The local object detection training has been released in May. Simply upgrading model builder to 17.16.* or later to enjoying

jeffward01 commented 9 months ago

Please update the UI to include 'Local` instead of just 'Azure'. This is VS2022:

image

HowToGibbon commented 4 months ago

Was the local button removed after it has been released? This article had it available: https://devblogs.microsoft.com/dotnet/object-detection-ml-dotnet-model-builder/