Skip to content

Commit

Permalink
[fix] fix some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
GewelsJI authored Jun 25, 2021
1 parent ea82723 commit 766ef31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyTesting.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
print('> {} - {}'.format(_data_name, name))
misc.imsave(save_path+name, res)
# If `mics` not works in your environment, please comment it and then use CV2
cv2.imwrite(save_path+name,res*255)
# cv2.imwrite(save_path+name,res*255)

0 comments on commit 766ef31

Please sign in to comment.