TCC_Project
Image recognition for standalone robots. TCC demo files
Usage
WITH PYTHON 3
python server_socket.py
python client_socket.py
IMPORTANT
To test this code, download the remaining files.
Download the folder named "data" and put it in this repository.
Significance of the folders and files
-- Important --
data - (When Downloaded) Data folder contains, models, and images used in the code.
client_socket.py - Client used to capture images.
server_socket.py - Server used to compute received images from client.
requirements.txt - List of libraries to run this project.
-- Not Important --
lab_test - Experimental codes for testing.
client_http.py - Experimental HTTP Client used to capture images.
server_http.py - Experimental HTTP Server with end-point used to compute received images.
Training templates used
Automated Training for Cascade(Used to generate cascade model)