retrieval-2016-icmr
retrieval-2016-icmr copied to clipboard
small error in B_preprocessing_clustering.py
@evamohe @xavigiro There is a small error of print information in B_preprocessing_clustering.py
. in L163, it should be (features.shape[0]*features.shape[1]*4 / (1024.**3)
, not (features.shape[0]*features.shape[0]*4 / (1024.**3)
.