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

Change one cpp file in the source code and compile [3DVolumes] #113

Open
MiguelAngeloMartinsRibeiro opened this issue Jan 14, 2022 · 0 comments

Comments

@MiguelAngeloMartinsRibeiro

Hi @lucasb-eyer

First of all thank you for your extraordinary work

I want to apply your library but with a small exchange, I wanna change the densecrf.cpp and the densecrf.h to match the ones in the 3D volumetric paper by the same authors. The paper and the GitHub of that paper:

https://arxiv.org/abs/1603.05959
https://github.com/deepmedic/dense3dCrf

The problem is that this repository is only in c++ and I can't install it as a python library. The only thing that differs in the source code is densecrf.cpp and the densecrf.h. And they only add a class called densecrf3D.

I already tried to change those files and install the library with the changed files but it didn't work. Then I noticed that there's to files named densecrf.pyx and densecrf.pyd and I tried to edit those ones but I had no result as well.

So, I don't really don't know how to make a pydensecrf library with those changes on the source code.

I would really appreciate some help.

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

1 participant