Akhil Lohia

Results 2 comments of Akhil Lohia

Based on this code, it looks like the `real_images` directory (which is data_dir) should have a list of directories: ``` for model_name in os.listdir(data_dir): meta_dict = { "model_name": model_name.split('.')[0], "inference_index":...

If we look at other files like `generate_360_multi_view_autoregressive.py`, then `RealDataset` has a different definition with additional variables like `env_index` and `inference_mask_path`. Should there be a consistent definition of the `RealDataset`...