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
你好,感谢你出色的工作! 我在看occscannet_dataset.py时,发现你会将target中等于255的体素赋值成0。然而这个赋值操作,并没有在nyu_dataset.py中存在。如下所示:
target = np.where(target == 255, 0, target)
对此,我感觉很困惑,不知道这个操作是出于什么理由?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你好,感谢你出色的工作!
我在看occscannet_dataset.py时,发现你会将target中等于255的体素赋值成0。然而这个赋值操作,并没有在nyu_dataset.py中存在。如下所示:
target = np.where(target == 255, 0, target)
link对此,我感觉很困惑,不知道这个操作是出于什么理由?
The text was updated successfully, but these errors were encountered: