Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Taking too long to load image, zoom in/out, edit points, etc - CVAT lags in working with aerial images. #2846

Closed
2 tasks done
arasharchor opened this issue Feb 21, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@arasharchor
Copy link

My actions before raising this issue

Expected Behaviour

To be able to annotate aerial images easily similar to Qgis software.
I am annotating 100 aerial images with the size of 6000x8000px with more than 1000 objects and about 3000points.

Current Behaviour

I have to wait for a long time until the image is loaded. Then takes long if I want to zoom in or out to edit points.
Browser is asking to stop the page:
image

image
image
image
image

Possible Solution

There is a solution for this case by making image pyramid. Also for the annotations, there is a way of working with tiled json in aerial imagery.
There is a sample for loading large images into the website here:
https://sg.geodatenzentrum.de/web_dop_viewer/viewer.html#lat=48.9156&lon=9.0070&zoom=5&webatlasde=false&dop40=true&layer_4=false&layer_3=true&layer_2=true&layer_1=false

Steps to Reproduce (for bugs)

Load 100 large images with more than 6000x6000px size and populate with more than 1000 objects.

Your Environment

cvat version 1.2
ubuntu 18.04

@nmanovic
I do appreciate it if you could let me know if there is a solution for my use case.

Shall I switch to OnePanel for this case?
https://github.com/onepanelio/onepanel

@nmanovic
Copy link
Contributor

@arasharchor , it is known that CVAT doesn't support well high resolution images for now. It has to be implemented. I believe we have a similar issue already: #531

I don't think that it is a huge feature to implement. If somebody can contribute the feature, it will help.

The simplest workaround is to tile images outside CVAT and annotate tiles. Of course it is extra pre-processing and post-processing steps.

@arasharchor
Copy link
Author

arasharchor commented Feb 21, 2021

@nmanovic
Thanks a lot for your prompt reply and sorry for overlooking the mentioned issue. I should have searched more.

At the moment, I am annotating the small images in cvat and stitch them in Qgis, but the problem is to merge polylines which can not be merged also a lot of time to spend to stitch the annotations to make sure of no gap on the image boundaries. I will look around if I can find a solution for that.

@azhavoro azhavoro added the enhancement New feature or request label Feb 24, 2021
@nmanovic nmanovic added this to the Backlog milestone Mar 8, 2021
@nmanovic nmanovic removed this from the Backlog milestone Nov 24, 2021
@bsekachev
Copy link
Member

Duplicate of #2205

@bsekachev bsekachev marked this as a duplicate of #2205 Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants