Emojinator icon indicating copy to clipboard operation
Emojinator copied to clipboard

A simple emoji classifier for humans. 🖖

Results 10 Emojinator issues
Sort by recently updated
recently updated
newest added

Solved #27 Error in Emojinator_V2.py (label_map_util.py) - Error in line label_map_util.py at line 116 - https://stackoverflow.com/questions/55591437/attributeerror-module-tensorflow-has-no-attribute-gfile Solved #29 Error in Emojinator_V2.py (detector_utils.py), Session error - Error in line detector_utils.py at...

Traceback (most recent call last): File "Emojinator_V2.py", line 10, in detection_graph, sess = detector_utils.load_inference_graph() File "D:\1Downloads\Emojinator-master (1)\Emojinator-master\Emojinator_V2\utils\detector_utils.py", line 40, in load_inference_graph od_graph_def = tf.GraphDef() AttributeError: module 'tensorflow' has no attribute...

Traceback (most recent call last): File "Emojinator_V2.py", line 10, in detection_graph, sess = detector_utils.load_inference_graph() File "D:\1Downloads\Emojinator-master (1)\Emojinator-master\Emojinator_V2\utils\detector_utils.py", line 45, in load_inference_graph sess = tf.Session(graph=detection_graph) AttributeError: module 'tensorflow' has no attribute...

(myenv1) D:\1Downloads\Emojinator-master (1)\Emojinator-master\Emojinator_V2>python Emojinator_V2.py 2021-11-24 15:52:31.974645: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library cudart64_101.dll Traceback (most recent call last): File "Emojinator_V2.py", line 1, in from utils import detector_utils as detector_utils File...

When i am executing CreateGest.py I was getting this error File "CreateGest.py", line 42, in main if len(contours) > 0: TypeError: object of type 'NoneType' has no len() [ WARN:0]...

Hi, CreateGest.py and get_hand_images.py both are not working for me. even after videocapture(0) it is not able to start camera. I tried playing with while loop then it started camera,...

cv2.error: OpenCV(4.1.1) C:\projects\opencv-python\opencv\modules\imgproc\src\shapedescr.cpp:274:

Hello @akshaybahadur21 , so amazing. I am a little bit interested that how to make use of your uploaded model in hand_detection_inference_graph. Could you show me the detailed steps? thanks...

Hi, I was following the procedure, I ran the CreateGest.py and entered the gesture name but no frames are getting displayed.