DeepFaceDrawing-Jittor icon indicating copy to clipboard operation
DeepFaceDrawing-Jittor copied to clipboard

key error in Input_mouse_event.py#L68

Open zhangqijun opened this issue 4 years ago • 2 comments

https://github.com/IGLICT/DeepFaceDrawing-Jittor/blob/3f0ab4509de638f8a833cfce961d90869ead6f35/Input_mouse_event.py#L68 '' key is it mean face?heat/ key .jpg dose not contain face.jpg

zhangqijun avatar Jun 28 '20 10:06 zhangqijun

Please find 'bg.jpg' in '/heat' and rename it as '.jpg', then it will be work.

onlineplay avatar Jul 01 '20 04:07 onlineplay

cv2.imread('bg.jpg') will return None.

Sunny-Island avatar Jan 21 '21 02:01 Sunny-Island