I am trying to do a chess-piece detection with tensorflow. Due to the task it's not possible to train the model with different color from the start cause in the real world senario the chess-piece may come in with unseen color. So what I have done now is training the model with six different label. The output is good. But my next step is how to do the color detection on each bounding box on each chess piece. I really don't have any idea how could i do that.
Asked
Active
Viewed 154 times
0
-
1Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – Community Apr 21 '22 at 08:57
-
@TunaCake, you can use YOLO, [example-1](https://github.com/hrithikacharukula/Chess-Pawn-Detection-using-YOLOv5-), [example-2](https://github.com/Liisjak/Chess-Object-Detection-YOLOv4) – Bilal Apr 21 '22 at 12:39
-
@Bilal I have done chess piece detection task. The problem here is how to determine chess color – TunaCake Apr 21 '22 at 13:24
-
@TunaCake please see this [answer](https://stackoverflow.com/a/48367205) – Bilal Apr 21 '22 at 13:27