/arma_analysis

Primary LanguageJupyter Notebook

Root directory for ARMA.

arma_seg/ directory contains all code detailing semantic segmentation experiments, including scripts for hyperparameter tuning on cluster.

arma_obj_det/ contains all necessary files to run ARMA models for object detection using Faster-RCNN model.

arma_gen/ has all code relating to PixelCNN and the ARMA implemntation of the same.

arma_adv_training contains code from 'Adversarial traning for free' which is modified to run for ARMA.

arma_adv_freq contains code to train,test and analyze models inb adversarial domain, under the lens of DCT frequencies.