dotnet / machinelearning-modelbuilder

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

Object detection: Should pop-up error message when choosing Vott format file for "Coco". #2729

Open v-Hailishi opened 1 year ago

v-Hailishi commented 1 year ago

System Information (please complete the following information): Windows OS: Windows-11-Enterprise-22H2 ML.Net Model Builder 2022: 17.16.0.2332001 (Main Build) Microsoft Visual Studio Enterprise: 2022(17.5.5) .Net: 6.0, 7.0

Describe the bug

TestMatrix

To Reproduce Steps to reproduce the behavior:

  1. Select Create a new project from the Visual Studio start window.
  2. Choose the C# Console App (.NET Core) project template.
  3. Add model builder by right click on the project.
  4. Select "Object detection" scenario.
  5. On Data page, select "Coco".
  6. Browse to a Vott data format file, you will see that there is no error message pop-up.

Expected behavior Should pop-up error message when choosing Vott format file for "Coco".

Screenshot

image

Additional context

zewditu commented 1 year ago

I think this is a duplicate of https://github.com/dotnet/machinelearning-modelbuilder/issues/2664 and already resolved in main

v-Hailishi commented 1 year ago

@zewditu Verified on the latest main build 17.16.0.2332301: This bug is repro for choosing Vott format file for "Coco". But bug https://github.com/dotnet/machinelearning-modelbuilder/issues/2664 is only resolved for choosing Coco format file for "Vott".

v-Hailishi commented 2 days ago

The bug is still repro on the latest main build 17.19.0.2455701.