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

Questions about running the Cityscale dataset? #31

Open
116011 opened this issue Sep 15, 2024 · 4 comments
Open

Questions about running the Cityscale dataset? #31

116011 opened this issue Sep 15, 2024 · 4 comments

Comments

@116011
Copy link

116011 commented Sep 15, 2024

I am very fortunate to have the opportunity to study your work. As for the SpaceNet dataset, I have successfully replicated. However, I encountered three issue with the Cityscale dataset.

  1. when I followed the parameter file “toponet_vitb_512_cityscale.yaml” for reproduction, the inference of road centerlines for each test image fails completely. The issue manifests as the graph_points variable being empty around line 113 in the inferencer.py file. Could you please advise on how you resolved this?

2.during training, when using the function "def getitem (self, idx):" to take each sample, even if a random croppint is performed on the 2048x2048 sample, the data obtained in one epoch is 150 512x512 samples. At this time, training for 10 epochs, will there be insufficient training on the cityscale datase?

  1. In some batches, when performing forward propagation through the model.py file at line 140 with self.transformer_encoder(), the shape of pair_features changes after it enters. This is contrary to what is described in your paper, where it is expected to remain unchanged. Could you clarify this?

Could you kindly provide the answer,thank you very much.

@EchoQiHeng
Copy link

I am very fortunate to have the opportunity to study your work. As for the SpaceNet dataset, I have successfully replicated. However, I encountered three issue with the Cityscale dataset.

  1. when I followed the parameter file “toponet_vitb_512_cityscale.yaml” for reproduction, the inference of road centerlines for each test image fails completely. The issue manifests as the graph_points variable being empty around line 113 in the inferencer.py file. Could you please advise on how you resolved this?

2.during training, when using the function "def getitem (self, idx):" to take each sample, even if a random croppint is performed on the 2048x2048 sample, the data obtained in one epoch is 150 512x512 samples. At this time, training for 10 epochs, will there be insufficient training on the cityscale datase?

  1. In some batches, when performing forward propagation through the model.py file at line 140 with self.transformer_encoder(), the shape of pair_features changes after it enters. This is contrary to what is described in your paper, where it is expected to remain unchanged. Could you clarify this?

Could you kindly provide the answer,thank you very much.

I don't quite understand "shape of pair_features changes."

@116011
Copy link
Author

116011 commented Sep 24, 2024 via email

@htcr
Copy link
Owner

htcr commented Sep 24, 2024

您好,感谢您的关注! 我们没有自己训练RNGDet++,因为测试集和测试标准都是一样的,就直接引用原文的数据了。建议您和RNGDet++的作者直接联系咨询,如果不能复现我觉得训出来多少就写多少应该问题也不大...

@116011
Copy link
Author

116011 commented Sep 24, 2024 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

3 participants