IntelLabs / MART

Modular Adversarial Robustness Toolkit
BSD 3-Clause "New" or "Revised" License
16 stars 0 forks source link

Revert "Make input a dictionary for multi-modal object detection (#95)" #187

Closed dxoigmn closed 1 year ago

dxoigmn commented 1 year ago

This reverts commit de77a9d1363f4bbfc94f5301263323c4ce291956.

What does this PR do?

We don't really have multi-modal training working, so revert this until we do. This makes main at least usable with our other work.

Type of change

Please check all relevant options.

Testing

Please describe the tests that you ran to verify your changes. Consider listing any relevant details of your test configuration.

Before submitting

Did you have fun?

Make sure you had fun coding 🙃

mzweilin commented 1 year ago

I released v0.5.1 that reverts the same PR: https://github.com/IntelLabs/MART/releases/tag/v0.5.1

mzweilin commented 1 year ago

I would like to merge this PR into main, because Adversary can perform transforms internally in #203

It's better to keep the datamodule transforms simple and consistent with the Armory input format.

dxoigmn commented 1 year ago

You can merge then :)