Open flydragon2018 opened 4 years ago
The error is related to the high resolution of the photos. The GPU have not enough memory for deal with the photo. You can use a simple workaround: reduce the size of the image.
You can rewrite the load_image_file
in order to manage high resolution image as following: https://github.com/alessiosavi/PyRecognizer/blob/master/utils/util.py#L288
Description
I am running to train a 128-d model.
What I Did