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

Replace NumPy with PyTorch for all subsystems #8

Open
wdoppenberg opened this issue May 25, 2021 · 4 comments
Open

Replace NumPy with PyTorch for all subsystems #8

wdoppenberg opened this issue May 25, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@wdoppenberg
Copy link
Owner

wdoppenberg commented May 25, 2021

For convenience, acceleration, and consistency, it is favourable to have all tensor operations written in PyTorch.

It is somewhat limited by PyTorch's ability to handle broadcasted linear algebra compared to NumPy, but
release 1.9 promises a better linalg module.

@wdoppenberg wdoppenberg added the enhancement New feature or request label May 25, 2021
@Liuk2072
Copy link

May I ask how to download SurRender Software, it seems to be not open source

@Liuk2072
Copy link

Or do you have an open source ellipse dataset? If there is, can you please send me a copy, thank you very much.

@wdoppenberg
Copy link
Owner Author

Or do you have an open source ellipse dataset? If there is, can you please send me a copy, thank you very much.

If you want to do general ellipse detection, I'd recommend you look at https://github.com/wdoppenberg/ellipse-rcnn . It's not perfect yet, but it's a more general implementation of Ellipse-RCNN.

For an open source ellipse detection dataset, look here: http://vis-www.cs.umass.edu/fddb/

@Liuk2072
Copy link

Hello, I generate .ckpt file after training, how can I use it to verify my training results?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants