SEQUENTIAL COMBUSTION IMAGE CLASSIFICATION USING LATENT VECTORS FROM AUTOENCODER
pip install -r requirements.txtpython main.py [path_to_your_config]For Autoencoder[your_config.ini] file:
[Type]
type = autoencoder
[PostProcess]
post_process = FalseFor Sequential Model[your_config.ini] file:
[Type]
type = sequential
ae_path = "path_to_your_autoencoder/models"
[PostProcess]
post_process = FalseFor Autoencoder[your_config.ini] file:
[Type]
type = autoencoder
[PostProcess]
post_process = TrueFor Sequential Model[your_config.ini] file:
[Type]
type = sequential
ae_path = "path_to_your_autoencoder/models"
[PostProcess]
post_process = TrueDr Soumik Sarkar