twosixlabs / armory

ARMORY Adversarial Robustness Evaluation Test Bed
MIT License
174 stars 67 forks source link

Fix yolo cfg path #1965

Closed swsuggs closed 1 year ago

swsuggs commented 1 year ago

The OD poisoning config files pass a relative filepath for the yolo.cfg file. This was assuming that armory was run from the root directory and would not work for pip installed armory. This is similar to the same problem we had with trigger paths and is fixed the same way.

swsuggs commented 1 year ago

@christopherwoodall I'd appreciate a close proofread of this since it's hard to test before it's incorporated into pip armory