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

Data Conversion also Possible in Conda environment #18

Open
nubertj opened this issue Sep 28, 2022 · 3 comments
Open

Data Conversion also Possible in Conda environment #18

nubertj opened this issue Sep 28, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@nubertj
Copy link

nubertj commented Sep 28, 2022

Hi!

Thanks a lot for sharing the code for the calibration

In the instructions it says that

First, installation of packages for the conversion code that must be completed outside of any virtual environment for compatibility reasons.

However, I just ran the conversion from a rosbag successfully in a conda environment.

The conda-environment file looks like this:

name: event_calibration
channels:
  - defaults
dependencies:
  - _libgcc_mutex=0.1=main
  - _openmp_mutex=5.1=1_gnu
  - ca-certificates=2022.07.19=h06a4308_0
  - certifi=2022.9.14=py38h06a4308_0
  - ld_impl_linux-64=2.38=h1181459_1
  - libffi=3.3=he6710b0_2
  - libgcc-ng=11.2.0=h1234567_1
  - libgomp=11.2.0=h1234567_1
  - libstdcxx-ng=11.2.0=h1234567_1
  - ncurses=6.3=h5eee18b_3
  - openssl=1.1.1q=h7f8727e_0
  - pip=22.1.2=py38h06a4308_0
  - python=3.8.13=h12debd9_0
  - readline=8.1.2=h7f8727e_1
  - setuptools=63.4.1=py38h06a4308_0
  - sqlite=3.39.3=h5082296_0
  - tk=8.6.12=h1ccaba5_0
  - wheel=0.37.1=pyhd3eb1b0_0
  - xz=5.2.6=h5eee18b_0
  - zlib=1.2.12=h5eee18b_3
  - pip:
    - catkin-pkg==0.5.2
    - distro==1.7.0
    - docutils==0.19
    - gnupg==2.3.1
    - h5py==3.1.0
    - numpy==1.23.3
    - psutil==5.9.2
    - pycryptodomex==3.15.0
    - pyparsing==3.0.9
    - python-dateutil==2.8.2
    - pyyaml==6.0
    - rospkg==1.4.0
    - six==1.16.0
    - tqdm==4.64.1

Best,
Julian

@nubertj
Copy link
Author

nubertj commented Sep 28, 2022

PS: I wanted to add the label "enhancement", but somehow I was not able to do it.

@magehrig
Copy link
Contributor

magehrig commented Oct 1, 2022

HI @nubertj

Thanks for letting us know. I think the main reason we wrote it this way in the readme is the metavision installation. Metavision installation (at least in the 2.2 version) is global and we could not get it to run in a virtual env. You are right, that for rosbags it might not be needed. Leaving this issue open, for now.

@magehrig magehrig added the enhancement New feature or request label Feb 4, 2023
@shiba24
Copy link

shiba24 commented Sep 8, 2023

By the way, it is possible to build metavision API for venv python.
See: prophesee-ai/openeb#36 (comment)
I haven't tested conda, but I suppose this works.

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

3 participants