Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Visualize intermediate images of Composer (#244)
* Create a folder for attack.composer. * Add composer modules for unbounded patch adversary. * Add config of Adam optimizer. * Add LoadCoords for patch adversary. * Add a config of unbounded patch adversary. * Add a datamodule config for carla patch adversary. * Fix the simple Linf projection. * Add composer module PertImageBase for Lp bounded patch adversary. * Add config of lp-bounded patch adversary. * Add a fake renderer composer module. * Teardown a test dataset gracefully for the rendering-in-loop adversary. * Add configs of simulation-in-loop adversary. * Add a datamodule config for CARLA patch rendering. * Update CarlaDataset config. * Add a composer.visualize switch to see intermediate images. * Revert "Teardown a test dataset gracefully for the rendering-in-loop adversary." This reverts commit a5ffef3. * Revert "Add a composer.visualize switch to see intermediate images." This reverts commit a17e224. * Add a composer.visualize switch to see intermediate images.
- Loading branch information