Ericsson/eva

Where are bbox annotations loaded from?

Closed this issue · 1 comments

I'm trying to view the bbox data directly instead of exporting but can't figure out where the annotations are saved.

From my understanding django loads them from an "annotation" folder but I can't find it

image

Any advice would be greatly appreciated

annotation/2/ is the URL , it calls AnnotationView in views.py, if you follow that class you will see that it gets the annotation from the database. There are no folders called an annotation.

If required, you can log in to Django admin and see the data directly in the browser, or print it in the browser console.