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

Could you provide an interface to load v3dpbd in python? #17

Open
swwzn714 opened this issue Jan 11, 2023 · 2 comments
Open

Could you provide an interface to load v3dpbd in python? #17

swwzn714 opened this issue Jan 11, 2023 · 2 comments

Comments

@swwzn714
Copy link

No description provided.

@swwzn714 swwzn714 changed the title Could you provide an interface to load v3dpbd interface? Could you provide an interface to load v3dpbd in python? Jan 11, 2023
@yzx9
Copy link

yzx9 commented Feb 7, 2023

I have no a python interface to load v3dbpd, but your can convert it to nrrd, here is an example shell script:

export LD_LIBRARY_PATH=/opt/vaa3d-bin
/opt/vaa3d-bin/vaa3d \
    -x convert_file_format \
    -f convert_format \
    -i path/to/your/v3dbpd \
    -o ./test.nrrd

If you are using Windows, please change option -x to //x, others same.

@zzhmark
Copy link

zzhmark commented Oct 9, 2023

plz, take a look at my project.

https://github.com/SEU-ALLEN-codebase/v3d-py-helper

It's augmented and even faster than vaa3d itself.

Be careful with 16bit compression, cause I finished its design but it becomes no longer compatible with other software.
you can turn it off, though, using the original unfinished 16bit compression.

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