Jonathan Prokos
Jonathan Prokos
Throwing error when running `carla_obj_det_adversarialpatch_undefended.json` but [url](https://armory-public-data.s3.us-east-2.amazonaws.com/carla/carla_od_dev_2.0.0.tar.gz) provided is valid, was the cached dataset uploaded as well? ```cmd File "/workspace/armory/datasets/download.py", line 70, in download download_file_from_s3(str(key), str(filepath), public=public) │ │ │...
Now throwing an error at end of run using `--skip-attack`: ```python File "/workspace/armory/metrics/task.py", line 940, in object_detection_mAP_tide tidecv_ground_truth_list = armory_to_tide(y, image_id, is_detection=False) │ │ └ array([69734696, 69734696, 69734696, 69734696, 69734696,...
> > Now throwing an error at end of run using --skip-attack: > > @jprokos26 see [this](https://github.com/twosixlabs/armory/pull/1788#issuecomment-1340067742) comment and the ones above it. I still think there's a decision to...
@christopherwoodall This never got merged into tfdsv4, https://github.com/twosixlabs/armory/blob/tfdsv4/armory/utils/config_loading.py#L81-L82 Simple fix by adding [suggested change](https://github.com/twosixlabs/armory/pull/1894/files/5abe034292dae96a9af557f28c41ee3f541ef9ce#r1149636443) ```python if num_batches > dataset.batches_per_epoch: # since num-eval-batches only applies at test time, we can assume...