MENG

Results 6 comments of MENG

Same issue here. It happened since Oct 23. 2018. [DEBUG] set user , user type : 99 [DEBUG] set server : "http://api.wiz.cn/" [DEBUG] do local account verify , folder path...

Hi Krahets (@krahets), Thank you for this awesome project. I'm happy to help too. I've been studying in the US since 2015 and I'm currently a Ph.D. student in Computer...

Problems for new transformations. - augmentation zca_whitening = `zca_whitening`; need to tune parameters on both grayscales and color images - filter filter_entropy = `filter_entropy`; crash on both grayscales and color...

The fix for new transformations leads to regression bugs in existed transformations. Please roll back your last commit.

no need to roll back the commit. By taking back ` if (transformation == TRANSFORMATION.filter_sobel): for img in original_images: if (nb_channels == 3): img = cv2.cvtColor(img, cv2.COLOR_RGB2GRAY)` the introduced crash...

Fixed bugs and tuned parameters for the following transformations. 1. We should NOT change the shape of the input dataset after applied transformations, otherwise, the transformed dataset cannot be used...