Ekko-zn / AIGCDetectBenchmark

189 stars 17 forks source link

data_augment in process.py #12

Closed nxZhai closed 7 months ago

nxZhai commented 7 months ago

https://github.com/Ekko-zn/AIGCDetectBenchmark/blob/5086947c8a415871ca824b14ec0c027e8d5b3a5a/data/process.py#L187-L211

nxZhai commented 7 months ago

Hi~ Why removes the data_augment?

Aemilia-xu commented 7 months ago

I apologize for the misunderstanding caused by my mistake. Now, the data_augment used in training process has been added.

nxZhai commented 7 months ago

Thanks for your reply! But I notice your change doesn't work on val which is different from CNNDetection's code. https://github.com/Ekko-zn/AIGCDetectBenchmark/blob/8c7524ee7f5b8a1d1bf4627ff855e57f531fa733/train.py#L28-L34