Commit 19780024 authored by Nadir Dalla Pozza's avatar Nadir Dalla Pozza
Browse files

TODO

parent 74472c91
...@@ -57,8 +57,8 @@ To execute the script without issues, the inner structure of the `WORKING_PATH` ...@@ -57,8 +57,8 @@ To execute the script without issues, the inner structure of the `WORKING_PATH`
│ └── ... │ └── ...
└── temp └── temp
├── File1 ├── File1
│ ├── AudioAnalyser_IrregullarityFileOutput1.json │ ├── AudioAnalyser_IrregularityFileOutput1.json
│ ├── AudioAnalyser_IrregullarityFileOutput2.json │ ├── AudioAnalyser_IrregularityFileOutput2.json
│ ├── AudioBlocks │ ├── AudioBlocks
│ │ ├── AudioBlock1.jpg │ │ ├── AudioBlock1.jpg
│ │ ├── AudioBlock2.jpg │ │ ├── AudioBlock2.jpg
...@@ -77,8 +77,8 @@ To execute the script without issues, the inner structure of the `WORKING_PATH` ...@@ -77,8 +77,8 @@ To execute the script without issues, the inner structure of the `WORKING_PATH`
│ ├── VideoAnalyser_IrregularityFileOutput1.json │ ├── VideoAnalyser_IrregularityFileOutput1.json
│ └── VideoAnalyser_IrregularityFileOutput2.json │ └── VideoAnalyser_IrregularityFileOutput2.json
├── File2 ├── File2
│ ├── AudioAnalyser_IrregullarityFileOutput1.json │ ├── AudioAnalyser_IrregularityFileOutput1.json
│ ├── AudioAnalyser_IrregullarityFileOutput2.json │ ├── AudioAnalyser_IrregularityFileOutput2.json
│ ├── AudioBlocks │ ├── AudioBlocks
│ │ ├── AudioBlock1.jpg │ │ ├── AudioBlock1.jpg
│ │ ├── AudioBlock2.jpg │ │ ├── AudioBlock2.jpg
......
TODO
Si riferisce al codice consegnato entro febbraio 2023.
• Il codice attualmente non considera un JSON passato in ingresso (come
vorrebbe lo standard), ma si limita a leggere argomenti da linea di comando o
da un file di configurazione. Questo perché le modalità di utilizzo sono sempre
state molteplici e il progetto non era sufficientemente maturo da arrivare a
una versione caso per caso;
• Secondo standard, questo AIM dovrebbe essere in grado di considerare porzioni
del file in ingresso, mentre attualmente lo considera sempre tutto;
• Non è in grado di correggere errori di inversione del verso di lettura.
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment