Windows 10, Visual Studio 2022
- Model Builder Version 17.18.2.2415501
- Microsoft Visual Studio Enterprise 2022 (64-bit) - Current Version 17.10.2
Describe the bug
There is a file limit of 5 mb that prevents the process moving on. This limit should be much grater in supporting Vott files as it creates lots of metadata and json files. For me a tiny set cannot be read using this as it is limit on the json file and not running the ML.
To Reproduce
- On which step of the process did you run into an issue:
- Add File -> Machine Learning model
- Choose Senario "Object Detection"
- Choose Locally(GPU) -> Next Step
- Choose "vott file"
- Press "..." button and choose a Json file (Exported from MS Vott) that is bigger then 5Mb
- Look in the output section, error message:
"Unable to open XXXX.json in the JSON editor because it exceeds the 5 MB limit. Opening as plain text instead."
Stuck in process as next button is grayed out!
Expected behavior
A filesize limit that makes sense for object recognition. T.ex using CIFAR-10 or CIFAR-100. Currently cannot run our own generated object set....
Screenshots


Additional context
Limitations like this should be warnings one can bypass
Windows 10, Visual Studio 2022
Describe the bug
There is a file limit of 5 mb that prevents the process moving on. This limit should be much grater in supporting Vott files as it creates lots of metadata and json files. For me a tiny set cannot be read using this as it is limit on the json file and not running the ML.
To Reproduce
"Unable to open XXXX.json in the JSON editor because it exceeds the 5 MB limit. Opening as plain text instead."
Stuck in process as next button is grayed out!
Expected behavior
A filesize limit that makes sense for object recognition. T.ex using CIFAR-10 or CIFAR-100. Currently cannot run our own generated object set....
Screenshots


Additional context
Limitations like this should be warnings one can bypass