We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
details can refer to the failed pull requests: #5391
What exact command you run: I run the tools/visualize_data and find the visualize.py in utils have an out of date numpy dtype.
Full logs or other relevant observations:
this should be train(id:359) howver is overflow and refer to fly(id:359-256=103)
expect to handle classes more than 256, however Pascal Context 459 is overflow.
Python 3.10 numpy 1.22.4 torch 1.13.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Instructions To Reproduce the 🐛 Bug:
details can refer to the failed pull requests: #5391
What exact command you run:
I run the tools/visualize_data and find the visualize.py in utils have an out of date numpy dtype.
Full logs or other relevant observations:
this should be train(id:359) howver is overflow and refer to fly(id:359-256=103)
run, such as a private dataset.
expect to handle classes more than 256, however Pascal Context 459 is overflow.
Environment:
Python 3.10 numpy 1.22.4 torch 1.13.1
The text was updated successfully, but these errors were encountered: