image/config/compare2_1.yaml

23 lines
938 B
YAML
Raw Normal View History

2023-09-27 14:05:51 +08:00
data_root: ./data # 这个不用动
dataset_type: LIME # 这个是在不同的数据集上
ours_method: bezierdce-5 # 这个是我们选取的比较模型
ours_method_1: bezierdce-10
image_file_1: 7.bmp # 这个是图片的文件名
crops_1: [[200,50,100,100,5],[250,250,200,200,5]] # 这是选取的框框
ours_method_2: bezierdce-5
image_file_2: 5.bmp # 这个是图片的文件名
crops_2: [[500,200,200,200,5],[800,800,400,400,5]] # 这是选取的框框
ours_method_3: bezierdce-5
image_file_3: 3.bmp # 这个是图片的文件名
crops_3: [[220,100,100,100,5],[170,300,100,100,5]] # 这是选取的框框
width_cm: 40 # 图片宽度设置
# 目前不能直接生成pdf主要因为我电脑上面没有latex 正在安装安装完后就可以直接查看pdf 了,然后下载下来放进去,
# 目前可以通过下载html 文件到本地然后查看
output_image: ./result/compare2_1.pdf # 这个是输出的图片