Closed zihaog0724 closed 2 years ago
In test.py, you convert from BGR to RGB for the source image. But I did not understand the reason why you convert from BGR to RGB after finishing the inference period.
It was a mistake, should've been RGB2BGR. cv2 dependency is removed in the latest commit.
In test.py, you convert from BGR to RGB for the source image. But I did not understand the reason why you convert from BGR to RGB after finishing the inference period.