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

There are some bugs #5

Open
Starak-x opened this issue Apr 28, 2022 · 3 comments
Open

There are some bugs #5

Starak-x opened this issue Apr 28, 2022 · 3 comments

Comments

@Starak-x
Copy link

Starak-x commented Apr 28, 2022

Hi, it's a great work. But I find some bugs in it. rel_pos should be fed to point_features in PartPVTConv and SegPVTConv, in pvtconv.py

2022-04-28 14-50-45 的屏幕截图
2022-04-28 14-46-50 的屏幕截图
there are also bugs in shared_transformer.py SA_Layer use rel_pos,but Shared_Transformer don't receive it and don't feed it to SA_Layer
2022-04-28 14-57-43 的屏幕截图
2022-04-28 14-47-32 的屏幕截图

the code above are screenshot in github code, as follow:
2022-04-28 15-00-08屏幕截图

@Starak-x
Copy link
Author

Maybe they can be modified as follow:
In PVTConv.py:
2022-04-28 15-01-54 的屏幕截图
In Shared_Transformer.py:
2022-04-28 15-02-56 的屏幕截图
Maybe the code you send is not the final version, the motivation is wonderful.

@zouwenqin
Copy link

I also find these bugs, do you test the final result? I modified as you and used it for other task, but I can't got a good result.

@tomanick
Copy link

tomanick commented Jun 29, 2022

@zouwenqin
I also found these bugs. Afterwards, I tried to fix these bugs by myself and I could run PVT for training, but I could not reproduce the results in the paper.
When I wanted to train on my own dataset, I found that the result was worse than PVCNN's result.

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