vatic annotation tool, on localhost I have an server error

187 Views Asked by At

server error on localhost page

I applied this process:

$ mkdir /path/to/output/directory
$ turkic extract /path/to/video.mp4 /path/to/output/directory
$ turkic load test /path/to/output/directory Label1 Label2 LabelN
$ turkic publish --offline

server error

How can I solve that problem?

1

There are 1 best solutions below

0
On

You should use the offline-parameter with load also:

$ turkic load test /path/to/output/directory Label1 Label2 LabelN --offline