This is a fork of Yolo-v3 and Yolo-v2 for Windows and Linux by AlexeyAB for creating a custom model for My MTG card detection project.
Uploading all the progresses on the model training for the last few days.
First batch of model training is completed, where I used ~40,000 generated images of MTG cards laid out in one of the pre-defined pattern.

After 5000 training epochs, the model got 88% validation accuracy on the generated test set.

However, there are some blind spots on the model, notably:
Example of bad detections:

The second and third problems should easily be solved by further augmenting the dataset with random lighting and image skew. I'll have to think more about the first problem, though.