GreNait / technical-thesis

This thesis contains all the work related to it. Python code, models, documentation etc.
0 stars 0 forks source link

Model interference with connection to webcam #23

Open GreNait opened 4 years ago

GreNait commented 4 years ago
GreNait commented 4 years ago

Implemented the possibility, to detect figures with a trained model. All not detected images willbe saved for later training.

image

GreNait commented 4 years ago

Deadpool is hard to detect, my guess si, that it is based on the model structure itself. I am looking into a new CNN structure based on the article: https://missinglink.ai/guides/tensorflow/tensorflow-conv2d-layers-practical-guide/

GreNait commented 4 years ago

I found teh detection use on live webcam images. The images have the wrong format. I followed the answer form this thread: https://stackoverflow.com/users/12355605/grenait

and not it works!