imatge-upc / retrieval-2016-icmr

Bags of Local Convolutional Features for Scalable Instance Search (ICMR 2016)
https://imatge-upc.github.io/retrieval-2016-icmr/
111 stars 36 forks source link

small error in B_preprocessing_clustering.py #3

Open willard-yuan opened 7 years ago

willard-yuan commented 7 years ago

@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).