Where are bbox annotations loaded from?
matthewlqin opened this issue · 1 comments
matthewlqin commented
manishs17 commented
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.