xubo245 commented on a change in pull request #3173: [WIP][CARBONDATA-3336] Support Binary Data Type
URL:
https://github.com/apache/carbondata/pull/3173#discussion_r273417316
##########
File path: tools/imageNet_tools/imageNormalize/imageNormalize_multiprocess.py
##########
@@ -0,0 +1,88 @@
+import os
+import time
+import cv2
+import threading
+
+import tensorflow as tf
+
+import multiprocessing
+
+process_num = 50
+
+srcdir="/huawei/data/imageNet/rawImage/wholesize"
Review comment:
removed, this PR no need python code
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[hidden email]
With regards,
Apache Git Services