File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -294,6 +294,12 @@ We developed and tested the source code on Ubuntu 20.04.4 LTS.
294
294
- fasteners == 0.18
295
295
296
296
## Change Log
297
+ ### [ 3.2.1] ( https://github.com/nttcslab/dcase2023_task2_baseline_ae/releases/tag/v3.2.1 )
298
+
299
+ #### Fixed download shell script
300
+
301
+ - The URL to download DCASE2024T2 Evaluation dataset was incorrect, so I fixed data_download_2024eval.sh.
302
+
297
303
### [ 3.2.0] ( https://github.com/nttcslab/dcase2023_task2_baseline_ae/releases/tag/v3.2.0 )
298
304
299
305
#### Added
Original file line number Diff line number Diff line change @@ -4,7 +4,17 @@ mkdir -p "${ROOT_DIR}/${parent_dir}/dcase2024t2/eval_data/raw"
4
4
5
5
# download eval data
6
6
cd " ${parent_dir} /dcase2024t2/eval_data/raw"
7
- for machine_type in bandsaw grinder shaker ToyDrone ToyNscale ToyTank Vacuum; do
7
+ for machine_type in \
8
+ 3DPrinter \
9
+ AirCompressor \
10
+ Scanner \
11
+ ToyCircuit \
12
+ HoveringDrone \
13
+ HairDryer \
14
+ ToothBrush \
15
+ RoboticArm \
16
+ BrushlessMotor \
17
+ ; do
8
18
wget " https://zenodo.org/records/11363076/files/eval_data_${machine_type} _test.zip"
9
19
unzip " eval_data_${machine_type} _test.zip"
10
20
done
You can’t perform that action at this time.
0 commit comments