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

Unable to show context image for 2D tasks #3239

Closed
2 tasks done
mingxin-zheng opened this issue May 27, 2021 · 3 comments
Closed
2 tasks done

Unable to show context image for 2D tasks #3239

mingxin-zheng opened this issue May 27, 2021 · 3 comments
Labels
question Further information is requested

Comments

@mingxin-zheng
Copy link
Contributor

mingxin-zheng commented May 27, 2021

My actions before raising this issue

Expected Behaviour

I uploaded a sample image dataset following the file structure detailed in enhancement #3122, and hoped to see the context image.

Current Behaviour

CVAT recognized the context image as an additional image to annotate, and trailed this image to the end of the frame sequence

Possible Solution

Steps to Reproduce (for bugs)

Here is the one-image (1 image to annotate, 1 context image) zip archive I uploaded to CVAT:
cat.zip
And the context image was trailed to the end
image

Context

Your Environment

  • Git hash commit (git log -1): commit 11d967d (HEAD -> develop, origin/develop, origin/HEAD)
  • Docker version docker version (e.g. Docker 17.0.05): 20.10.6
  • Are you using Docker Swarm or Kubernetes? No
  • Operating System and version (e.g. Linux, Windows, MacOS): Ubuntu 18.04 and 20.04
  • Code example or link to GitHub repo or gist to reproduce problem:
  • Other diagnostic information / logs:
    Logs from `cvat` container

Next steps

You may join our Gitter channel for community support.

@bsekachev
Copy link
Member

bsekachev commented May 27, 2021

Hi @waterfall414

I tried archive you provided and it works as expected.
Have you rebuilt cvat docker images and restart cvat docker containers after fetching the changes?
Could you please provide versions from About modal window?
Screenshot from 2021-05-27 08-38-29

@bsekachev bsekachev added the question Further information is requested label May 27, 2021
@mingxin-zheng
Copy link
Contributor Author

Thanks for looking into this @bsekachev

This is from the version window:

Server version: 1.3

Core version: 3.11.0

Canvas version: 2.3.2

UI version: 1.15.3

I will try to rebuild the images and go from there

@mingxin-zheng
Copy link
Contributor Author

The issue is solved after I built the images by

docker-compose -f docker-compose.yml -f docker-compose.dev.yml build
docker-compose up -d

As the changes are still unreleased.

Thanks and I will close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants