microsoft / VoTT

Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
MIT License
4.27k stars 833 forks source link

What' the problem with LocalFileSystemProxy and how to resolve when opening saved project #977

Open goodengineer opened 4 years ago

goodengineer commented 4 years ago

Hello.

Hope you're all set and well. I've succ. to load previously saved VoTT project, the tags are been displayed, but the assets - images not. Error message dialog has been displayed:

"No asset provider has been registered with name "localFileSystemProxy". Can anyone point how to resolve it?

Kind Regards, Paul. Screenshot (1663)

series8217 commented 4 years ago

Using the web application, you cannot load a previously saved project that uses a local file system connection. You will need to open the project using the Electron version of VoTT.

goodengineer commented 4 years ago

Can we estimate an effort in terms of coding time and a number of lines, source files affected to implement this feature of both cloud(web) and local file system projects openings from the web browser VoTT version having the initial start of the workout?