You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-i PATHNAME # Input directory
-o FILENAME # Output .PKL file
-p NUMBER # Number of processes for pre-processing
-s True/False # Whether to save output and graphs from HOG
Example Command Line Statements
python3 main.py # Runs the classifier with default settings
python3 main.py -p 16 # Runs the classifier with the specified number of processes. 1-63 are valid inputs
python3 main.py -s True # Saves the outputs of HOG and plots their feature graphs
/temp/*.pkl - These files are temporary and can be ignored. They are removed at the beginning of each run
/plots/* - The feature plots of images (in no particular order)
/processed/* - The visualizations of HOG data (in no particular order)
output.pkl - The consolidated data matrix after pre-processing
2d_representation_plot.png - 2d State-Space graph of data
Elbow_graph.png - Graph of # clusters vs variance