I wanted to try for a long time and finally stumbled upon
https://github.com/lucko515/search-book-by-cover-server.
It seems abandoned but basically is trying to match book covers to a dataset of book covers.
It's a
https://en.wikipedia.org/wiki/Content-based_image_retrieval system.
That could easily translate into "match LD covers to a dataset of LD covers" -- and a dataset of LD cover is something we have:
43,873 covers to be precise.
So, after fixing a few typos, wrong filenames and python packages dependencies, I am currently deep learning all the covers.
It takes about 24 hours.80%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████ | 35000/43873 [20:01:36<4:52:48, 1.98s/it]
82%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████▍ | 36000/43873 [20:40:53<5:51:49, 2.68s/it]
84%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████▊ | 37000/43873 [21:15:43<4:22:25, 2.29s/it]
86%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████▋ | 37546/43873 [21:34:53<3:17:15, 1.87s/it]
However I tried on a subset of the covers before and the results were... not good

Let's see with the full dataset.
Julien