In the VEHiCLE_Module.py file, there is 2 line
self.vae_yaml = "Trained_Models/vehicle_vae_hparams.yaml"
self.vae_weight = "Trained_Models/vehicle_vae.ckpt"
But in tour GitHub file, there is no folder named Trained_models and no file named 'vehicle_vae_hparams.yaml' , 'vehicle_vae.ckpt'. How to get that?