aclew / EAF_builder_scripts

Repository for scripts that make eaf files for the Random Sampling and High-Volubility ACLEW datasets
3 stars 1 forks source link

sample command doesn't work #5

Closed alecristia closed 4 years ago

alecristia commented 4 years ago

I'm trying to run

$ python3 main1.py ../wavs/ ../eafs/ periodic --t 2 --skip 59 --c_on 2 --c_off 3 --temp non-native --its n

which is copy-pasted from the README, and I get:

usage: main1.py [-h] [--eaf_type EAF_TYPE] [--t T] [--n N] [--skip SKIP] [--c_on C_ON] [--c_off C_OFF] [--temp TEMP] [--its ITS] [--n_its N_ITS] [--its_types ITS_TYPES [ITS_TYPES ...]] [--overlap OVERLAP] wav_folder output_folder main1.py: error: unrecognized arguments: periodic

alecristia commented 4 years ago

thank you! this fixed the bug. I'll note though that its is a mandatory argument

alecristia commented 4 years ago

spoke too soon! Now I don't get an error, but I don't get eafs either... There is just a csv with the parameters (note -- the parameters.csv doesn't include --its n but it should)

alecristia commented 4 years ago

actually, the problem was that my sound files were called WAV! so all is good