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

Pretrained model of AnyNet #8

Open
chenyilun95 opened this issue May 8, 2019 · 12 comments
Open

Pretrained model of AnyNet #8

chenyilun95 opened this issue May 8, 2019 · 12 comments

Comments

@chenyilun95
Copy link

Thanks for releasing the code!

Could you please provide the pre-trained model of AnyNet in SceneFlow dataset ? Thank you a lot !

@yxchng
Copy link

yxchng commented May 9, 2019

@mileyan Hi, will it be released?

@abhishekmaha23
Copy link

Watching!

@mileyan
Copy link
Owner

mileyan commented Dec 7, 2019

Has released the pretrained model. Please check it. Thanks.

@ghost
Copy link

ghost commented Dec 15, 2019

@mileyan It looks like the pre-trained model is trained with spn, so one would have to compile the spn module which with pytorch 1.0+ is not possible (without some re-write to C++ extensions).

Any plans to release a pre-trained model without spn? Or do you know anyone who has gotten spn to work with pytorch 1.0+?

@mileyan
Copy link
Owner

mileyan commented Dec 28, 2019

Hi,

@mileyan It looks like the pre-trained model is trained with spn, so one would have to compile the spn module which with pytorch 1.0+ is not possible (without some re-write to C++ extensions).

Any plans to release a pre-trained model without spn? Or do you know anyone who has gotten spn to work with pytorch 1.0+?

Now our code supports pytorch 1.0. Please check it.

@youmi-zym
Copy link

Hi,
Thanks for sharing the pre-trained checkpoint on SceneFlow, can you specify the metric you got? Such as EPE, 3PX and so on. I want to make sure my reimplementation approaching your result. Thanks very much.

@mileyan
Copy link
Owner

mileyan commented Feb 26, 2020

Hi, we evaluate the 3-pixel error on KITTI dataset.

@youmi-zym
Copy link

Hi @mileyan, How about metric on SceneFlow?

@mileyan
Copy link
Owner

mileyan commented Feb 26, 2020

Hi, we evaluate 3-pixel error on KITTI set. We randomly split the kitti training set 4 times and the ratio of training vs validation is 4:1. The result in the paper is the mean of results.
In SceneFlow, yes, we do end point error.

@youmi-zym
Copy link

Hi @mileyan, thanks for detailing. As for SceneFlow, I have trained for 10 epoch and got EPE=3.377. Is that approaching your result? Btw, I have also extended the training schedule for 20 epoch with a constant learning rate and got EPE=3.214. Can you give the specific EPE you got, thanks a lot.

@mileyan
Copy link
Owner

mileyan commented Feb 28, 2020

Yes, the result is close to 3.377. It is very interesting to see that training more epochs can get better performance.

@youmi-zym
Copy link

Well, thanks a lot.

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

5 participants