Hongshi
Results
1
comments of
Hongshi
about image color changed, you can change the demo.py code at 72 line. ```python #origin_img = copy.deepcopy(img) origin_img=cv2.cvtColor(img,cv2.COLOR_BGR2RGB) # add this code ```