francesclluis / sound-field-neural-network

A deep-learning-based method for sound field reconstruction
MIT License
60 stars 11 forks source link

requirements.txt file #1

Closed orchidas closed 4 years ago

orchidas commented 4 years ago

I tried running conda env create -f environment.yml

But I get the following errors `Collecting package metadata (repodata.json): done Solving environment: failed

ResolvePackageNotFound:

francesclluis commented 4 years ago

Hi! I've also had a similar problem running it today..I've used the following to solve it:

conda create -n test python=3.6 conda activate test

conda install -c anaconda scipy conda install -c anaconda pandas conda install -c conda-forge matplotlib conda install -c anaconda scikit-image conda install -c conda-forge keras==2.2.4 conda install -c conda-forge opencv

git clone https://github.com/francesclluis/sound-field-neural-network.git cd sound-field-neural-network/ ./download_sample_dataset.sh

python main.py --mode train --config config/config.json

Hope it works for you too!

orchidas commented 4 years ago

Thank you! I also solved the problem yesterday by downloading these packages, and also downgraded my conda version to 4.6.14. Downgrading Python from 3.8 to 3.6 and conda to 4.6.14 and manually installing these packages made everything run smoothly.

xiaozhi2015 commented 2 years ago

@francesclluis Do you still have sample_datasets.tgz? The download link is no longer valid in download_sample_dataset.sh.

francesclluis commented 2 years ago

Hi @xiaozhi2015! You can download the sample_datasets folder from the following google drive link: https://drive.google.com/file/d/1dgmN9pVSv2WPAYqDS7SX1CUcidgd7N9h/view?usp=sharing

xiaozhi2015 commented 2 years ago

thx! @francesclluis