TypeError: 'NoneType' object is not subscriptable, when using VHS in python code #118 Closed HanJu-Chen opened on Jan 3, 2024 ...
When I was running this code I noticed that you declared a global variable features2int_dict in analysis.py and further used it in a child process which runs worker_get_features_vector. However, the ...