microsoft / VoTT

Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unknown Error Occurred

sanpi1780 opened this issue · comments

After creating a project,when it should redirect to draw boxes over image, it flashes a message that unknown error has occurred.
Please suggest a way to fix this problem.

I'm getting the same error when exporting the project !

cause: Source Connection and Target Connection are same,

it'll be nice if the error message is more descriptive

I am trying with different source and destination but still getting this error

I cannot make local filesystem work: I get 'unknown error occurred' on both OSX and @Windows, even with different folders for Source Connection and Target Connection..

This is a problem with one of the latest commits, if I checkout at 719a898 everything works fine for local filesystem

commented

I started getting this error when I renamed the directory the .vott proj file was in (and subsequently the images that were tagged as well). I opened the vott file in notepad++ and it looks like all image paths are not relative so once you run this app on images, you can't change the directory structure at all...

changing my main folder name back seems to have fixed me issue.

Same here. +1

@tbarlow12 a603a27 broke VoTT for me. I'm on ubuntu, any idea?

Have you fixed this error? VoTT says "unkown error" but I don't know why. If yes, please give me a way to resolve this.

Clone the repository and execute the following command (from inside the project folder):
git checkout 719a898

Then you'll be able to execute it without local filesystem new bugs with:
npm start

@giuliogatto Thanks! Your reply helped me a lot.

commented

Clone the repository and execute the following command (from inside the project folder):
git checkout 719a898

Then you'll be able to execute it without local filesystem new bugs with:
npm start

@giuliogatto That works for me, many thanks!