anucvml / vidat

Video Annotation Tool
MIT License
177 stars 21 forks source link

Error when running backend example #191

Closed mhayoz closed 7 months ago

mhayoz commented 8 months ago

Hi

I wanted to run the backend example following the instructions in tools/backend/README.md. However, I get the following error when clicking on a video to annotate: Cannot GET /vidat/ Any idea how I can fix this?

Thank you in advance for your help

DavidZhang73 commented 7 months ago

Hi,

The backend part was developed for Vidat version 1 as a prove of concept. The vidat frontend (for v2, this should be the built statistics, i.e., in dist) should be put into the root folder of the backend for convenience. I've updated the doc. Please try it and let me know if anything goes wrong again.

mhayoz commented 7 months ago

That fixed it. Thanks!