liuziwei7 / voxel-flow

Video Frame Synthesis using Deep Voxel Flow (ICCV 2017 Oral)
https://liuziwei7.github.io/projects/VoxelFlow
215 stars 50 forks source link

python, tensorflow version and environment details #15

Closed NagabhushanSN95 closed 3 years ago

NagabhushanSN95 commented 4 years ago

Can you please specify which python and tensorflow version you have used?

It possible, please share pip requirements.txt file or conda env.yml file.

FlyDre commented 3 years ago

hello,Sir. Have you figure out the env now? If so, could you plz share the comfigurations?

NagabhushanSN95 commented 3 years ago

This worked for me

$ conda env export --from-history

name: DVF
channels:
  - defaults
dependencies:
  - python=3.7
  - scikit-image
  - pandas
  - scikit-video
  - tensorflow=1.15
  - joblib
  - tqdm
prefix: /media/nagabhushan/Data02/SoftwareFiles/Anaconda/anaconda3/envs/DVF

$ conda env export

name: DVF
channels:
  - conda-forge
  - defaults
dependencies:
  - _libgcc_mutex=0.1=main
  - _tflow_select=2.3.0=mkl
  - absl-py=0.9.0=py37hc8dfbb8_1
  - astor=0.7.1=py_0
  - c-ares=1.15.0=h516909a_1001
  - ca-certificates=2020.4.5.1=hecc5488_0
  - certifi=2020.4.5.1=py37hc8dfbb8_0
  - cloudpickle=1.4.1=py_0
  - cycler=0.10.0=py_2
  - cytoolz=0.10.1=py37h516909a_0
  - dask-core=2.17.2=py_0
  - decorator=4.4.2=py_0
  - freetype=2.10.2=he06d7ca_0
  - gast=0.2.2=py_0
  - google-pasta=0.2.0=pyh8c360ce_0
  - grpcio=1.23.0=py37hb0870dc_1
  - h5py=2.10.0=nompi_py37h513d04c_102
  - hdf5=1.10.5=nompi_h3c11f04_1104
  - icu=58.2=hf484d3e_1000
  - imagecodecs-lite=2019.12.3=py37h8f50634_0
  - imageio=2.8.0=py_0
  - importlib-metadata=1.6.0=py37hc8dfbb8_0
  - joblib=0.15.1=py_0
  - jpeg=9c=h14c3975_1001
  - keras-applications=1.0.8=py_1
  - keras-preprocessing=1.1.0=py_0
  - kiwisolver=1.2.0=py37h99015e2_0
  - ld_impl_linux-64=2.33.1=h53a641e_7
  - libblas=3.8.0=14_openblas
  - libcblas=3.8.0=14_openblas
  - libedit=3.1.20181209=hc058e9b_0
  - libffi=3.3=he6710b0_1
  - libgcc-ng=9.1.0=hdf63c60_0
  - libgfortran-ng=7.5.0=hdf63c60_6
  - liblapack=3.8.0=14_openblas
  - libopenblas=0.3.7=h5ec1e0e_6
  - libpng=1.6.37=hed695b0_1
  - libprotobuf=3.12.1=h8b12597_0
  - libstdcxx-ng=9.1.0=hdf63c60_0
  - libtiff=4.1.0=hc7e4089_6
  - libwebp-base=1.1.0=h516909a_3
  - lz4-c=1.9.2=he1b5a44_1
  - markdown=3.2.2=py_0
  - matplotlib-base=3.1.3=py37hef1b27d_0
  - ncurses=6.2=he6710b0_1
  - networkx=2.4=py_1
  - numpy=1.18.4=py37h8960a57_0
  - olefile=0.46=py_0
  - openssl=1.1.1g=h516909a_0
  - opt_einsum=3.2.1=py_0
  - pandas=1.0.3=py37h0da4684_1
  - pillow=5.3.0=py37h00a061d_1000
  - pip=20.0.2=py37_3
  - protobuf=3.12.1=py37h3340039_0
  - pyparsing=2.4.7=pyh9f0ad1d_0
  - python=3.7.7=hcff3b4d_5
  - python-dateutil=2.8.1=py_0
  - python_abi=3.7=1_cp37m
  - pytz=2020.1=pyh9f0ad1d_0
  - pywavelets=1.1.1=py37h03ebfcd_1
  - pyyaml=5.3.1=py37h8f50634_0
  - readline=8.0=h7b6447c_0
  - scikit-image=0.17.2=py37h0da4684_0
  - scikit-video=1.1.11=pyh24bf2e0_0
  - scipy=1.4.1=py37ha3d9a3c_3
  - setuptools=46.4.0=py37_0
  - six=1.15.0=pyh9f0ad1d_0
  - sqlite=3.31.1=h62c20be_1
  - tensorboard=1.15.0=py37_0
  - tensorflow=1.15.0=mkl_py37h28c19af_0
  - tensorflow-base=1.15.0=mkl_py37he1670d9_0
  - tensorflow-estimator=1.15.1=pyh2649769_0
  - termcolor=1.1.0=py_2
  - tifffile=2020.5.11=py_0
  - tk=8.6.8=hbc83047_0
  - toolz=0.10.0=py_0
  - tornado=6.0.4=py37h8f50634_1
  - tqdm=4.46.1=pyh9f0ad1d_0
  - werkzeug=0.16.1=py_0
  - wheel=0.34.2=py37_0
  - wrapt=1.12.1=py37h8f50634_1
  - xz=5.2.5=h7b6447c_0
  - yaml=0.2.4=h516909a_0
  - zipp=3.1.0=py_0
  - zlib=1.2.11=h7b6447c_3
  - zstd=1.4.4=h6597ccf_3
  - pip:
    - python-vlc==3.0.9113
prefix: /media/nagabhushan/Data02/SoftwareFiles/Anaconda/anaconda3/envs/DVF