WisconsinAIVision / UniversalFakeDetect

184 stars 24 forks source link

Troubles in requirement #5

Open dinglei0719 opened 1 year ago

dinglei0719 commented 1 year ago

I try to repeat the training process but get trouble in some requirements. Like line 7 "from earlystop import EarlyStopping" in train.py and line 3 'import util' in base_options.py. I cannot easy find which package I need to install. Would you please share your requirements.txt? Thank you

Hesh0629 commented 1 year ago

you can find "earlystop.py" here (https://github.com/PeterWang512/CNNDetection/blob/master/earlystop.py) It may different from UniversalFakeDetect, it still work.

RCorvi commented 7 months ago

Hi @utkarshojha , is there any update on this? Are these packages that need to be installed, missing files or should we take them from Wang's repository?

Wss23333 commented 5 months ago

I have encountered the same problem as you. Have you solved it and how to solve it ?