TencentYoutuResearch / AnomalyDetection_Real-IAD

Apache License 2.0
48 stars 0 forks source link

questions about UIAD setting #1

Closed hxx-who closed 8 months ago

hxx-who commented 8 months ago

Hi, great work! I was wondering, in the UIAD setting which Table 2 used, the model are trained on all categories in the dataset and tested on each category (the setting UniAD proposed)? or the model are trained on one specific category and tested on the corresponding category (one model for one category)? Thanks in advance!

zhangzjn commented 8 months ago

The latter, that is, the single-class setting where one model corresponds to one class, which is not the unified setting as discussed in UniAD and ViTAD.

hxx-who commented 8 months ago

Thanks, I got it!