Lego recognizing network. This solution is to be used as an AI part of robot which is sorting objects.
- Python 3.5.2
- Tensorflow 1.12.0
- Keras 2.2.4
- Extract "dataset" into the root of "Lego-NET".
- Open terminal.
- Input
python train.py --model=cnn
have nice training. =)
Input python im_process.py --image=<path> --Weights=<weights path>
. You will get a probability map for all objects.