Clone the repository:
$ git clone https://github.com/alinoleumm/assv.gitInstall the requirements:
$ pip install -r requirements.txtDownload pre-trained algorithm selection stage I model, algorithm selection stage II model and object histograms.
Indicate pathes to downloaded files here:
cat_dir = '/path-to-object-histograms'
wclf = joblib.load('/path-to-pretrained-as-I-model')
iclf = joblib.load('/path-to-pretrained-as-II-model') Run main.py:
$ python main.pyThis is a short demo of a system.
