소스 검색

fix the python environment path problem

MaochengHu 2 년 전
부모
커밋
0f6303f99c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src_code/src/server_utils/image_convert.py

+ 1 - 1
src_code/src/server_utils/image_convert.py

@@ -5,7 +5,7 @@
 # @File : image_convert.py
 # @Project : server_develop
 
-import cv2
+
 import pybase64
 from PIL import Image
 from io import BytesIO