Trusted-AI / adversarial-robustness-toolbox

Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction, Inference - Red and Blue Teams

Home Page:https://adversarial-robustness-toolbox.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support for yolov5-seg

CETC-AI-TestGroup opened this issue · comments

Since yolov5 had a segmentation branch, and how to use art on the segmentation model of yolov5?

Is there any plan for adding this support on yolov5-seg?

Hi @CETC-AI-TestGroup This would require an estimator for segmentation models, which could follow closely the existing estimators for object detection. We have not yet scheduled the implementation of such an estimator. Would you be interested to work on this feature?