-
Notifications
You must be signed in to change notification settings - Fork 17
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
迭代 #16
Comments
@dqq813 每次迭代的逻辑是一样的 (pseudo label + training),所以是直接用shell文件调用python文件实现的,例如 https://github.com/voldemortX/DST-CBC/blob/master/segmentation/dmt-voc-20-1.sh |
那请问可以使用coco数据集训练吗,我自己定义的数据集是coco格式的 |
@dqq813 目前没适配过coco格式训练,你可以看看需不需要修改dataset代码适配你自己的格式 |
您好,我在训练我自己的数据集时,出现了这个问题,请问应该怎么解决? |
@dqq813 建议检查一下类别数量等修改有没有造成下标溢出 |
已解决,谢谢您 |
for key in coco: |
这个还真没研究过,估计是从第一篇半监督分割(Advsemiseg Hung et al. 你应该听说过吧)抄来的,为了保持统一。 |
好的,谢谢您,我去看一下。 |
您好,请问迭代DMT的代码在哪里实现
The text was updated successfully, but these errors were encountered: