BAID
1.0.0
git clone https://github.com/Dreemurr-T/BAID.git
cd BAID/
pip install pandas
pip install tqdm
python downloading_script/download.py
画像はimages/
フォルダーに保存されます。
画像をダウンロードするときは遅いため、データセットを取得するための代替手段を提供します。
データセットのグラウンドトゥルースラベルは、 dataset
フォルダーにあります。
その他の依存関係は、次のようにインストールできます。
pip install -r requirements.txt
images/
フォルダーに配置します python pretraining_utils/pretrain_mani.py
python pretraining.py
1つのRTX3090では、事前トレーニングプロセス全体が約2日かかります。私たちはドライブで前提条件のウェイトを提供します。
Baidでのトレーニングについては、次のことを使用してください。
python train.py
チェックポイントは、 checkpoint/SAAN
フォルダーに保存されます。
BAIDでテストするには、ドライブから事前に守られたウェイトをダウンロードするには、チェックポイントをcheckpoint/BAID
に配置します
次に使用してください:
python test.py
データセットは、CC by-nc-nd 4.0に基づいてライセンスされています
Pytorch-AdainおよびNon-Local_pytorchから借りたコード。
あなたが私たちの作品が役立つと思うなら、私たちの仕事を次のように引用してください
@InProceedings { Yi_2023_CVPR ,
author = { Yi, Ran and Tian, Haoyuan and Gu, Zhihao and Lai, Yu-Kun and Rosin, Paul L. } ,
title = { Towards Artistic Image Aesthetics Assessment: A Large-Scale Dataset and a New Method } ,
booktitle = { Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) } ,
month = { June } ,
year = { 2023 } ,
pages = { 22388-22397 }
}