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

Context images as a hint for an image/frame #3049

Closed
2 tasks done
nmanovic opened this issue Mar 31, 2021 · 2 comments · Fixed by #3122
Closed
2 tasks done

Context images as a hint for an image/frame #3049

nmanovic opened this issue Mar 31, 2021 · 2 comments · Fixed by #3122
Labels
enhancement New feature or request
Milestone

Comments

@nmanovic
Copy link
Contributor

My actions before raising this issue

Possible Solution

For 3D annotation for automotive we have context 2D image as a hint. The feature can be useful for 2D case as well. For example, it is possible to attach depth image. It is a request from a customer which annotates reflective surfaces.

@nmanovic nmanovic added the enhancement New feature or request label Mar 31, 2021
@nmanovic nmanovic added this to the Backlog milestone Mar 31, 2021
@mingxin-zheng
Copy link
Contributor

We have similar demands in medical images too.

One image can contain multiple layers of information, and the annotation requires user to toggle between layers before confirmation. The current work-around is to have image displayed side by side, which is not optimal for conformation.

Before taking a look at the code, it seems it would change at least two things: one is how the image is managed, and the second is UI/keyboard-shortcut to toggle through.

If we upload a collection of image like this:
image directory:

  • imageColor0001.png
  • imageDepth0001.png
  • imageColor0002.png
  • imageDepth0002.png

Which modules should we touch to add this feature? @nmanovic

@nmanovic nmanovic modified the milestones: Backlog, v1.4.0 Apr 15, 2021
@nmanovic nmanovic modified the milestones: v1.4.0, v1.5.0 May 19, 2021
@GeorgePearse
Copy link

@mingxin-zheng how do you display two images side by side? Could be very helpful for me.

Trying to workout a workflow where you accept the better predictions from different models.

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

Successfully merging a pull request may close this issue.

3 participants