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

Issues in Pascal Context GT Visualization #5422

Open
russellward2025 opened this issue Jan 8, 2025 · 0 comments
Open

Issues in Pascal Context GT Visualization #5422

russellward2025 opened this issue Jan 8, 2025 · 0 comments

Comments

@russellward2025
Copy link

Steps to Reproduce the Bug:

  1. Full runnable code or changes made:
    Refer to the failed pull request: visualizer's sem_seg function dtype uint8 cannot handle classes more than 256! #5391

  2. Exact command run:
    I executed tools/visualize_data and noticed that visualize.py in the utils folder uses an outdated numpy dtype.

  3. Logs or relevant observations:
    The image should correspond to train(id: 359), but there is an overflow issue, referencing fly(id: 359-256 = 103) instead.

Expected Behavior:
It should handle classes greater than 256, but Pascal Context 459 results in an overflow.

Environment:

  • Python 3.10
  • NumPy 1.22.4
  • PyTorch 1.13.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant