Commit eaac60c
authored
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.1 parent 4dd867e commit eaac60c
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
79 | 87 | | |
80 | 88 | | |
81 | 89 | | |
| |||
0 commit comments