Team Members: Suryansh Singh(20114096), Pranay Parashar(20114073), and Shrayash Prasad(20114088)
Details of Directories:
-
COD Model : Contains the code for the model alongwith code for data augmentation, image registration and feature extraction.
-
Literature Review : Contains various documents, research papers and pdfs regarding object detection, data fusion, camouflage, multispectral imaging etc.
-
Report and Ppt : Contains the Final Report and Presentation of our Project.
#####################################################################################################################
How to execute the code :
-
Clone our repository from GitHub.
-
Download the required Python libraries as specified in ‘requirement.txt’ file.
-
Create folder naming ‘Dataset’ and create sub-folders naming ‘Train’ and ‘Test’ in it.
-
Create a ‘Model’ folder to store the weights of our model, and a ‘Result’ folder to store the resultant grayscale images obtained.
-
Then download the datasets from the drive links provided in ‘Dataset.txt’.
-
To run our model, the device should have CUDA support which is used to make training process faster by using GPUs for general-purpose computing using parallel computing.
-
CUDA Toolkit can be installed using the Microsoft Installation Docs for it.
-
Start training by running ‘MyTrain.py’
-
Test the model by running ‘MyTest.py’ file.