amuamushu / adv_avod_ssn

Deep Sensor Fusion for Single Source Robustness
https://ayushmore.github.io/2022-03-07-improving-robustness-via-adversarial-training/
0 stars 0 forks source link

Add adversarial inference. #27

Closed amuamushu closed 2 years ago

amuamushu commented 2 years ago

One thing we want to do is train on clean data (already done for run_pyramid_simple) and run inference on adversarial data (need to do for this issue).

TODOS:

amuamushu commented 2 years ago

Currently testing out clean model + adversarial inference in https://github.com/amuamushu/adv_avod_ssn/tree/messy-run

amuamushu commented 2 years ago

I realize we don't have to copy over the training checkpoints because the model protobuf has a field for pretrained_ckpt. It was only being used for fine tuning with sin input so I had to modify the code to use it outside that case too.