Summary
How to adjust CVAT UI to allow for full screen data annotation in TLS.
Description
Unable to annotate data when working in Intel® TLS Data Annotation Tool because window cannot go full screen.
Resolution
This issue is caused by CVAT not being able to detect the correct size of your browser. You will need to manually adjust the CVAT UI:
- Navigate to the cvat xml file: CVATEmbedded.jsx located in webservices/ui/src/views/Datasets
- Go to line 110 and make changes based on your display resolution (width/height)
- Go back to the TLS folder and run: docker-compose down
- Rebuild and re-run the container: sudo -E docker-compose up -d --build