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

请教代码 #2

Open
zzr0127 opened this issue Aug 30, 2023 · 4 comments
Open

请教代码 #2

zzr0127 opened this issue Aug 30, 2023 · 4 comments

Comments

@zzr0127
Copy link

zzr0127 commented Aug 30, 2023

您好博主,代码我读的不是很清楚,models中的dilatedcostfiltering和stackhourglass两个近乎相似,最后训练用的哪一个,语义分割模块是单独的,怎么加上去的,想请教一下您,我能加您的联系方式嘛,或者您可以给我您的邮箱,如能告知,万分感谢。

@zhangganlin
Copy link
Owner

Hi,
We use dilatedcostfiltering in training, stackhourglass is for comparison in the report.
And for semantic segmentaion, we first input the left image to the segmentation pre-trained network (all parameter fixed), which is mainly from this github repo. Then we concatenate the segmentation result and the spatial volume to form the cost volume (shown in fig1 of our report).
Since this project was finished two years ago, I am not sure about the very detailed implementation either, but we mainly used the orginal PSMNet as reference, it might be helpful to read the orignal paper and code first if this repo is not clear enough for you.
Hope I answered your question somehow, if not, feel free to ask again :)

Best,
Ganlin

@zzr0127
Copy link
Author

zzr0127 commented Aug 30, 2023 via email

@zhangganlin
Copy link
Owner

The segmentation network is inside this folder semantic_segmentation
For the usage, check generate_seg.py, also, there is a official README.md inside semantic_segmentation
For the pretrained segmentation network, check download_pretrained_model.sh
By the way, train.sh provide how to run the whole pipeline.
All these details are already provided in the README.md. Please have a check.

Best,
Ganlin

@zzr0127
Copy link
Author

zzr0127 commented Aug 30, 2023 via email

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

2 participants