Upload 44 files
Browse files- image-detection-aesthetic-v1/anime_aesthetic.py +502 -0
- image-detection-aesthetic-v1/export.py +51 -0
- image-detection-aesthetic-v1/model.ckpt +3 -0
- image-detection-aesthetic-v1/model.onnx +3 -0
- image-detection-aesthetic-v2/.gitattributes +34 -0
- image-detection-aesthetic-v2/README.md +16 -0
- image-detection-aesthetic-v2/all_results.json +7 -0
- image-detection-aesthetic-v2/config.json +1053 -0
- image-detection-aesthetic-v2/preprocessor_config.json +20 -0
- image-detection-aesthetic-v2/pytorch_model.bin +3 -0
- image-detection-aesthetic-v2/train_results.json +7 -0
- image-detection-aesthetic-v2/trainer_state.json +40 -0
- image-detection-aesthetic-v2/training_args.bin +3 -0
- image-detection-aesthetic-v3/config.json +1053 -0
- image-detection-aesthetic-v3/preprocessor_config.json +20 -0
- image-detection-aesthetic-v3/pytorch_model.bin +3 -0
- image-detection-aesthetic-v3/training_args.bin +3 -0
- image-detection-nsfw-v1/.gitattributes +35 -0
- image-detection-nsfw-v1/README.md +94 -0
- image-detection-nsfw-v1/config.json +32 -0
- image-detection-nsfw-v1/model.safetensors +3 -0
- image-detection-nsfw-v1/optimizer.pt +3 -0
- image-detection-nsfw-v1/preprocessor_config.json +22 -0
- image-detection-nsfw-v1/pytorch_model.bin +3 -0
- image-detection-rating-v1/classify_nsfw_v2.0.pth +3 -0
- image-detection-rating-v1/classify_nsfw_v3.0.pth +3 -0
- image-detection-style-v1/.gitattributes +34 -0
- image-detection-style-v1/README.md +3 -0
- image-detection-style-v1/all_results.json +7 -0
- image-detection-style-v1/config.json +1056 -0
- image-detection-style-v1/preprocessor_config.json +20 -0
- image-detection-style-v1/pytorch_model.bin +3 -0
- image-detection-style-v1/train_results.json +7 -0
- image-detection-style-v1/trainer_state.json +187 -0
- image-detection-style-v1/training_args.bin +3 -0
- image-detection-waifu-v1/.gitattributes +34 -0
- image-detection-waifu-v1/README.md +3 -0
- image-detection-waifu-v1/all_results.json +7 -0
- image-detection-waifu-v1/config.json +1053 -0
- image-detection-waifu-v1/preprocessor_config.json +20 -0
- image-detection-waifu-v1/pytorch_model.bin +3 -0
- image-detection-waifu-v1/train_results.json +7 -0
- image-detection-waifu-v1/trainer_state.json +187 -0
- image-detection-waifu-v1/training_args.bin +3 -0
image-detection-aesthetic-v1/anime_aesthetic.py
ADDED
|
@@ -0,0 +1,502 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import argparse
|
| 2 |
+
import json
|
| 3 |
+
import os
|
| 4 |
+
import random
|
| 5 |
+
from copy import deepcopy
|
| 6 |
+
|
| 7 |
+
import numpy as np
|
| 8 |
+
import pytorch_lightning as pl
|
| 9 |
+
import torch
|
| 10 |
+
import torch.nn as nn
|
| 11 |
+
import torch.nn.functional as F
|
| 12 |
+
import torch.optim as optim
|
| 13 |
+
from PIL import Image
|
| 14 |
+
from pytorch_lightning import Trainer
|
| 15 |
+
from pytorch_lightning.callbacks import ModelCheckpoint
|
| 16 |
+
from timm.models.layers import DropPath, trunc_normal_
|
| 17 |
+
from torch.utils.data import DataLoader, Dataset
|
| 18 |
+
from torchvision import transforms
|
| 19 |
+
from torchvision.transforms import functional
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
# ========= Model =========
|
| 23 |
+
|
| 24 |
+
# copy from https://github.com/facebookresearch/ConvNeXt-V2/blob/main/models/convnextv2.py
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
class LayerNorm(nn.Module):
|
| 28 |
+
"""LayerNorm that supports two data formats: channels_last (default) or channels_first.
|
| 29 |
+
The ordering of the dimensions in the inputs. channels_last corresponds to inputs with
|
| 30 |
+
shape (batch_size, height, width, channels) while channels_first corresponds to inputs
|
| 31 |
+
with shape (batch_size, channels, height, width).
|
| 32 |
+
"""
|
| 33 |
+
|
| 34 |
+
def __init__(self, normalized_shape, eps=1e-6, data_format="channels_last"):
|
| 35 |
+
super().__init__()
|
| 36 |
+
self.weight = nn.Parameter(torch.ones(normalized_shape))
|
| 37 |
+
self.bias = nn.Parameter(torch.zeros(normalized_shape))
|
| 38 |
+
self.eps = eps
|
| 39 |
+
self.data_format = data_format
|
| 40 |
+
if self.data_format not in ["channels_last", "channels_first"]:
|
| 41 |
+
raise NotImplementedError
|
| 42 |
+
self.normalized_shape = (normalized_shape,)
|
| 43 |
+
|
| 44 |
+
def forward(self, x):
|
| 45 |
+
if self.data_format == "channels_last":
|
| 46 |
+
return F.layer_norm(
|
| 47 |
+
x, self.normalized_shape, self.weight, self.bias, self.eps
|
| 48 |
+
)
|
| 49 |
+
elif self.data_format == "channels_first":
|
| 50 |
+
u = x.mean(1, keepdim=True)
|
| 51 |
+
s = (x - u).pow(2).mean(1, keepdim=True)
|
| 52 |
+
x = (x - u) / torch.sqrt(s + self.eps)
|
| 53 |
+
x = self.weight[:, None, None] * x + self.bias[:, None, None]
|
| 54 |
+
return x
|
| 55 |
+
|
| 56 |
+
|
| 57 |
+
class GRN(nn.Module):
|
| 58 |
+
"""GRN (Global Response Normalization) layer"""
|
| 59 |
+
|
| 60 |
+
def __init__(self, dim):
|
| 61 |
+
super().__init__()
|
| 62 |
+
self.gamma = nn.Parameter(torch.zeros(1, 1, 1, dim))
|
| 63 |
+
self.beta = nn.Parameter(torch.zeros(1, 1, 1, dim))
|
| 64 |
+
|
| 65 |
+
def forward(self, x):
|
| 66 |
+
Gx = torch.norm(x, p=2, dim=(1, 2), keepdim=True)
|
| 67 |
+
Nx = Gx / (Gx.mean(dim=-1, keepdim=True) + 1e-6)
|
| 68 |
+
return self.gamma * (x * Nx) + self.beta + x
|
| 69 |
+
|
| 70 |
+
|
| 71 |
+
class Block(nn.Module):
|
| 72 |
+
"""ConvNeXtV2 Block.
|
| 73 |
+
|
| 74 |
+
Args:
|
| 75 |
+
dim (int): Number of input channels.
|
| 76 |
+
drop_path (float): Stochastic depth rate. Default: 0.0
|
| 77 |
+
"""
|
| 78 |
+
|
| 79 |
+
def __init__(self, dim, drop_path=0.0):
|
| 80 |
+
super().__init__()
|
| 81 |
+
self.dwconv = nn.Conv2d(
|
| 82 |
+
dim, dim, kernel_size=7, padding=3, groups=dim
|
| 83 |
+
) # depthwise conv
|
| 84 |
+
self.norm = LayerNorm(dim, eps=1e-6)
|
| 85 |
+
self.pwconv1 = nn.Linear(
|
| 86 |
+
dim, 4 * dim
|
| 87 |
+
) # pointwise/1x1 convs, implemented with linear layers
|
| 88 |
+
self.act = nn.GELU()
|
| 89 |
+
self.grn = GRN(4 * dim)
|
| 90 |
+
self.pwconv2 = nn.Linear(4 * dim, dim)
|
| 91 |
+
self.drop_path = DropPath(drop_path) if drop_path > 0.0 else nn.Identity()
|
| 92 |
+
|
| 93 |
+
def forward(self, x):
|
| 94 |
+
input = x
|
| 95 |
+
x = self.dwconv(x)
|
| 96 |
+
x = x.permute(0, 2, 3, 1) # (N, C, H, W) -> (N, H, W, C)
|
| 97 |
+
x = self.norm(x)
|
| 98 |
+
x = self.pwconv1(x)
|
| 99 |
+
x = self.act(x)
|
| 100 |
+
x = self.grn(x)
|
| 101 |
+
x = self.pwconv2(x)
|
| 102 |
+
x = x.permute(0, 3, 1, 2) # (N, H, W, C) -> (N, C, H, W)
|
| 103 |
+
|
| 104 |
+
x = input + self.drop_path(x)
|
| 105 |
+
return x
|
| 106 |
+
|
| 107 |
+
|
| 108 |
+
class ConvNeXtV2(nn.Module):
|
| 109 |
+
"""ConvNeXt V2
|
| 110 |
+
|
| 111 |
+
Args:
|
| 112 |
+
in_chans (int): Number of input image channels. Default: 3
|
| 113 |
+
num_classes (int): Number of classes for classification head. Default: 1000
|
| 114 |
+
depths (tuple(int)): Number of blocks at each stage. Default: [3, 3, 9, 3]
|
| 115 |
+
dims (int[]): Feature dimension at each stage. Default: [96, 192, 384, 768]
|
| 116 |
+
drop_path_rate (float): Stochastic depth rate. Default: 0.
|
| 117 |
+
head_init_scale (float): Init scaling value for classifier weights and biases. Default: 1.
|
| 118 |
+
"""
|
| 119 |
+
|
| 120 |
+
def __init__(
|
| 121 |
+
self,
|
| 122 |
+
in_chans=3,
|
| 123 |
+
num_classes=1000,
|
| 124 |
+
depths=[3, 3, 9, 3],
|
| 125 |
+
dims=[96, 192, 384, 768],
|
| 126 |
+
drop_path_rate=0.0,
|
| 127 |
+
head_init_scale=1.0,
|
| 128 |
+
):
|
| 129 |
+
super().__init__()
|
| 130 |
+
self.depths = depths
|
| 131 |
+
self.downsample_layers = (
|
| 132 |
+
nn.ModuleList()
|
| 133 |
+
) # stem and 3 intermediate downsampling conv layers
|
| 134 |
+
stem = nn.Sequential(
|
| 135 |
+
nn.Conv2d(in_chans, dims[0], kernel_size=4, stride=4),
|
| 136 |
+
LayerNorm(dims[0], eps=1e-6, data_format="channels_first"),
|
| 137 |
+
)
|
| 138 |
+
self.downsample_layers.append(stem)
|
| 139 |
+
for i in range(3):
|
| 140 |
+
downsample_layer = nn.Sequential(
|
| 141 |
+
LayerNorm(dims[i], eps=1e-6, data_format="channels_first"),
|
| 142 |
+
nn.Conv2d(dims[i], dims[i + 1], kernel_size=2, stride=2),
|
| 143 |
+
)
|
| 144 |
+
self.downsample_layers.append(downsample_layer)
|
| 145 |
+
|
| 146 |
+
self.stages = (
|
| 147 |
+
nn.ModuleList()
|
| 148 |
+
) # 4 feature resolution stages, each consisting of multiple residual blocks
|
| 149 |
+
dp_rates = [x.item() for x in torch.linspace(0, drop_path_rate, sum(depths))]
|
| 150 |
+
cur = 0
|
| 151 |
+
for i in range(4):
|
| 152 |
+
stage = nn.Sequential(
|
| 153 |
+
*[
|
| 154 |
+
Block(dim=dims[i], drop_path=dp_rates[cur + j])
|
| 155 |
+
for j in range(depths[i])
|
| 156 |
+
]
|
| 157 |
+
)
|
| 158 |
+
self.stages.append(stage)
|
| 159 |
+
cur += depths[i]
|
| 160 |
+
|
| 161 |
+
self.norm = nn.LayerNorm(dims[-1], eps=1e-6) # final norm layer
|
| 162 |
+
self.head = nn.Linear(dims[-1], num_classes)
|
| 163 |
+
|
| 164 |
+
self.apply(self._init_weights)
|
| 165 |
+
self.head.weight.data.mul_(head_init_scale)
|
| 166 |
+
self.head.bias.data.mul_(head_init_scale)
|
| 167 |
+
|
| 168 |
+
def _init_weights(self, m):
|
| 169 |
+
if isinstance(m, (nn.Conv2d, nn.Linear)):
|
| 170 |
+
trunc_normal_(m.weight, std=0.02)
|
| 171 |
+
nn.init.constant_(m.bias, 0)
|
| 172 |
+
|
| 173 |
+
def forward_features(self, x):
|
| 174 |
+
for i in range(4):
|
| 175 |
+
x = self.downsample_layers[i](x)
|
| 176 |
+
x = self.stages[i](x)
|
| 177 |
+
return self.norm(
|
| 178 |
+
x.mean([-2, -1])
|
| 179 |
+
) # global average pooling, (N, C, H, W) -> (N, C)
|
| 180 |
+
|
| 181 |
+
def forward(self, x):
|
| 182 |
+
x = self.forward_features(x)
|
| 183 |
+
x = self.head(x)
|
| 184 |
+
return x
|
| 185 |
+
|
| 186 |
+
|
| 187 |
+
model_cfgs = {
|
| 188 |
+
"atto": [[2, 2, 6, 2], [40, 80, 160, 320]],
|
| 189 |
+
"femto": [[2, 2, 6, 2], [48, 96, 192, 384]],
|
| 190 |
+
"pico": [[2, 2, 6, 2], [64, 128, 256, 512]],
|
| 191 |
+
"nano": [[2, 2, 8, 2], [80, 160, 320, 640]],
|
| 192 |
+
"tiny": [[3, 3, 9, 3], [96, 192, 384, 768]],
|
| 193 |
+
"base": [[3, 3, 27, 3], [128, 256, 512, 1024]],
|
| 194 |
+
"large": [[3, 3, 27, 3], [192, 384, 768, 1536]],
|
| 195 |
+
"huge": [[3, 3, 27, 3], [352, 704, 1408, 2816]],
|
| 196 |
+
}
|
| 197 |
+
|
| 198 |
+
|
| 199 |
+
def convnextv2(cfg_name, **kwargs):
|
| 200 |
+
cfg = model_cfgs[cfg_name]
|
| 201 |
+
model = ConvNeXtV2(depths=cfg[0], dims=cfg[1], **kwargs)
|
| 202 |
+
return model
|
| 203 |
+
|
| 204 |
+
|
| 205 |
+
# ========= Dataset =========
|
| 206 |
+
|
| 207 |
+
EXTENSION = [".png", ".jpg", ".jpeg"]
|
| 208 |
+
|
| 209 |
+
|
| 210 |
+
def file_ext(fname):
|
| 211 |
+
return os.path.splitext(fname)[1].lower()
|
| 212 |
+
|
| 213 |
+
|
| 214 |
+
def rescale_pad(image, output_size, random_pad=False):
|
| 215 |
+
h, w = image.shape[-2:]
|
| 216 |
+
if h != output_size or w != output_size:
|
| 217 |
+
r = min(output_size / h, output_size / w)
|
| 218 |
+
new_h, new_w = int(h * r), int(w * r)
|
| 219 |
+
if random_pad:
|
| 220 |
+
r2 = random.uniform(0.9, 1)
|
| 221 |
+
new_h, new_w = int(new_h * r2), int(new_w * r2)
|
| 222 |
+
ph = output_size - new_h
|
| 223 |
+
pw = output_size - new_w
|
| 224 |
+
left = random.randint(0, pw) if random_pad else pw // 2
|
| 225 |
+
right = pw - left
|
| 226 |
+
top = random.randint(0, ph) if random_pad else ph // 2
|
| 227 |
+
bottom = ph - top
|
| 228 |
+
image = transforms.functional.resize(image, [new_h, new_w])
|
| 229 |
+
image = transforms.functional.pad(
|
| 230 |
+
image, [left, top, right, bottom], random.uniform(0, 1) if random_pad else 0
|
| 231 |
+
)
|
| 232 |
+
return image
|
| 233 |
+
|
| 234 |
+
|
| 235 |
+
def random_crop(image, min_rate=0.8):
|
| 236 |
+
h, w = image.shape[-2:]
|
| 237 |
+
new_h, new_w = int(h * random.uniform(min_rate, 1)), int(w * random.uniform(min_rate, 1))
|
| 238 |
+
top = np.random.randint(0, h - new_h)
|
| 239 |
+
left = np.random.randint(0, w - new_w)
|
| 240 |
+
image = image[:, top: top + new_h, left: left + new_w]
|
| 241 |
+
return image
|
| 242 |
+
|
| 243 |
+
|
| 244 |
+
class AnimeAestheticDataset(Dataset):
|
| 245 |
+
def __init__(self, path, img_size, xflip=True):
|
| 246 |
+
all_files = {
|
| 247 |
+
os.path.relpath(os.path.join(root, fname), path)
|
| 248 |
+
for root, _dirs, files in os.walk(path)
|
| 249 |
+
for fname in files
|
| 250 |
+
}
|
| 251 |
+
all_images = sorted(
|
| 252 |
+
fname for fname in all_files if file_ext(fname) in EXTENSION
|
| 253 |
+
)
|
| 254 |
+
with open(os.path.join(path, "label.json"), "r", encoding="utf8") as f:
|
| 255 |
+
labels = json.load(f)
|
| 256 |
+
image_list = []
|
| 257 |
+
label_list = []
|
| 258 |
+
for fname in all_images:
|
| 259 |
+
if fname not in labels:
|
| 260 |
+
continue
|
| 261 |
+
image_list.append(fname)
|
| 262 |
+
label_list.append(labels[fname])
|
| 263 |
+
self.path = path
|
| 264 |
+
self.img_size = img_size
|
| 265 |
+
self.xflip = xflip
|
| 266 |
+
self.image_list = image_list
|
| 267 |
+
self.label_list = label_list
|
| 268 |
+
|
| 269 |
+
def __len__(self):
|
| 270 |
+
length = len(self.image_list)
|
| 271 |
+
if self.xflip:
|
| 272 |
+
length *= 2
|
| 273 |
+
return length
|
| 274 |
+
|
| 275 |
+
def __getitem__(self, index):
|
| 276 |
+
real_len = len(self.image_list)
|
| 277 |
+
fname = self.image_list[index % real_len]
|
| 278 |
+
label = self.label_list[index % real_len]
|
| 279 |
+
image = Image.open(os.path.join(self.path, fname)).convert("RGB")
|
| 280 |
+
image = transforms.functional.to_tensor(image)
|
| 281 |
+
image = random_crop(image, 0.8)
|
| 282 |
+
image = rescale_pad(image, self.img_size, True)
|
| 283 |
+
if index // real_len != 0:
|
| 284 |
+
image = transforms.functional.hflip(image)
|
| 285 |
+
label = torch.tensor([label], dtype=torch.float32)
|
| 286 |
+
return image, label
|
| 287 |
+
|
| 288 |
+
|
| 289 |
+
# ========= Train =========
|
| 290 |
+
|
| 291 |
+
|
| 292 |
+
class AnimeAesthetic(pl.LightningModule):
|
| 293 |
+
def __init__(self, cfg: str, drop_path_rate=0.0, ema_decay=0):
|
| 294 |
+
super().__init__()
|
| 295 |
+
self.net = convnextv2(cfg, in_chans=3, num_classes=1, drop_path_rate=drop_path_rate)
|
| 296 |
+
self.ema_decay = ema_decay
|
| 297 |
+
self.ema = None
|
| 298 |
+
if ema_decay > 0:
|
| 299 |
+
self.ema = deepcopy(self.net)
|
| 300 |
+
self.ema.requires_grad_(False)
|
| 301 |
+
|
| 302 |
+
def configure_optimizers(self):
|
| 303 |
+
optimizer = optim.Adam(
|
| 304 |
+
self.net.parameters(),
|
| 305 |
+
lr=0.001,
|
| 306 |
+
betas=(0.9, 0.999),
|
| 307 |
+
eps=1e-08,
|
| 308 |
+
weight_decay=0,
|
| 309 |
+
)
|
| 310 |
+
return optimizer
|
| 311 |
+
|
| 312 |
+
def forward(self, x, use_ema=False):
|
| 313 |
+
x = (x - 0.5) / 0.5
|
| 314 |
+
net = self.ema if use_ema else self.net
|
| 315 |
+
return net(x)
|
| 316 |
+
|
| 317 |
+
def training_step(self, batch, batch_idx):
|
| 318 |
+
images, labels = batch
|
| 319 |
+
loss = F.mse_loss(self.forward(images, False), labels)
|
| 320 |
+
self.log_dict({"train/loss": loss})
|
| 321 |
+
return loss
|
| 322 |
+
|
| 323 |
+
def validation_step(self, batch, batch_idx):
|
| 324 |
+
images, labels = batch
|
| 325 |
+
mae = F.l1_loss(self.forward(images, False), labels)
|
| 326 |
+
logs = {"val/mae": mae}
|
| 327 |
+
if self.ema is not None:
|
| 328 |
+
mae_ema = F.l1_loss(self.forward(images, True), labels)
|
| 329 |
+
logs["val/mae_ema"] = mae_ema
|
| 330 |
+
self.log_dict(logs, sync_dist=True)
|
| 331 |
+
|
| 332 |
+
def on_train_batch_end(self, outputs, batch, batch_idx):
|
| 333 |
+
if self.ema is not None:
|
| 334 |
+
with torch.no_grad():
|
| 335 |
+
for ema_v, model_v in zip(
|
| 336 |
+
self.ema.state_dict().values(), self.net.state_dict().values()
|
| 337 |
+
):
|
| 338 |
+
ema_v.copy_(
|
| 339 |
+
self.ema_decay * ema_v + (1.0 - self.ema_decay) * model_v
|
| 340 |
+
)
|
| 341 |
+
|
| 342 |
+
|
| 343 |
+
def main(opt):
|
| 344 |
+
if not os.path.exists("lightning_logs"):
|
| 345 |
+
os.mkdir("lightning_logs")
|
| 346 |
+
torch.manual_seed(0)
|
| 347 |
+
np.random.seed(0)
|
| 348 |
+
print("---load dataset---")
|
| 349 |
+
full_dataset = AnimeAestheticDataset(opt.data, opt.img_size)
|
| 350 |
+
full_dataset_len = len(full_dataset)
|
| 351 |
+
train_dataset_len = int(full_dataset_len * opt.data_split)
|
| 352 |
+
val_dataset_len = full_dataset_len - train_dataset_len
|
| 353 |
+
train_dataset, val_dataset = torch.utils.data.random_split(
|
| 354 |
+
full_dataset, [train_dataset_len, val_dataset_len]
|
| 355 |
+
)
|
| 356 |
+
train_dataloader = DataLoader(
|
| 357 |
+
train_dataset,
|
| 358 |
+
batch_size=opt.batch_size_train,
|
| 359 |
+
shuffle=True,
|
| 360 |
+
persistent_workers=True,
|
| 361 |
+
num_workers=opt.workers_train,
|
| 362 |
+
pin_memory=True,
|
| 363 |
+
)
|
| 364 |
+
val_dataloader = DataLoader(
|
| 365 |
+
val_dataset,
|
| 366 |
+
batch_size=opt.batch_size_val,
|
| 367 |
+
shuffle=False,
|
| 368 |
+
persistent_workers=True,
|
| 369 |
+
num_workers=opt.workers_val,
|
| 370 |
+
pin_memory=True,
|
| 371 |
+
)
|
| 372 |
+
print(f"train: {len(train_dataset)}")
|
| 373 |
+
print(f"val: {len(val_dataset)}")
|
| 374 |
+
print("---define model---")
|
| 375 |
+
if opt.resume != "":
|
| 376 |
+
anime_aesthetic = AnimeAesthetic.load_from_checkpoint(
|
| 377 |
+
opt.resume, cfg=opt.cfg, drop_path_rate=opt.drop_path, ema_decay=opt.ema_decay
|
| 378 |
+
)
|
| 379 |
+
else:
|
| 380 |
+
anime_aesthetic = AnimeAesthetic(cfg=opt.cfg, drop_path_rate=opt.drop_path, ema_decay=opt.ema_decay)
|
| 381 |
+
|
| 382 |
+
print("---start train---")
|
| 383 |
+
|
| 384 |
+
checkpoint_callback = ModelCheckpoint(
|
| 385 |
+
monitor="val/mae",
|
| 386 |
+
mode="min",
|
| 387 |
+
save_top_k=1,
|
| 388 |
+
save_last=True,
|
| 389 |
+
auto_insert_metric_name=False,
|
| 390 |
+
filename="epoch={epoch},mae={val/mae:.4f}",
|
| 391 |
+
)
|
| 392 |
+
callbacks = [checkpoint_callback]
|
| 393 |
+
if opt.ema_decay > 0:
|
| 394 |
+
checkpoint_ema_callback = ModelCheckpoint(
|
| 395 |
+
monitor="val/mae_ema",
|
| 396 |
+
mode="min",
|
| 397 |
+
save_top_k=1,
|
| 398 |
+
save_last=False,
|
| 399 |
+
auto_insert_metric_name=False,
|
| 400 |
+
filename="epoch={epoch},mae-ema={val/mae_ema:.4f}",
|
| 401 |
+
)
|
| 402 |
+
callbacks.append(checkpoint_ema_callback)
|
| 403 |
+
trainer = Trainer(
|
| 404 |
+
precision=32 if opt.fp32 else 16,
|
| 405 |
+
accelerator=opt.accelerator,
|
| 406 |
+
devices=opt.devices,
|
| 407 |
+
max_epochs=opt.epoch,
|
| 408 |
+
benchmark=opt.benchmark,
|
| 409 |
+
accumulate_grad_batches=opt.acc_step,
|
| 410 |
+
val_check_interval=opt.val_epoch,
|
| 411 |
+
log_every_n_steps=opt.log_step,
|
| 412 |
+
strategy="ddp_find_unused_parameters_false" if opt.devices > 1 else None,
|
| 413 |
+
callbacks=callbacks,
|
| 414 |
+
)
|
| 415 |
+
trainer.fit(anime_aesthetic, train_dataloader, val_dataloader)
|
| 416 |
+
|
| 417 |
+
|
| 418 |
+
if __name__ == "__main__":
|
| 419 |
+
parser = argparse.ArgumentParser()
|
| 420 |
+
# model args
|
| 421 |
+
parser.add_argument(
|
| 422 |
+
"--cfg",
|
| 423 |
+
type=str,
|
| 424 |
+
default="tiny",
|
| 425 |
+
choices=list(model_cfgs.keys()),
|
| 426 |
+
help="model configure",
|
| 427 |
+
)
|
| 428 |
+
parser.add_argument(
|
| 429 |
+
"--resume", type=str, default="", help="resume training from ckpt"
|
| 430 |
+
)
|
| 431 |
+
parser.add_argument(
|
| 432 |
+
"--img-size",
|
| 433 |
+
type=int,
|
| 434 |
+
default=768,
|
| 435 |
+
help="image size for training and validation",
|
| 436 |
+
)
|
| 437 |
+
|
| 438 |
+
# dataset args
|
| 439 |
+
parser.add_argument(
|
| 440 |
+
"--data", type=str, default="./data", help="dataset path"
|
| 441 |
+
)
|
| 442 |
+
parser.add_argument(
|
| 443 |
+
"--data-split",
|
| 444 |
+
type=float,
|
| 445 |
+
default=0.9999,
|
| 446 |
+
help="split rate for training and validation",
|
| 447 |
+
)
|
| 448 |
+
|
| 449 |
+
# training args
|
| 450 |
+
parser.add_argument("--epoch", type=int, default=100, help="epoch num")
|
| 451 |
+
parser.add_argument(
|
| 452 |
+
"--batch-size-train", type=int, default=16, help="batch size for training"
|
| 453 |
+
)
|
| 454 |
+
parser.add_argument(
|
| 455 |
+
"--batch-size-val", type=int, default=2, help="batch size for val"
|
| 456 |
+
)
|
| 457 |
+
parser.add_argument(
|
| 458 |
+
"--workers-train",
|
| 459 |
+
type=int,
|
| 460 |
+
default=4,
|
| 461 |
+
help="workers num for training dataloader",
|
| 462 |
+
)
|
| 463 |
+
parser.add_argument(
|
| 464 |
+
"--workers-val",
|
| 465 |
+
type=int,
|
| 466 |
+
default=4,
|
| 467 |
+
help="workers num for validation dataloader",
|
| 468 |
+
)
|
| 469 |
+
parser.add_argument(
|
| 470 |
+
"--acc-step", type=int, default=8, help="gradient accumulation step"
|
| 471 |
+
)
|
| 472 |
+
parser.add_argument(
|
| 473 |
+
"--drop-path", type=float, default=0.1, help="Drop path rate"
|
| 474 |
+
)
|
| 475 |
+
parser.add_argument(
|
| 476 |
+
"--ema-decay", type=float, default=0.9999, help="use ema if ema-decay > 0"
|
| 477 |
+
)
|
| 478 |
+
parser.add_argument(
|
| 479 |
+
"--accelerator",
|
| 480 |
+
type=str,
|
| 481 |
+
default="gpu",
|
| 482 |
+
choices=["cpu", "gpu", "tpu", "ipu", "hpu", "auto"],
|
| 483 |
+
help="accelerator",
|
| 484 |
+
)
|
| 485 |
+
parser.add_argument("--devices", type=int, default=4, help="devices num")
|
| 486 |
+
parser.add_argument(
|
| 487 |
+
"--fp32", action="store_true", default=False, help="disable mix precision"
|
| 488 |
+
)
|
| 489 |
+
parser.add_argument(
|
| 490 |
+
"--benchmark", action="store_true", default=True, help="enable cudnn benchmark"
|
| 491 |
+
)
|
| 492 |
+
parser.add_argument(
|
| 493 |
+
"--log-step", type=int, default=2, help="log training loss every n steps"
|
| 494 |
+
)
|
| 495 |
+
parser.add_argument(
|
| 496 |
+
"--val-epoch", type=int, default=0.025, help="valid and save every n epoch"
|
| 497 |
+
)
|
| 498 |
+
|
| 499 |
+
opt = parser.parse_args()
|
| 500 |
+
print(opt)
|
| 501 |
+
|
| 502 |
+
main(opt)
|
image-detection-aesthetic-v1/export.py
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import argparse
|
| 2 |
+
import torch
|
| 3 |
+
|
| 4 |
+
from anime_aesthetic import AnimeAesthetic, model_cfgs
|
| 5 |
+
|
| 6 |
+
|
| 7 |
+
def export_onnx(model, img_size, path):
|
| 8 |
+
import onnx
|
| 9 |
+
from onnxsim import simplify
|
| 10 |
+
torch.onnx.export(model, # model being run
|
| 11 |
+
torch.randn(1, 3, img_size, img_size), # model input (or a tuple for multiple inputs)
|
| 12 |
+
path, # where to save the model (can be a file or file-like object)
|
| 13 |
+
export_params=True, # store the trained parameter weights inside the model file
|
| 14 |
+
opset_version=11, # the ONNX version to export the model to
|
| 15 |
+
do_constant_folding=True, # whether to execute constant folding for optimization
|
| 16 |
+
input_names=["img"], # the model's input names
|
| 17 |
+
output_names=["score"], # the model's output names
|
| 18 |
+
verbose=True
|
| 19 |
+
)
|
| 20 |
+
onnx_model = onnx.load(path)
|
| 21 |
+
model_simp, check = simplify(onnx_model)
|
| 22 |
+
assert check, "Simplified ONNX model could not be validated"
|
| 23 |
+
onnx.save(model_simp, path)
|
| 24 |
+
print('finished exporting onnx')
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
if __name__ == "__main__":
|
| 28 |
+
parser = argparse.ArgumentParser()
|
| 29 |
+
# model args
|
| 30 |
+
parser.add_argument(
|
| 31 |
+
"--cfg",
|
| 32 |
+
type=str,
|
| 33 |
+
default="tiny",
|
| 34 |
+
choices=list(model_cfgs.keys()),
|
| 35 |
+
help="model configure",
|
| 36 |
+
)
|
| 37 |
+
parser.add_argument('--ckpt', type=str, default='lightning_logs/version_11/checkpoints/last.ckpt',
|
| 38 |
+
help='model checkpoint path')
|
| 39 |
+
parser.add_argument('--out', type=str, default='model.onnx',
|
| 40 |
+
help='output path')
|
| 41 |
+
parser.add_argument('--to', type=str, default='onnx', choices=["onnx"],
|
| 42 |
+
help='export to ()')
|
| 43 |
+
parser.add_argument('--img-size', type=int, default=768,
|
| 44 |
+
help='input image size')
|
| 45 |
+
opt = parser.parse_args()
|
| 46 |
+
print(opt)
|
| 47 |
+
|
| 48 |
+
model = AnimeAesthetic.load_from_checkpoint(opt.ckpt, cfg=opt.cfg, ema_decay=0.999, map_location="cpu",strict=False)
|
| 49 |
+
model = model.eval()
|
| 50 |
+
if opt.to == "onnx":
|
| 51 |
+
export_onnx(model, opt.img_size, opt.out)
|
image-detection-aesthetic-v1/model.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cce86c82505e04c649be523db86b22eb8c21f0cb347e8f52860668414d2e817d
|
| 3 |
+
size 446141885
|
image-detection-aesthetic-v1/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ba57a7a71f57d453133e77059183cf4266aa28bce8c034f65cc658118371fef
|
| 3 |
+
size 112193244
|
image-detection-aesthetic-v2/.gitattributes
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
image-detection-aesthetic-v2/README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: agpl-3.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# Info
|
| 6 |
+
|
| 7 |
+
Since people are downloading this and I don't know why, I'll add some information. This model is an image classifier fine-tuned on `microsoft/beit-base-patch16-384`.
|
| 8 |
+
Its purpose is to be used in the dataset conditioning step for the [Waifu Diffusion project](https://huggingface.co/hakurei/waifu-diffusion), a fine-tune effort for Stable Diffusion. As WD1.4 is planned to have a *significantly large dataset* (~15m images), it is infeasible to analyze every image manually to determine whether or not it should be included in the final training dataset. This image classifier is trained on approximately 3.5k real-life and anime/manga images. Its purpose is to remove aesthetically worthless images from our dataset by classifying them as "`not_aesthetic`". The image classifier was trained to **err on the side of caution** and will generally tend to include images unless they are in a "manga-like" format, have messy lines and/or are sketches, or include an unacceptable amount of text (namely text that covers the primary subject of the image). The idea is that certain images will hurt a SD fine-tune.
|
| 9 |
+
|
| 10 |
+
Note: This classifier is not perfect, just like every other classifier out there. However, with a sufficiently large dataset, any imperfections or misclassifications should average themselves out due to the Law of Large Numbers.
|
| 11 |
+
|
| 12 |
+
You can test out the classifier [here](https://huggingface.co/spaces/cafeai/cafe_aesthetic_demo), along with some other classifiers for the project.
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
# License
|
| 16 |
+
Released under the aGPLv3. Use the model as you wish for any purpose. If you make changes, share the changes.
|
image-detection-aesthetic-v2/all_results.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 2.0,
|
| 3 |
+
"train_loss": 0.42350826412439346,
|
| 4 |
+
"train_runtime": 281.0207,
|
| 5 |
+
"train_samples_per_second": 21.735,
|
| 6 |
+
"train_steps_per_second": 0.057
|
| 7 |
+
}
|
image-detection-aesthetic-v2/config.json
ADDED
|
@@ -0,0 +1,1053 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "microsoft/beit-base-patch16-384",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BeitForImageClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.0,
|
| 7 |
+
"auxiliary_channels": 256,
|
| 8 |
+
"auxiliary_concat_input": false,
|
| 9 |
+
"auxiliary_loss_weight": 0.4,
|
| 10 |
+
"auxiliary_num_convs": 1,
|
| 11 |
+
"drop_path_rate": 0.1,
|
| 12 |
+
"hidden_act": "gelu",
|
| 13 |
+
"hidden_dropout_prob": 0.0,
|
| 14 |
+
"hidden_size": 768,
|
| 15 |
+
"id2label": {
|
| 16 |
+
"0": "not_aesthetic",
|
| 17 |
+
"1": "aesthetic"
|
| 18 |
+
},
|
| 19 |
+
"image_size": 384,
|
| 20 |
+
"initializer_range": 0.02,
|
| 21 |
+
"intermediate_size": 3072,
|
| 22 |
+
"label2id": {
|
| 23 |
+
"Afghan hound, Afghan": 160,
|
| 24 |
+
"African chameleon, Chamaeleo chamaeleon": 47,
|
| 25 |
+
"African crocodile, Nile crocodile, Crocodylus niloticus": 49,
|
| 26 |
+
"African elephant, Loxodonta africana": 386,
|
| 27 |
+
"African grey, African gray, Psittacus erithacus": 87,
|
| 28 |
+
"African hunting dog, hyena dog, Cape hunting dog, Lycaon pictus": 275,
|
| 29 |
+
"Airedale, Airedale terrier": 191,
|
| 30 |
+
"American Staffordshire terrier, Staffordshire terrier, American pit bull terrier, pit bull terrier": 180,
|
| 31 |
+
"American alligator, Alligator mississipiensis": 50,
|
| 32 |
+
"American black bear, black bear, Ursus americanus, Euarctos americanus": 295,
|
| 33 |
+
"American chameleon, anole, Anolis carolinensis": 40,
|
| 34 |
+
"American coot, marsh hen, mud hen, water hen, Fulica americana": 137,
|
| 35 |
+
"American egret, great white heron, Egretta albus": 132,
|
| 36 |
+
"American lobster, Northern lobster, Maine lobster, Homarus americanus": 122,
|
| 37 |
+
"Angora, Angora rabbit": 332,
|
| 38 |
+
"Appenzeller": 240,
|
| 39 |
+
"Arabian camel, dromedary, Camelus dromedarius": 354,
|
| 40 |
+
"Arctic fox, white fox, Alopex lagopus": 279,
|
| 41 |
+
"Australian terrier": 193,
|
| 42 |
+
"Band Aid": 419,
|
| 43 |
+
"Bedlington terrier": 181,
|
| 44 |
+
"Bernese mountain dog": 239,
|
| 45 |
+
"Blenheim spaniel": 156,
|
| 46 |
+
"Border collie": 232,
|
| 47 |
+
"Border terrier": 182,
|
| 48 |
+
"Boston bull, Boston terrier": 195,
|
| 49 |
+
"Bouvier des Flandres, Bouviers des Flandres": 233,
|
| 50 |
+
"Brabancon griffon": 262,
|
| 51 |
+
"Brittany spaniel": 215,
|
| 52 |
+
"CD player": 485,
|
| 53 |
+
"Cardigan, Cardigan Welsh corgi": 264,
|
| 54 |
+
"Chesapeake Bay retriever": 209,
|
| 55 |
+
"Chihuahua": 151,
|
| 56 |
+
"Christmas stocking": 496,
|
| 57 |
+
"Crock Pot": 521,
|
| 58 |
+
"Dandie Dinmont, Dandie Dinmont terrier": 194,
|
| 59 |
+
"Doberman, Doberman pinscher": 236,
|
| 60 |
+
"Dungeness crab, Cancer magister": 118,
|
| 61 |
+
"Dutch oven": 544,
|
| 62 |
+
"Egyptian cat": 285,
|
| 63 |
+
"English foxhound": 167,
|
| 64 |
+
"English setter": 212,
|
| 65 |
+
"English springer, English springer spaniel": 217,
|
| 66 |
+
"EntleBucher": 241,
|
| 67 |
+
"Eskimo dog, husky": 248,
|
| 68 |
+
"European fire salamander, Salamandra salamandra": 25,
|
| 69 |
+
"European gallinule, Porphyrio porphyrio": 136,
|
| 70 |
+
"French bulldog": 245,
|
| 71 |
+
"French horn, horn": 566,
|
| 72 |
+
"French loaf": 930,
|
| 73 |
+
"German shepherd, German shepherd dog, German police dog, alsatian": 235,
|
| 74 |
+
"German short-haired pointer": 210,
|
| 75 |
+
"Gila monster, Heloderma suspectum": 45,
|
| 76 |
+
"Gordon setter": 214,
|
| 77 |
+
"Granny Smith": 948,
|
| 78 |
+
"Great Dane": 246,
|
| 79 |
+
"Great Pyrenees": 257,
|
| 80 |
+
"Greater Swiss Mountain dog": 238,
|
| 81 |
+
"Ibizan hound, Ibizan Podenco": 173,
|
| 82 |
+
"Indian cobra, Naja naja": 63,
|
| 83 |
+
"Indian elephant, Elephas maximus": 385,
|
| 84 |
+
"Irish setter, red setter": 213,
|
| 85 |
+
"Irish terrier": 184,
|
| 86 |
+
"Irish water spaniel": 221,
|
| 87 |
+
"Irish wolfhound": 170,
|
| 88 |
+
"Italian greyhound": 171,
|
| 89 |
+
"Japanese spaniel": 152,
|
| 90 |
+
"Kerry blue terrier": 183,
|
| 91 |
+
"Komodo dragon, Komodo lizard, dragon lizard, giant lizard, Varanus komodoensis": 48,
|
| 92 |
+
"Labrador retriever": 208,
|
| 93 |
+
"Lakeland terrier": 189,
|
| 94 |
+
"Leonberg": 255,
|
| 95 |
+
"Lhasa, Lhasa apso": 204,
|
| 96 |
+
"Loafer": 630,
|
| 97 |
+
"Madagascar cat, ring-tailed lemur, Lemur catta": 383,
|
| 98 |
+
"Maltese dog, Maltese terrier, Maltese": 153,
|
| 99 |
+
"Mexican hairless": 268,
|
| 100 |
+
"Model T": 661,
|
| 101 |
+
"Newfoundland, Newfoundland dog": 256,
|
| 102 |
+
"Norfolk terrier": 185,
|
| 103 |
+
"Norwegian elkhound, elkhound": 174,
|
| 104 |
+
"Norwich terrier": 186,
|
| 105 |
+
"Old English sheepdog, bobtail": 229,
|
| 106 |
+
"Pekinese, Pekingese, Peke": 154,
|
| 107 |
+
"Pembroke, Pembroke Welsh corgi": 263,
|
| 108 |
+
"Persian cat": 283,
|
| 109 |
+
"Petri dish": 712,
|
| 110 |
+
"Polaroid camera, Polaroid Land camera": 732,
|
| 111 |
+
"Pomeranian": 259,
|
| 112 |
+
"Rhodesian ridgeback": 159,
|
| 113 |
+
"Rottweiler": 234,
|
| 114 |
+
"Saint Bernard, St Bernard": 247,
|
| 115 |
+
"Saluki, gazelle hound": 176,
|
| 116 |
+
"Samoyed, Samoyede": 258,
|
| 117 |
+
"Scotch terrier, Scottish terrier, Scottie": 199,
|
| 118 |
+
"Scottish deerhound, deerhound": 177,
|
| 119 |
+
"Sealyham terrier, Sealyham": 190,
|
| 120 |
+
"Shetland sheepdog, Shetland sheep dog, Shetland": 230,
|
| 121 |
+
"Shih-Tzu": 155,
|
| 122 |
+
"Siamese cat, Siamese": 284,
|
| 123 |
+
"Siberian husky": 250,
|
| 124 |
+
"Staffordshire bullterrier, Staffordshire bull terrier": 179,
|
| 125 |
+
"Sussex spaniel": 220,
|
| 126 |
+
"Tibetan mastiff": 244,
|
| 127 |
+
"Tibetan terrier, chrysanthemum dog": 200,
|
| 128 |
+
"Walker hound, Walker foxhound": 166,
|
| 129 |
+
"Weimaraner": 178,
|
| 130 |
+
"Welsh springer spaniel": 218,
|
| 131 |
+
"West Highland white terrier": 203,
|
| 132 |
+
"Windsor tie": 906,
|
| 133 |
+
"Yorkshire terrier": 187,
|
| 134 |
+
"abacus": 398,
|
| 135 |
+
"abaya": 399,
|
| 136 |
+
"academic gown, academic robe, judge's robe": 400,
|
| 137 |
+
"accordion, piano accordion, squeeze box": 401,
|
| 138 |
+
"acorn": 988,
|
| 139 |
+
"acorn squash": 941,
|
| 140 |
+
"acoustic guitar": 402,
|
| 141 |
+
"admiral": 321,
|
| 142 |
+
"affenpinscher, monkey pinscher, monkey dog": 252,
|
| 143 |
+
"agama": 42,
|
| 144 |
+
"agaric": 992,
|
| 145 |
+
"aircraft carrier, carrier, flattop, attack aircraft carrier": 403,
|
| 146 |
+
"airliner": 404,
|
| 147 |
+
"airship, dirigible": 405,
|
| 148 |
+
"albatross, mollymawk": 146,
|
| 149 |
+
"alligator lizard": 44,
|
| 150 |
+
"alp": 970,
|
| 151 |
+
"altar": 406,
|
| 152 |
+
"ambulance": 407,
|
| 153 |
+
"amphibian, amphibious vehicle": 408,
|
| 154 |
+
"analog clock": 409,
|
| 155 |
+
"anemone fish": 393,
|
| 156 |
+
"ant, emmet, pismire": 310,
|
| 157 |
+
"apiary, bee house": 410,
|
| 158 |
+
"apron": 411,
|
| 159 |
+
"armadillo": 363,
|
| 160 |
+
"artichoke, globe artichoke": 944,
|
| 161 |
+
"ashcan, trash can, garbage can, wastebin, ash bin, ash-bin, ashbin, dustbin, trash barrel, trash bin": 412,
|
| 162 |
+
"assault rifle, assault gun": 413,
|
| 163 |
+
"axolotl, mud puppy, Ambystoma mexicanum": 29,
|
| 164 |
+
"baboon": 372,
|
| 165 |
+
"backpack, back pack, knapsack, packsack, rucksack, haversack": 414,
|
| 166 |
+
"badger": 362,
|
| 167 |
+
"bagel, beigel": 931,
|
| 168 |
+
"bakery, bakeshop, bakehouse": 415,
|
| 169 |
+
"balance beam, beam": 416,
|
| 170 |
+
"bald eagle, American eagle, Haliaeetus leucocephalus": 22,
|
| 171 |
+
"balloon": 417,
|
| 172 |
+
"ballplayer, baseball player": 981,
|
| 173 |
+
"ballpoint, ballpoint pen, ballpen, Biro": 418,
|
| 174 |
+
"banana": 954,
|
| 175 |
+
"banded gecko": 38,
|
| 176 |
+
"banjo": 420,
|
| 177 |
+
"bannister, banister, balustrade, balusters, handrail": 421,
|
| 178 |
+
"barbell": 422,
|
| 179 |
+
"barber chair": 423,
|
| 180 |
+
"barbershop": 424,
|
| 181 |
+
"barn": 425,
|
| 182 |
+
"barn spider, Araneus cavaticus": 73,
|
| 183 |
+
"barometer": 426,
|
| 184 |
+
"barracouta, snoek": 389,
|
| 185 |
+
"barrel, cask": 427,
|
| 186 |
+
"barrow, garden cart, lawn cart, wheelbarrow": 428,
|
| 187 |
+
"baseball": 429,
|
| 188 |
+
"basenji": 253,
|
| 189 |
+
"basketball": 430,
|
| 190 |
+
"basset, basset hound": 161,
|
| 191 |
+
"bassinet": 431,
|
| 192 |
+
"bassoon": 432,
|
| 193 |
+
"bath towel": 434,
|
| 194 |
+
"bathing cap, swimming cap": 433,
|
| 195 |
+
"bathtub, bathing tub, bath, tub": 435,
|
| 196 |
+
"beach wagon, station wagon, wagon, estate car, beach waggon, station waggon, waggon": 436,
|
| 197 |
+
"beacon, lighthouse, beacon light, pharos": 437,
|
| 198 |
+
"beagle": 162,
|
| 199 |
+
"beaker": 438,
|
| 200 |
+
"bearskin, busby, shako": 439,
|
| 201 |
+
"beaver": 337,
|
| 202 |
+
"bee": 309,
|
| 203 |
+
"bee eater": 92,
|
| 204 |
+
"beer bottle": 440,
|
| 205 |
+
"beer glass": 441,
|
| 206 |
+
"bell cote, bell cot": 442,
|
| 207 |
+
"bell pepper": 945,
|
| 208 |
+
"bib": 443,
|
| 209 |
+
"bicycle-built-for-two, tandem bicycle, tandem": 444,
|
| 210 |
+
"bighorn, bighorn sheep, cimarron, Rocky Mountain bighorn, Rocky Mountain sheep, Ovis canadensis": 349,
|
| 211 |
+
"bikini, two-piece": 445,
|
| 212 |
+
"binder, ring-binder": 446,
|
| 213 |
+
"binoculars, field glasses, opera glasses": 447,
|
| 214 |
+
"birdhouse": 448,
|
| 215 |
+
"bison": 347,
|
| 216 |
+
"bittern": 133,
|
| 217 |
+
"black and gold garden spider, Argiope aurantia": 72,
|
| 218 |
+
"black grouse": 80,
|
| 219 |
+
"black stork, Ciconia nigra": 128,
|
| 220 |
+
"black swan, Cygnus atratus": 100,
|
| 221 |
+
"black widow, Latrodectus mactans": 75,
|
| 222 |
+
"black-and-tan coonhound": 165,
|
| 223 |
+
"black-footed ferret, ferret, Mustela nigripes": 359,
|
| 224 |
+
"bloodhound, sleuthhound": 163,
|
| 225 |
+
"bluetick": 164,
|
| 226 |
+
"boa constrictor, Constrictor constrictor": 61,
|
| 227 |
+
"boathouse": 449,
|
| 228 |
+
"bobsled, bobsleigh, bob": 450,
|
| 229 |
+
"bolete": 997,
|
| 230 |
+
"bolo tie, bolo, bola tie, bola": 451,
|
| 231 |
+
"bonnet, poke bonnet": 452,
|
| 232 |
+
"book jacket, dust cover, dust jacket, dust wrapper": 921,
|
| 233 |
+
"bookcase": 453,
|
| 234 |
+
"bookshop, bookstore, bookstall": 454,
|
| 235 |
+
"borzoi, Russian wolfhound": 169,
|
| 236 |
+
"bottlecap": 455,
|
| 237 |
+
"bow": 456,
|
| 238 |
+
"bow tie, bow-tie, bowtie": 457,
|
| 239 |
+
"box turtle, box tortoise": 37,
|
| 240 |
+
"boxer": 242,
|
| 241 |
+
"brain coral": 109,
|
| 242 |
+
"brambling, Fringilla montifringilla": 10,
|
| 243 |
+
"brass, memorial tablet, plaque": 458,
|
| 244 |
+
"brassiere, bra, bandeau": 459,
|
| 245 |
+
"breakwater, groin, groyne, mole, bulwark, seawall, jetty": 460,
|
| 246 |
+
"breastplate, aegis, egis": 461,
|
| 247 |
+
"briard": 226,
|
| 248 |
+
"broccoli": 937,
|
| 249 |
+
"broom": 462,
|
| 250 |
+
"brown bear, bruin, Ursus arctos": 294,
|
| 251 |
+
"bubble": 971,
|
| 252 |
+
"bucket, pail": 463,
|
| 253 |
+
"buckeye, horse chestnut, conker": 990,
|
| 254 |
+
"buckle": 464,
|
| 255 |
+
"bulbul": 16,
|
| 256 |
+
"bull mastiff": 243,
|
| 257 |
+
"bullet train, bullet": 466,
|
| 258 |
+
"bulletproof vest": 465,
|
| 259 |
+
"bullfrog, Rana catesbeiana": 30,
|
| 260 |
+
"burrito": 965,
|
| 261 |
+
"bustard": 138,
|
| 262 |
+
"butcher shop, meat market": 467,
|
| 263 |
+
"butternut squash": 942,
|
| 264 |
+
"cab, hack, taxi, taxicab": 468,
|
| 265 |
+
"cabbage butterfly": 324,
|
| 266 |
+
"cairn, cairn terrier": 192,
|
| 267 |
+
"caldron, cauldron": 469,
|
| 268 |
+
"can opener, tin opener": 473,
|
| 269 |
+
"candle, taper, wax light": 470,
|
| 270 |
+
"cannon": 471,
|
| 271 |
+
"canoe": 472,
|
| 272 |
+
"capuchin, ringtail, Cebus capucinus": 378,
|
| 273 |
+
"car mirror": 475,
|
| 274 |
+
"car wheel": 479,
|
| 275 |
+
"carbonara": 959,
|
| 276 |
+
"cardigan": 474,
|
| 277 |
+
"cardoon": 946,
|
| 278 |
+
"carousel, carrousel, merry-go-round, roundabout, whirligig": 476,
|
| 279 |
+
"carpenter's kit, tool kit": 477,
|
| 280 |
+
"carton": 478,
|
| 281 |
+
"cash machine, cash dispenser, automated teller machine, automatic teller machine, automated teller, automatic teller, ATM": 480,
|
| 282 |
+
"cassette": 481,
|
| 283 |
+
"cassette player": 482,
|
| 284 |
+
"castle": 483,
|
| 285 |
+
"catamaran": 484,
|
| 286 |
+
"cauliflower": 938,
|
| 287 |
+
"cello, violoncello": 486,
|
| 288 |
+
"cellular telephone, cellular phone, cellphone, cell, mobile phone": 487,
|
| 289 |
+
"centipede": 79,
|
| 290 |
+
"chain": 488,
|
| 291 |
+
"chain mail, ring mail, mail, chain armor, chain armour, ring armor, ring armour": 490,
|
| 292 |
+
"chain saw, chainsaw": 491,
|
| 293 |
+
"chainlink fence": 489,
|
| 294 |
+
"chambered nautilus, pearly nautilus, nautilus": 117,
|
| 295 |
+
"cheeseburger": 933,
|
| 296 |
+
"cheetah, chetah, Acinonyx jubatus": 293,
|
| 297 |
+
"chest": 492,
|
| 298 |
+
"chickadee": 19,
|
| 299 |
+
"chiffonier, commode": 493,
|
| 300 |
+
"chime, bell, gong": 494,
|
| 301 |
+
"chimpanzee, chimp, Pan troglodytes": 367,
|
| 302 |
+
"china cabinet, china closet": 495,
|
| 303 |
+
"chiton, coat-of-mail shell, sea cradle, polyplacophore": 116,
|
| 304 |
+
"chocolate sauce, chocolate syrup": 960,
|
| 305 |
+
"chow, chow chow": 260,
|
| 306 |
+
"church, church building": 497,
|
| 307 |
+
"cicada, cicala": 316,
|
| 308 |
+
"cinema, movie theater, movie theatre, movie house, picture palace": 498,
|
| 309 |
+
"cleaver, meat cleaver, chopper": 499,
|
| 310 |
+
"cliff dwelling": 500,
|
| 311 |
+
"cliff, drop, drop-off": 972,
|
| 312 |
+
"cloak": 501,
|
| 313 |
+
"clog, geta, patten, sabot": 502,
|
| 314 |
+
"clumber, clumber spaniel": 216,
|
| 315 |
+
"cock": 7,
|
| 316 |
+
"cocker spaniel, English cocker spaniel, cocker": 219,
|
| 317 |
+
"cockroach, roach": 314,
|
| 318 |
+
"cocktail shaker": 503,
|
| 319 |
+
"coffee mug": 504,
|
| 320 |
+
"coffeepot": 505,
|
| 321 |
+
"coho, cohoe, coho salmon, blue jack, silver salmon, Oncorhynchus kisutch": 391,
|
| 322 |
+
"coil, spiral, volute, whorl, helix": 506,
|
| 323 |
+
"collie": 231,
|
| 324 |
+
"colobus, colobus monkey": 375,
|
| 325 |
+
"combination lock": 507,
|
| 326 |
+
"comic book": 917,
|
| 327 |
+
"common iguana, iguana, Iguana iguana": 39,
|
| 328 |
+
"common newt, Triturus vulgaris": 26,
|
| 329 |
+
"computer keyboard, keypad": 508,
|
| 330 |
+
"conch": 112,
|
| 331 |
+
"confectionery, confectionary, candy store": 509,
|
| 332 |
+
"consomme": 925,
|
| 333 |
+
"container ship, containership, container vessel": 510,
|
| 334 |
+
"convertible": 511,
|
| 335 |
+
"coral fungus": 991,
|
| 336 |
+
"coral reef": 973,
|
| 337 |
+
"corkscrew, bottle screw": 512,
|
| 338 |
+
"corn": 987,
|
| 339 |
+
"cornet, horn, trumpet, trump": 513,
|
| 340 |
+
"coucal": 91,
|
| 341 |
+
"cougar, puma, catamount, mountain lion, painter, panther, Felis concolor": 286,
|
| 342 |
+
"cowboy boot": 514,
|
| 343 |
+
"cowboy hat, ten-gallon hat": 515,
|
| 344 |
+
"coyote, prairie wolf, brush wolf, Canis latrans": 272,
|
| 345 |
+
"cradle": 516,
|
| 346 |
+
"crane": 517,
|
| 347 |
+
"crash helmet": 518,
|
| 348 |
+
"crate": 519,
|
| 349 |
+
"crayfish, crawfish, crawdad, crawdaddy": 124,
|
| 350 |
+
"crib, cot": 520,
|
| 351 |
+
"cricket": 312,
|
| 352 |
+
"croquet ball": 522,
|
| 353 |
+
"crossword puzzle, crossword": 918,
|
| 354 |
+
"crutch": 523,
|
| 355 |
+
"cucumber, cuke": 943,
|
| 356 |
+
"cuirass": 524,
|
| 357 |
+
"cup": 968,
|
| 358 |
+
"curly-coated retriever": 206,
|
| 359 |
+
"custard apple": 956,
|
| 360 |
+
"daisy": 985,
|
| 361 |
+
"dalmatian, coach dog, carriage dog": 251,
|
| 362 |
+
"dam, dike, dyke": 525,
|
| 363 |
+
"damselfly": 320,
|
| 364 |
+
"desk": 526,
|
| 365 |
+
"desktop computer": 527,
|
| 366 |
+
"dhole, Cuon alpinus": 274,
|
| 367 |
+
"dial telephone, dial phone": 528,
|
| 368 |
+
"diamondback, diamondback rattlesnake, Crotalus adamanteus": 67,
|
| 369 |
+
"diaper, nappy, napkin": 529,
|
| 370 |
+
"digital clock": 530,
|
| 371 |
+
"digital watch": 531,
|
| 372 |
+
"dingo, warrigal, warragal, Canis dingo": 273,
|
| 373 |
+
"dining table, board": 532,
|
| 374 |
+
"dishrag, dishcloth": 533,
|
| 375 |
+
"dishwasher, dish washer, dishwashing machine": 534,
|
| 376 |
+
"disk brake, disc brake": 535,
|
| 377 |
+
"dock, dockage, docking facility": 536,
|
| 378 |
+
"dogsled, dog sled, dog sleigh": 537,
|
| 379 |
+
"dome": 538,
|
| 380 |
+
"doormat, welcome mat": 539,
|
| 381 |
+
"dough": 961,
|
| 382 |
+
"dowitcher": 142,
|
| 383 |
+
"dragonfly, darning needle, devil's darning needle, sewing needle, snake feeder, snake doctor, mosquito hawk, skeeter hawk": 319,
|
| 384 |
+
"drake": 97,
|
| 385 |
+
"drilling platform, offshore rig": 540,
|
| 386 |
+
"drum, membranophone, tympan": 541,
|
| 387 |
+
"drumstick": 542,
|
| 388 |
+
"dugong, Dugong dugon": 149,
|
| 389 |
+
"dumbbell": 543,
|
| 390 |
+
"dung beetle": 305,
|
| 391 |
+
"ear, spike, capitulum": 998,
|
| 392 |
+
"earthstar": 995,
|
| 393 |
+
"echidna, spiny anteater, anteater": 102,
|
| 394 |
+
"eel": 390,
|
| 395 |
+
"eft": 27,
|
| 396 |
+
"eggnog": 969,
|
| 397 |
+
"electric fan, blower": 545,
|
| 398 |
+
"electric guitar": 546,
|
| 399 |
+
"electric locomotive": 547,
|
| 400 |
+
"electric ray, crampfish, numbfish, torpedo": 5,
|
| 401 |
+
"entertainment center": 548,
|
| 402 |
+
"envelope": 549,
|
| 403 |
+
"espresso": 967,
|
| 404 |
+
"espresso maker": 550,
|
| 405 |
+
"face powder": 551,
|
| 406 |
+
"feather boa, boa": 552,
|
| 407 |
+
"fiddler crab": 120,
|
| 408 |
+
"fig": 952,
|
| 409 |
+
"file, file cabinet, filing cabinet": 553,
|
| 410 |
+
"fire engine, fire truck": 555,
|
| 411 |
+
"fire screen, fireguard": 556,
|
| 412 |
+
"fireboat": 554,
|
| 413 |
+
"flagpole, flagstaff": 557,
|
| 414 |
+
"flamingo": 130,
|
| 415 |
+
"flat-coated retriever": 205,
|
| 416 |
+
"flatworm, platyhelminth": 110,
|
| 417 |
+
"flute, transverse flute": 558,
|
| 418 |
+
"fly": 308,
|
| 419 |
+
"folding chair": 559,
|
| 420 |
+
"football helmet": 560,
|
| 421 |
+
"forklift": 561,
|
| 422 |
+
"fountain": 562,
|
| 423 |
+
"fountain pen": 563,
|
| 424 |
+
"four-poster": 564,
|
| 425 |
+
"fox squirrel, eastern fox squirrel, Sciurus niger": 335,
|
| 426 |
+
"freight car": 565,
|
| 427 |
+
"frilled lizard, Chlamydosaurus kingi": 43,
|
| 428 |
+
"frying pan, frypan, skillet": 567,
|
| 429 |
+
"fur coat": 568,
|
| 430 |
+
"gar, garfish, garpike, billfish, Lepisosteus osseus": 395,
|
| 431 |
+
"garbage truck, dustcart": 569,
|
| 432 |
+
"garden spider, Aranea diademata": 74,
|
| 433 |
+
"garter snake, grass snake": 57,
|
| 434 |
+
"gas pump, gasoline pump, petrol pump, island dispenser": 571,
|
| 435 |
+
"gasmask, respirator, gas helmet": 570,
|
| 436 |
+
"gazelle": 353,
|
| 437 |
+
"geyser": 974,
|
| 438 |
+
"giant panda, panda, panda bear, coon bear, Ailuropoda melanoleuca": 388,
|
| 439 |
+
"giant schnauzer": 197,
|
| 440 |
+
"gibbon, Hylobates lar": 368,
|
| 441 |
+
"go-kart": 573,
|
| 442 |
+
"goblet": 572,
|
| 443 |
+
"golden retriever": 207,
|
| 444 |
+
"goldfinch, Carduelis carduelis": 11,
|
| 445 |
+
"goldfish, Carassius auratus": 1,
|
| 446 |
+
"golf ball": 574,
|
| 447 |
+
"golfcart, golf cart": 575,
|
| 448 |
+
"gondola": 576,
|
| 449 |
+
"gong, tam-tam": 577,
|
| 450 |
+
"goose": 99,
|
| 451 |
+
"gorilla, Gorilla gorilla": 366,
|
| 452 |
+
"gown": 578,
|
| 453 |
+
"grand piano, grand": 579,
|
| 454 |
+
"grasshopper, hopper": 311,
|
| 455 |
+
"great grey owl, great gray owl, Strix nebulosa": 24,
|
| 456 |
+
"great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias": 2,
|
| 457 |
+
"green lizard, Lacerta viridis": 46,
|
| 458 |
+
"green mamba": 64,
|
| 459 |
+
"green snake, grass snake": 55,
|
| 460 |
+
"greenhouse, nursery, glasshouse": 580,
|
| 461 |
+
"grey fox, gray fox, Urocyon cinereoargenteus": 280,
|
| 462 |
+
"grey whale, gray whale, devilfish, Eschrichtius gibbosus, Eschrichtius robustus": 147,
|
| 463 |
+
"grille, radiator grille": 581,
|
| 464 |
+
"grocery store, grocery, food market, market": 582,
|
| 465 |
+
"groenendael": 224,
|
| 466 |
+
"groom, bridegroom": 982,
|
| 467 |
+
"ground beetle, carabid beetle": 302,
|
| 468 |
+
"guacamole": 924,
|
| 469 |
+
"guenon, guenon monkey": 370,
|
| 470 |
+
"guillotine": 583,
|
| 471 |
+
"guinea pig, Cavia cobaya": 338,
|
| 472 |
+
"gyromitra": 993,
|
| 473 |
+
"hair slide": 584,
|
| 474 |
+
"hair spray": 585,
|
| 475 |
+
"half track": 586,
|
| 476 |
+
"hammer": 587,
|
| 477 |
+
"hammerhead, hammerhead shark": 4,
|
| 478 |
+
"hamper": 588,
|
| 479 |
+
"hamster": 333,
|
| 480 |
+
"hand blower, blow dryer, blow drier, hair dryer, hair drier": 589,
|
| 481 |
+
"hand-held computer, hand-held microcomputer": 590,
|
| 482 |
+
"handkerchief, hankie, hanky, hankey": 591,
|
| 483 |
+
"hard disc, hard disk, fixed disk": 592,
|
| 484 |
+
"hare": 331,
|
| 485 |
+
"harmonica, mouth organ, harp, mouth harp": 593,
|
| 486 |
+
"harp": 594,
|
| 487 |
+
"hartebeest": 351,
|
| 488 |
+
"harvester, reaper": 595,
|
| 489 |
+
"harvestman, daddy longlegs, Phalangium opilio": 70,
|
| 490 |
+
"hatchet": 596,
|
| 491 |
+
"hay": 958,
|
| 492 |
+
"head cabbage": 936,
|
| 493 |
+
"hen": 8,
|
| 494 |
+
"hen-of-the-woods, hen of the woods, Polyporus frondosus, Grifola frondosa": 996,
|
| 495 |
+
"hermit crab": 125,
|
| 496 |
+
"hip, rose hip, rosehip": 989,
|
| 497 |
+
"hippopotamus, hippo, river horse, Hippopotamus amphibius": 344,
|
| 498 |
+
"hog, pig, grunter, squealer, Sus scrofa": 341,
|
| 499 |
+
"hognose snake, puff adder, sand viper": 54,
|
| 500 |
+
"holster": 597,
|
| 501 |
+
"home theater, home theatre": 598,
|
| 502 |
+
"honeycomb": 599,
|
| 503 |
+
"hook, claw": 600,
|
| 504 |
+
"hoopskirt, crinoline": 601,
|
| 505 |
+
"horizontal bar, high bar": 602,
|
| 506 |
+
"hornbill": 93,
|
| 507 |
+
"horned viper, cerastes, sand viper, horned asp, Cerastes cornutus": 66,
|
| 508 |
+
"horse cart, horse-cart": 603,
|
| 509 |
+
"hot pot, hotpot": 926,
|
| 510 |
+
"hotdog, hot dog, red hot": 934,
|
| 511 |
+
"hourglass": 604,
|
| 512 |
+
"house finch, linnet, Carpodacus mexicanus": 12,
|
| 513 |
+
"howler monkey, howler": 379,
|
| 514 |
+
"hummingbird": 94,
|
| 515 |
+
"hyena, hyaena": 276,
|
| 516 |
+
"iPod": 605,
|
| 517 |
+
"ibex, Capra ibex": 350,
|
| 518 |
+
"ice bear, polar bear, Ursus Maritimus, Thalarctos maritimus": 296,
|
| 519 |
+
"ice cream, icecream": 928,
|
| 520 |
+
"ice lolly, lolly, lollipop, popsicle": 929,
|
| 521 |
+
"impala, Aepyceros melampus": 352,
|
| 522 |
+
"indigo bunting, indigo finch, indigo bird, Passerina cyanea": 14,
|
| 523 |
+
"indri, indris, Indri indri, Indri brevicaudatus": 384,
|
| 524 |
+
"iron, smoothing iron": 606,
|
| 525 |
+
"isopod": 126,
|
| 526 |
+
"jacamar": 95,
|
| 527 |
+
"jack-o'-lantern": 607,
|
| 528 |
+
"jackfruit, jak, jack": 955,
|
| 529 |
+
"jaguar, panther, Panthera onca, Felis onca": 290,
|
| 530 |
+
"jay": 17,
|
| 531 |
+
"jean, blue jean, denim": 608,
|
| 532 |
+
"jeep, landrover": 609,
|
| 533 |
+
"jellyfish": 107,
|
| 534 |
+
"jersey, T-shirt, tee shirt": 610,
|
| 535 |
+
"jigsaw puzzle": 611,
|
| 536 |
+
"jinrikisha, ricksha, rickshaw": 612,
|
| 537 |
+
"joystick": 613,
|
| 538 |
+
"junco, snowbird": 13,
|
| 539 |
+
"keeshond": 261,
|
| 540 |
+
"kelpie": 227,
|
| 541 |
+
"killer whale, killer, orca, grampus, sea wolf, Orcinus orca": 148,
|
| 542 |
+
"kimono": 614,
|
| 543 |
+
"king crab, Alaska crab, Alaskan king crab, Alaska king crab, Paralithodes camtschatica": 121,
|
| 544 |
+
"king penguin, Aptenodytes patagonica": 145,
|
| 545 |
+
"king snake, kingsnake": 56,
|
| 546 |
+
"kit fox, Vulpes macrotis": 278,
|
| 547 |
+
"kite": 21,
|
| 548 |
+
"knee pad": 615,
|
| 549 |
+
"knot": 616,
|
| 550 |
+
"koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus": 105,
|
| 551 |
+
"komondor": 228,
|
| 552 |
+
"kuvasz": 222,
|
| 553 |
+
"lab coat, laboratory coat": 617,
|
| 554 |
+
"lacewing, lacewing fly": 318,
|
| 555 |
+
"ladle": 618,
|
| 556 |
+
"ladybug, ladybeetle, lady beetle, ladybird, ladybird beetle": 301,
|
| 557 |
+
"lakeside, lakeshore": 975,
|
| 558 |
+
"lampshade, lamp shade": 619,
|
| 559 |
+
"langur": 374,
|
| 560 |
+
"laptop, laptop computer": 620,
|
| 561 |
+
"lawn mower, mower": 621,
|
| 562 |
+
"leaf beetle, chrysomelid": 304,
|
| 563 |
+
"leafhopper": 317,
|
| 564 |
+
"leatherback turtle, leatherback, leathery turtle, Dermochelys coriacea": 34,
|
| 565 |
+
"lemon": 951,
|
| 566 |
+
"lens cap, lens cover": 622,
|
| 567 |
+
"leopard, Panthera pardus": 288,
|
| 568 |
+
"lesser panda, red panda, panda, bear cat, cat bear, Ailurus fulgens": 387,
|
| 569 |
+
"letter opener, paper knife, paperknife": 623,
|
| 570 |
+
"library": 624,
|
| 571 |
+
"lifeboat": 625,
|
| 572 |
+
"lighter, light, igniter, ignitor": 626,
|
| 573 |
+
"limousine, limo": 627,
|
| 574 |
+
"limpkin, Aramus pictus": 135,
|
| 575 |
+
"liner, ocean liner": 628,
|
| 576 |
+
"lion, king of beasts, Panthera leo": 291,
|
| 577 |
+
"lionfish": 396,
|
| 578 |
+
"lipstick, lip rouge": 629,
|
| 579 |
+
"little blue heron, Egretta caerulea": 131,
|
| 580 |
+
"llama": 355,
|
| 581 |
+
"loggerhead, loggerhead turtle, Caretta caretta": 33,
|
| 582 |
+
"long-horned beetle, longicorn, longicorn beetle": 303,
|
| 583 |
+
"lorikeet": 90,
|
| 584 |
+
"lotion": 631,
|
| 585 |
+
"loudspeaker, speaker, speaker unit, loudspeaker system, speaker system": 632,
|
| 586 |
+
"loupe, jeweler's loupe": 633,
|
| 587 |
+
"lumbermill, sawmill": 634,
|
| 588 |
+
"lycaenid, lycaenid butterfly": 326,
|
| 589 |
+
"lynx, catamount": 287,
|
| 590 |
+
"macaque": 373,
|
| 591 |
+
"macaw": 88,
|
| 592 |
+
"magnetic compass": 635,
|
| 593 |
+
"magpie": 18,
|
| 594 |
+
"mailbag, postbag": 636,
|
| 595 |
+
"mailbox, letter box": 637,
|
| 596 |
+
"maillot": 638,
|
| 597 |
+
"maillot, tank suit": 639,
|
| 598 |
+
"malamute, malemute, Alaskan malamute": 249,
|
| 599 |
+
"malinois": 225,
|
| 600 |
+
"manhole cover": 640,
|
| 601 |
+
"mantis, mantid": 315,
|
| 602 |
+
"maraca": 641,
|
| 603 |
+
"marimba, xylophone": 642,
|
| 604 |
+
"marmoset": 377,
|
| 605 |
+
"marmot": 336,
|
| 606 |
+
"mashed potato": 935,
|
| 607 |
+
"mask": 643,
|
| 608 |
+
"matchstick": 644,
|
| 609 |
+
"maypole": 645,
|
| 610 |
+
"maze, labyrinth": 646,
|
| 611 |
+
"measuring cup": 647,
|
| 612 |
+
"meat loaf, meatloaf": 962,
|
| 613 |
+
"medicine chest, medicine cabinet": 648,
|
| 614 |
+
"meerkat, mierkat": 299,
|
| 615 |
+
"megalith, megalithic structure": 649,
|
| 616 |
+
"menu": 922,
|
| 617 |
+
"microphone, mike": 650,
|
| 618 |
+
"microwave, microwave oven": 651,
|
| 619 |
+
"military uniform": 652,
|
| 620 |
+
"milk can": 653,
|
| 621 |
+
"miniature pinscher": 237,
|
| 622 |
+
"miniature poodle": 266,
|
| 623 |
+
"miniature schnauzer": 196,
|
| 624 |
+
"minibus": 654,
|
| 625 |
+
"miniskirt, mini": 655,
|
| 626 |
+
"minivan": 656,
|
| 627 |
+
"mink": 357,
|
| 628 |
+
"missile": 657,
|
| 629 |
+
"mitten": 658,
|
| 630 |
+
"mixing bowl": 659,
|
| 631 |
+
"mobile home, manufactured home": 660,
|
| 632 |
+
"modem": 662,
|
| 633 |
+
"monarch, monarch butterfly, milkweed butterfly, Danaus plexippus": 323,
|
| 634 |
+
"monastery": 663,
|
| 635 |
+
"mongoose": 298,
|
| 636 |
+
"monitor": 664,
|
| 637 |
+
"moped": 665,
|
| 638 |
+
"mortar": 666,
|
| 639 |
+
"mortarboard": 667,
|
| 640 |
+
"mosque": 668,
|
| 641 |
+
"mosquito net": 669,
|
| 642 |
+
"motor scooter, scooter": 670,
|
| 643 |
+
"mountain bike, all-terrain bike, off-roader": 671,
|
| 644 |
+
"mountain tent": 672,
|
| 645 |
+
"mouse, computer mouse": 673,
|
| 646 |
+
"mousetrap": 674,
|
| 647 |
+
"moving van": 675,
|
| 648 |
+
"mud turtle": 35,
|
| 649 |
+
"mushroom": 947,
|
| 650 |
+
"muzzle": 676,
|
| 651 |
+
"nail": 677,
|
| 652 |
+
"neck brace": 678,
|
| 653 |
+
"necklace": 679,
|
| 654 |
+
"nematode, nematode worm, roundworm": 111,
|
| 655 |
+
"night snake, Hypsiglena torquata": 60,
|
| 656 |
+
"nipple": 680,
|
| 657 |
+
"notebook, notebook computer": 681,
|
| 658 |
+
"obelisk": 682,
|
| 659 |
+
"oboe, hautboy, hautbois": 683,
|
| 660 |
+
"ocarina, sweet potato": 684,
|
| 661 |
+
"odometer, hodometer, mileometer, milometer": 685,
|
| 662 |
+
"oil filter": 686,
|
| 663 |
+
"orange": 950,
|
| 664 |
+
"orangutan, orang, orangutang, Pongo pygmaeus": 365,
|
| 665 |
+
"organ, pipe organ": 687,
|
| 666 |
+
"oscilloscope, scope, cathode-ray oscilloscope, CRO": 688,
|
| 667 |
+
"ostrich, Struthio camelus": 9,
|
| 668 |
+
"otter": 360,
|
| 669 |
+
"otterhound, otter hound": 175,
|
| 670 |
+
"overskirt": 689,
|
| 671 |
+
"ox": 345,
|
| 672 |
+
"oxcart": 690,
|
| 673 |
+
"oxygen mask": 691,
|
| 674 |
+
"oystercatcher, oyster catcher": 143,
|
| 675 |
+
"packet": 692,
|
| 676 |
+
"paddle, boat paddle": 693,
|
| 677 |
+
"paddlewheel, paddle wheel": 694,
|
| 678 |
+
"padlock": 695,
|
| 679 |
+
"paintbrush": 696,
|
| 680 |
+
"pajama, pyjama, pj's, jammies": 697,
|
| 681 |
+
"palace": 698,
|
| 682 |
+
"panpipe, pandean pipe, syrinx": 699,
|
| 683 |
+
"paper towel": 700,
|
| 684 |
+
"papillon": 157,
|
| 685 |
+
"parachute, chute": 701,
|
| 686 |
+
"parallel bars, bars": 702,
|
| 687 |
+
"park bench": 703,
|
| 688 |
+
"parking meter": 704,
|
| 689 |
+
"partridge": 86,
|
| 690 |
+
"passenger car, coach, carriage": 705,
|
| 691 |
+
"patas, hussar monkey, Erythrocebus patas": 371,
|
| 692 |
+
"patio, terrace": 706,
|
| 693 |
+
"pay-phone, pay-station": 707,
|
| 694 |
+
"peacock": 84,
|
| 695 |
+
"pedestal, plinth, footstall": 708,
|
| 696 |
+
"pelican": 144,
|
| 697 |
+
"pencil box, pencil case": 709,
|
| 698 |
+
"pencil sharpener": 710,
|
| 699 |
+
"perfume, essence": 711,
|
| 700 |
+
"photocopier": 713,
|
| 701 |
+
"pick, plectrum, plectron": 714,
|
| 702 |
+
"pickelhaube": 715,
|
| 703 |
+
"picket fence, paling": 716,
|
| 704 |
+
"pickup, pickup truck": 717,
|
| 705 |
+
"pier": 718,
|
| 706 |
+
"piggy bank, penny bank": 719,
|
| 707 |
+
"pill bottle": 720,
|
| 708 |
+
"pillow": 721,
|
| 709 |
+
"pineapple, ananas": 953,
|
| 710 |
+
"ping-pong ball": 722,
|
| 711 |
+
"pinwheel": 723,
|
| 712 |
+
"pirate, pirate ship": 724,
|
| 713 |
+
"pitcher, ewer": 725,
|
| 714 |
+
"pizza, pizza pie": 963,
|
| 715 |
+
"plane, carpenter's plane, woodworking plane": 726,
|
| 716 |
+
"planetarium": 727,
|
| 717 |
+
"plastic bag": 728,
|
| 718 |
+
"plate": 923,
|
| 719 |
+
"plate rack": 729,
|
| 720 |
+
"platypus, duckbill, duckbilled platypus, duck-billed platypus, Ornithorhynchus anatinus": 103,
|
| 721 |
+
"plow, plough": 730,
|
| 722 |
+
"plunger, plumber's helper": 731,
|
| 723 |
+
"pole": 733,
|
| 724 |
+
"polecat, fitch, foulmart, foumart, Mustela putorius": 358,
|
| 725 |
+
"police van, police wagon, paddy wagon, patrol wagon, wagon, black Maria": 734,
|
| 726 |
+
"pomegranate": 957,
|
| 727 |
+
"poncho": 735,
|
| 728 |
+
"pool table, billiard table, snooker table": 736,
|
| 729 |
+
"pop bottle, soda bottle": 737,
|
| 730 |
+
"porcupine, hedgehog": 334,
|
| 731 |
+
"pot, flowerpot": 738,
|
| 732 |
+
"potpie": 964,
|
| 733 |
+
"potter's wheel": 739,
|
| 734 |
+
"power drill": 740,
|
| 735 |
+
"prairie chicken, prairie grouse, prairie fowl": 83,
|
| 736 |
+
"prayer rug, prayer mat": 741,
|
| 737 |
+
"pretzel": 932,
|
| 738 |
+
"printer": 742,
|
| 739 |
+
"prison, prison house": 743,
|
| 740 |
+
"proboscis monkey, Nasalis larvatus": 376,
|
| 741 |
+
"projectile, missile": 744,
|
| 742 |
+
"projector": 745,
|
| 743 |
+
"promontory, headland, head, foreland": 976,
|
| 744 |
+
"ptarmigan": 81,
|
| 745 |
+
"puck, hockey puck": 746,
|
| 746 |
+
"puffer, pufferfish, blowfish, globefish": 397,
|
| 747 |
+
"pug, pug-dog": 254,
|
| 748 |
+
"punching bag, punch bag, punching ball, punchball": 747,
|
| 749 |
+
"purse": 748,
|
| 750 |
+
"quail": 85,
|
| 751 |
+
"quill, quill pen": 749,
|
| 752 |
+
"quilt, comforter, comfort, puff": 750,
|
| 753 |
+
"racer, race car, racing car": 751,
|
| 754 |
+
"racket, racquet": 752,
|
| 755 |
+
"radiator": 753,
|
| 756 |
+
"radio telescope, radio reflector": 755,
|
| 757 |
+
"radio, wireless": 754,
|
| 758 |
+
"rain barrel": 756,
|
| 759 |
+
"ram, tup": 348,
|
| 760 |
+
"rapeseed": 984,
|
| 761 |
+
"recreational vehicle, RV, R.V.": 757,
|
| 762 |
+
"red fox, Vulpes vulpes": 277,
|
| 763 |
+
"red wine": 966,
|
| 764 |
+
"red wolf, maned wolf, Canis rufus, Canis niger": 271,
|
| 765 |
+
"red-backed sandpiper, dunlin, Erolia alpina": 140,
|
| 766 |
+
"red-breasted merganser, Mergus serrator": 98,
|
| 767 |
+
"redbone": 168,
|
| 768 |
+
"redshank, Tringa totanus": 141,
|
| 769 |
+
"reel": 758,
|
| 770 |
+
"reflex camera": 759,
|
| 771 |
+
"refrigerator, icebox": 760,
|
| 772 |
+
"remote control, remote": 761,
|
| 773 |
+
"restaurant, eating house, eating place, eatery": 762,
|
| 774 |
+
"revolver, six-gun, six-shooter": 763,
|
| 775 |
+
"rhinoceros beetle": 306,
|
| 776 |
+
"rifle": 764,
|
| 777 |
+
"ringlet, ringlet butterfly": 322,
|
| 778 |
+
"ringneck snake, ring-necked snake, ring snake": 53,
|
| 779 |
+
"robin, American robin, Turdus migratorius": 15,
|
| 780 |
+
"rock beauty, Holocanthus tricolor": 392,
|
| 781 |
+
"rock crab, Cancer irroratus": 119,
|
| 782 |
+
"rock python, rock snake, Python sebae": 62,
|
| 783 |
+
"rocking chair, rocker": 765,
|
| 784 |
+
"rotisserie": 766,
|
| 785 |
+
"rubber eraser, rubber, pencil eraser": 767,
|
| 786 |
+
"ruddy turnstone, Arenaria interpres": 139,
|
| 787 |
+
"ruffed grouse, partridge, Bonasa umbellus": 82,
|
| 788 |
+
"rugby ball": 768,
|
| 789 |
+
"rule, ruler": 769,
|
| 790 |
+
"running shoe": 770,
|
| 791 |
+
"safe": 771,
|
| 792 |
+
"safety pin": 772,
|
| 793 |
+
"saltshaker, salt shaker": 773,
|
| 794 |
+
"sandal": 774,
|
| 795 |
+
"sandbar, sand bar": 977,
|
| 796 |
+
"sarong": 775,
|
| 797 |
+
"sax, saxophone": 776,
|
| 798 |
+
"scabbard": 777,
|
| 799 |
+
"scale, weighing machine": 778,
|
| 800 |
+
"schipperke": 223,
|
| 801 |
+
"school bus": 779,
|
| 802 |
+
"schooner": 780,
|
| 803 |
+
"scoreboard": 781,
|
| 804 |
+
"scorpion": 71,
|
| 805 |
+
"screen, CRT screen": 782,
|
| 806 |
+
"screw": 783,
|
| 807 |
+
"screwdriver": 784,
|
| 808 |
+
"scuba diver": 983,
|
| 809 |
+
"sea anemone, anemone": 108,
|
| 810 |
+
"sea cucumber, holothurian": 329,
|
| 811 |
+
"sea lion": 150,
|
| 812 |
+
"sea slug, nudibranch": 115,
|
| 813 |
+
"sea snake": 65,
|
| 814 |
+
"sea urchin": 328,
|
| 815 |
+
"seashore, coast, seacoast, sea-coast": 978,
|
| 816 |
+
"seat belt, seatbelt": 785,
|
| 817 |
+
"sewing machine": 786,
|
| 818 |
+
"shield, buckler": 787,
|
| 819 |
+
"shoe shop, shoe-shop, shoe store": 788,
|
| 820 |
+
"shoji": 789,
|
| 821 |
+
"shopping basket": 790,
|
| 822 |
+
"shopping cart": 791,
|
| 823 |
+
"shovel": 792,
|
| 824 |
+
"shower cap": 793,
|
| 825 |
+
"shower curtain": 794,
|
| 826 |
+
"siamang, Hylobates syndactylus, Symphalangus syndactylus": 369,
|
| 827 |
+
"sidewinder, horned rattlesnake, Crotalus cerastes": 68,
|
| 828 |
+
"silky terrier, Sydney silky": 201,
|
| 829 |
+
"ski": 795,
|
| 830 |
+
"ski mask": 796,
|
| 831 |
+
"skunk, polecat, wood pussy": 361,
|
| 832 |
+
"sleeping bag": 797,
|
| 833 |
+
"slide rule, slipstick": 798,
|
| 834 |
+
"sliding door": 799,
|
| 835 |
+
"slot, one-armed bandit": 800,
|
| 836 |
+
"sloth bear, Melursus ursinus, Ursus ursinus": 297,
|
| 837 |
+
"slug": 114,
|
| 838 |
+
"snail": 113,
|
| 839 |
+
"snorkel": 801,
|
| 840 |
+
"snow leopard, ounce, Panthera uncia": 289,
|
| 841 |
+
"snowmobile": 802,
|
| 842 |
+
"snowplow, snowplough": 803,
|
| 843 |
+
"soap dispenser": 804,
|
| 844 |
+
"soccer ball": 805,
|
| 845 |
+
"sock": 806,
|
| 846 |
+
"soft-coated wheaten terrier": 202,
|
| 847 |
+
"solar dish, solar collector, solar furnace": 807,
|
| 848 |
+
"sombrero": 808,
|
| 849 |
+
"sorrel": 339,
|
| 850 |
+
"soup bowl": 809,
|
| 851 |
+
"space bar": 810,
|
| 852 |
+
"space heater": 811,
|
| 853 |
+
"space shuttle": 812,
|
| 854 |
+
"spaghetti squash": 940,
|
| 855 |
+
"spatula": 813,
|
| 856 |
+
"speedboat": 814,
|
| 857 |
+
"spider monkey, Ateles geoffroyi": 381,
|
| 858 |
+
"spider web, spider's web": 815,
|
| 859 |
+
"spindle": 816,
|
| 860 |
+
"spiny lobster, langouste, rock lobster, crawfish, crayfish, sea crawfish": 123,
|
| 861 |
+
"spoonbill": 129,
|
| 862 |
+
"sports car, sport car": 817,
|
| 863 |
+
"spotlight, spot": 818,
|
| 864 |
+
"spotted salamander, Ambystoma maculatum": 28,
|
| 865 |
+
"squirrel monkey, Saimiri sciureus": 382,
|
| 866 |
+
"stage": 819,
|
| 867 |
+
"standard poodle": 267,
|
| 868 |
+
"standard schnauzer": 198,
|
| 869 |
+
"starfish, sea star": 327,
|
| 870 |
+
"steam locomotive": 820,
|
| 871 |
+
"steel arch bridge": 821,
|
| 872 |
+
"steel drum": 822,
|
| 873 |
+
"stethoscope": 823,
|
| 874 |
+
"stingray": 6,
|
| 875 |
+
"stinkhorn, carrion fungus": 994,
|
| 876 |
+
"stole": 824,
|
| 877 |
+
"stone wall": 825,
|
| 878 |
+
"stopwatch, stop watch": 826,
|
| 879 |
+
"stove": 827,
|
| 880 |
+
"strainer": 828,
|
| 881 |
+
"strawberry": 949,
|
| 882 |
+
"street sign": 919,
|
| 883 |
+
"streetcar, tram, tramcar, trolley, trolley car": 829,
|
| 884 |
+
"stretcher": 830,
|
| 885 |
+
"studio couch, day bed": 831,
|
| 886 |
+
"stupa, tope": 832,
|
| 887 |
+
"sturgeon": 394,
|
| 888 |
+
"submarine, pigboat, sub, U-boat": 833,
|
| 889 |
+
"suit, suit of clothes": 834,
|
| 890 |
+
"sulphur butterfly, sulfur butterfly": 325,
|
| 891 |
+
"sulphur-crested cockatoo, Kakatoe galerita, Cacatua galerita": 89,
|
| 892 |
+
"sundial": 835,
|
| 893 |
+
"sunglass": 836,
|
| 894 |
+
"sunglasses, dark glasses, shades": 837,
|
| 895 |
+
"sunscreen, sunblock, sun blocker": 838,
|
| 896 |
+
"suspension bridge": 839,
|
| 897 |
+
"swab, swob, mop": 840,
|
| 898 |
+
"sweatshirt": 841,
|
| 899 |
+
"swimming trunks, bathing trunks": 842,
|
| 900 |
+
"swing": 843,
|
| 901 |
+
"switch, electric switch, electrical switch": 844,
|
| 902 |
+
"syringe": 845,
|
| 903 |
+
"tabby, tabby cat": 281,
|
| 904 |
+
"table lamp": 846,
|
| 905 |
+
"tailed frog, bell toad, ribbed toad, tailed toad, Ascaphus trui": 32,
|
| 906 |
+
"tank, army tank, armored combat vehicle, armoured combat vehicle": 847,
|
| 907 |
+
"tape player": 848,
|
| 908 |
+
"tarantula": 76,
|
| 909 |
+
"teapot": 849,
|
| 910 |
+
"teddy, teddy bear": 850,
|
| 911 |
+
"television, television system": 851,
|
| 912 |
+
"tench, Tinca tinca": 0,
|
| 913 |
+
"tennis ball": 852,
|
| 914 |
+
"terrapin": 36,
|
| 915 |
+
"thatch, thatched roof": 853,
|
| 916 |
+
"theater curtain, theatre curtain": 854,
|
| 917 |
+
"thimble": 855,
|
| 918 |
+
"three-toed sloth, ai, Bradypus tridactylus": 364,
|
| 919 |
+
"thresher, thrasher, threshing machine": 856,
|
| 920 |
+
"throne": 857,
|
| 921 |
+
"thunder snake, worm snake, Carphophis amoenus": 52,
|
| 922 |
+
"tick": 78,
|
| 923 |
+
"tiger beetle": 300,
|
| 924 |
+
"tiger cat": 282,
|
| 925 |
+
"tiger shark, Galeocerdo cuvieri": 3,
|
| 926 |
+
"tiger, Panthera tigris": 292,
|
| 927 |
+
"tile roof": 858,
|
| 928 |
+
"timber wolf, grey wolf, gray wolf, Canis lupus": 269,
|
| 929 |
+
"titi, titi monkey": 380,
|
| 930 |
+
"toaster": 859,
|
| 931 |
+
"tobacco shop, tobacconist shop, tobacconist": 860,
|
| 932 |
+
"toilet seat": 861,
|
| 933 |
+
"toilet tissue, toilet paper, bathroom tissue": 999,
|
| 934 |
+
"torch": 862,
|
| 935 |
+
"totem pole": 863,
|
| 936 |
+
"toucan": 96,
|
| 937 |
+
"tow truck, tow car, wrecker": 864,
|
| 938 |
+
"toy poodle": 265,
|
| 939 |
+
"toy terrier": 158,
|
| 940 |
+
"toyshop": 865,
|
| 941 |
+
"tractor": 866,
|
| 942 |
+
"traffic light, traffic signal, stoplight": 920,
|
| 943 |
+
"trailer truck, tractor trailer, trucking rig, rig, articulated lorry, semi": 867,
|
| 944 |
+
"tray": 868,
|
| 945 |
+
"tree frog, tree-frog": 31,
|
| 946 |
+
"trench coat": 869,
|
| 947 |
+
"triceratops": 51,
|
| 948 |
+
"tricycle, trike, velocipede": 870,
|
| 949 |
+
"trifle": 927,
|
| 950 |
+
"trilobite": 69,
|
| 951 |
+
"trimaran": 871,
|
| 952 |
+
"tripod": 872,
|
| 953 |
+
"triumphal arch": 873,
|
| 954 |
+
"trolleybus, trolley coach, trackless trolley": 874,
|
| 955 |
+
"trombone": 875,
|
| 956 |
+
"tub, vat": 876,
|
| 957 |
+
"turnstile": 877,
|
| 958 |
+
"tusker": 101,
|
| 959 |
+
"typewriter keyboard": 878,
|
| 960 |
+
"umbrella": 879,
|
| 961 |
+
"unicycle, monocycle": 880,
|
| 962 |
+
"upright, upright piano": 881,
|
| 963 |
+
"vacuum, vacuum cleaner": 882,
|
| 964 |
+
"valley, vale": 979,
|
| 965 |
+
"vase": 883,
|
| 966 |
+
"vault": 884,
|
| 967 |
+
"velvet": 885,
|
| 968 |
+
"vending machine": 886,
|
| 969 |
+
"vestment": 887,
|
| 970 |
+
"viaduct": 888,
|
| 971 |
+
"vine snake": 59,
|
| 972 |
+
"violin, fiddle": 889,
|
| 973 |
+
"vizsla, Hungarian pointer": 211,
|
| 974 |
+
"volcano": 980,
|
| 975 |
+
"volleyball": 890,
|
| 976 |
+
"vulture": 23,
|
| 977 |
+
"waffle iron": 891,
|
| 978 |
+
"walking stick, walkingstick, stick insect": 313,
|
| 979 |
+
"wall clock": 892,
|
| 980 |
+
"wallaby, brush kangaroo": 104,
|
| 981 |
+
"wallet, billfold, notecase, pocketbook": 893,
|
| 982 |
+
"wardrobe, closet, press": 894,
|
| 983 |
+
"warplane, military plane": 895,
|
| 984 |
+
"warthog": 343,
|
| 985 |
+
"washbasin, handbasin, washbowl, lavabo, wash-hand basin": 896,
|
| 986 |
+
"washer, automatic washer, washing machine": 897,
|
| 987 |
+
"water bottle": 898,
|
| 988 |
+
"water buffalo, water ox, Asiatic buffalo, Bubalus bubalis": 346,
|
| 989 |
+
"water jug": 899,
|
| 990 |
+
"water ouzel, dipper": 20,
|
| 991 |
+
"water snake": 58,
|
| 992 |
+
"water tower": 900,
|
| 993 |
+
"weasel": 356,
|
| 994 |
+
"web site, website, internet site, site": 916,
|
| 995 |
+
"weevil": 307,
|
| 996 |
+
"whippet": 172,
|
| 997 |
+
"whiptail, whiptail lizard": 41,
|
| 998 |
+
"whiskey jug": 901,
|
| 999 |
+
"whistle": 902,
|
| 1000 |
+
"white stork, Ciconia ciconia": 127,
|
| 1001 |
+
"white wolf, Arctic wolf, Canis lupus tundrarum": 270,
|
| 1002 |
+
"wig": 903,
|
| 1003 |
+
"wild boar, boar, Sus scrofa": 342,
|
| 1004 |
+
"window screen": 904,
|
| 1005 |
+
"window shade": 905,
|
| 1006 |
+
"wine bottle": 907,
|
| 1007 |
+
"wing": 908,
|
| 1008 |
+
"wire-haired fox terrier": 188,
|
| 1009 |
+
"wok": 909,
|
| 1010 |
+
"wolf spider, hunting spider": 77,
|
| 1011 |
+
"wombat": 106,
|
| 1012 |
+
"wood rabbit, cottontail, cottontail rabbit": 330,
|
| 1013 |
+
"wooden spoon": 910,
|
| 1014 |
+
"wool, woolen, woollen": 911,
|
| 1015 |
+
"worm fence, snake fence, snake-rail fence, Virginia fence": 912,
|
| 1016 |
+
"wreck": 913,
|
| 1017 |
+
"yawl": 914,
|
| 1018 |
+
"yellow lady's slipper, yellow lady-slipper, Cypripedium calceolus, Cypripedium parviflorum": 986,
|
| 1019 |
+
"yurt": 915,
|
| 1020 |
+
"zebra": 340,
|
| 1021 |
+
"zucchini, courgette": 939
|
| 1022 |
+
},
|
| 1023 |
+
"layer_norm_eps": 1e-12,
|
| 1024 |
+
"layer_scale_init_value": 0.1,
|
| 1025 |
+
"model_type": "beit",
|
| 1026 |
+
"num_attention_heads": 12,
|
| 1027 |
+
"num_channels": 3,
|
| 1028 |
+
"num_hidden_layers": 12,
|
| 1029 |
+
"out_indices": [
|
| 1030 |
+
3,
|
| 1031 |
+
5,
|
| 1032 |
+
7,
|
| 1033 |
+
11
|
| 1034 |
+
],
|
| 1035 |
+
"patch_size": 16,
|
| 1036 |
+
"pool_scales": [
|
| 1037 |
+
1,
|
| 1038 |
+
2,
|
| 1039 |
+
3,
|
| 1040 |
+
6
|
| 1041 |
+
],
|
| 1042 |
+
"problem_type": "single_label_classification",
|
| 1043 |
+
"semantic_loss_ignore_index": 255,
|
| 1044 |
+
"torch_dtype": "float32",
|
| 1045 |
+
"transformers_version": "4.24.0",
|
| 1046 |
+
"use_absolute_position_embeddings": false,
|
| 1047 |
+
"use_auxiliary_head": true,
|
| 1048 |
+
"use_mask_token": false,
|
| 1049 |
+
"use_mean_pooling": true,
|
| 1050 |
+
"use_relative_position_bias": true,
|
| 1051 |
+
"use_shared_relative_position_bias": false,
|
| 1052 |
+
"vocab_size": 8192
|
| 1053 |
+
}
|
image-detection-aesthetic-v2/preprocessor_config.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crop_size": 224,
|
| 3 |
+
"do_center_crop": false,
|
| 4 |
+
"do_normalize": true,
|
| 5 |
+
"do_resize": true,
|
| 6 |
+
"feature_extractor_type": "BeitFeatureExtractor",
|
| 7 |
+
"image_mean": [
|
| 8 |
+
0.5,
|
| 9 |
+
0.5,
|
| 10 |
+
0.5
|
| 11 |
+
],
|
| 12 |
+
"image_std": [
|
| 13 |
+
0.5,
|
| 14 |
+
0.5,
|
| 15 |
+
0.5
|
| 16 |
+
],
|
| 17 |
+
"reduce_labels": false,
|
| 18 |
+
"resample": 2,
|
| 19 |
+
"size": 384
|
| 20 |
+
}
|
image-detection-aesthetic-v2/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6ec3b57bd37804535ad18b11abb50d951b465bab837fbab172f8277ace2bc8e
|
| 3 |
+
size 375948473
|
image-detection-aesthetic-v2/train_results.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 2.0,
|
| 3 |
+
"train_loss": 0.42350826412439346,
|
| 4 |
+
"train_runtime": 281.0207,
|
| 5 |
+
"train_samples_per_second": 21.735,
|
| 6 |
+
"train_steps_per_second": 0.057
|
| 7 |
+
}
|
image-detection-aesthetic-v2/trainer_state.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 2.0,
|
| 5 |
+
"global_step": 16,
|
| 6 |
+
"is_hyper_param_search": false,
|
| 7 |
+
"is_local_process_zero": true,
|
| 8 |
+
"is_world_process_zero": true,
|
| 9 |
+
"log_history": [
|
| 10 |
+
{
|
| 11 |
+
"epoch": 1.25,
|
| 12 |
+
"learning_rate": 2.1428571428571428e-05,
|
| 13 |
+
"loss": 0.4779,
|
| 14 |
+
"step": 10
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"epoch": 1.25,
|
| 18 |
+
"eval_accuracy": 0.8764705882352941,
|
| 19 |
+
"eval_loss": 0.2936067581176758,
|
| 20 |
+
"eval_runtime": 13.2749,
|
| 21 |
+
"eval_samples_per_second": 25.612,
|
| 22 |
+
"eval_steps_per_second": 0.151,
|
| 23 |
+
"step": 10
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 2.0,
|
| 27 |
+
"step": 16,
|
| 28 |
+
"total_flos": 1.393844934286246e+18,
|
| 29 |
+
"train_loss": 0.42350826412439346,
|
| 30 |
+
"train_runtime": 281.0207,
|
| 31 |
+
"train_samples_per_second": 21.735,
|
| 32 |
+
"train_steps_per_second": 0.057
|
| 33 |
+
}
|
| 34 |
+
],
|
| 35 |
+
"max_steps": 16,
|
| 36 |
+
"num_train_epochs": 2,
|
| 37 |
+
"total_flos": 1.393844934286246e+18,
|
| 38 |
+
"trial_name": null,
|
| 39 |
+
"trial_params": null
|
| 40 |
+
}
|
image-detection-aesthetic-v2/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13cc92a393cb7de75c06ba5d253158a7270ea2ed856f46316fcbff903872663c
|
| 3 |
+
size 3451
|
image-detection-aesthetic-v3/config.json
ADDED
|
@@ -0,0 +1,1053 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": ".",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BeitForImageClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.0,
|
| 7 |
+
"auxiliary_channels": 256,
|
| 8 |
+
"auxiliary_concat_input": false,
|
| 9 |
+
"auxiliary_loss_weight": 0.4,
|
| 10 |
+
"auxiliary_num_convs": 1,
|
| 11 |
+
"drop_path_rate": 0.1,
|
| 12 |
+
"hidden_act": "gelu",
|
| 13 |
+
"hidden_dropout_prob": 0.0,
|
| 14 |
+
"hidden_size": 768,
|
| 15 |
+
"id2label": {
|
| 16 |
+
"0": "not_aesthetic",
|
| 17 |
+
"1": "aesthetic"
|
| 18 |
+
},
|
| 19 |
+
"image_size": 384,
|
| 20 |
+
"initializer_range": 0.02,
|
| 21 |
+
"intermediate_size": 3072,
|
| 22 |
+
"label2id": {
|
| 23 |
+
"Afghan hound, Afghan": 160,
|
| 24 |
+
"African chameleon, Chamaeleo chamaeleon": 47,
|
| 25 |
+
"African crocodile, Nile crocodile, Crocodylus niloticus": 49,
|
| 26 |
+
"African elephant, Loxodonta africana": 386,
|
| 27 |
+
"African grey, African gray, Psittacus erithacus": 87,
|
| 28 |
+
"African hunting dog, hyena dog, Cape hunting dog, Lycaon pictus": 275,
|
| 29 |
+
"Airedale, Airedale terrier": 191,
|
| 30 |
+
"American Staffordshire terrier, Staffordshire terrier, American pit bull terrier, pit bull terrier": 180,
|
| 31 |
+
"American alligator, Alligator mississipiensis": 50,
|
| 32 |
+
"American black bear, black bear, Ursus americanus, Euarctos americanus": 295,
|
| 33 |
+
"American chameleon, anole, Anolis carolinensis": 40,
|
| 34 |
+
"American coot, marsh hen, mud hen, water hen, Fulica americana": 137,
|
| 35 |
+
"American egret, great white heron, Egretta albus": 132,
|
| 36 |
+
"American lobster, Northern lobster, Maine lobster, Homarus americanus": 122,
|
| 37 |
+
"Angora, Angora rabbit": 332,
|
| 38 |
+
"Appenzeller": 240,
|
| 39 |
+
"Arabian camel, dromedary, Camelus dromedarius": 354,
|
| 40 |
+
"Arctic fox, white fox, Alopex lagopus": 279,
|
| 41 |
+
"Australian terrier": 193,
|
| 42 |
+
"Band Aid": 419,
|
| 43 |
+
"Bedlington terrier": 181,
|
| 44 |
+
"Bernese mountain dog": 239,
|
| 45 |
+
"Blenheim spaniel": 156,
|
| 46 |
+
"Border collie": 232,
|
| 47 |
+
"Border terrier": 182,
|
| 48 |
+
"Boston bull, Boston terrier": 195,
|
| 49 |
+
"Bouvier des Flandres, Bouviers des Flandres": 233,
|
| 50 |
+
"Brabancon griffon": 262,
|
| 51 |
+
"Brittany spaniel": 215,
|
| 52 |
+
"CD player": 485,
|
| 53 |
+
"Cardigan, Cardigan Welsh corgi": 264,
|
| 54 |
+
"Chesapeake Bay retriever": 209,
|
| 55 |
+
"Chihuahua": 151,
|
| 56 |
+
"Christmas stocking": 496,
|
| 57 |
+
"Crock Pot": 521,
|
| 58 |
+
"Dandie Dinmont, Dandie Dinmont terrier": 194,
|
| 59 |
+
"Doberman, Doberman pinscher": 236,
|
| 60 |
+
"Dungeness crab, Cancer magister": 118,
|
| 61 |
+
"Dutch oven": 544,
|
| 62 |
+
"Egyptian cat": 285,
|
| 63 |
+
"English foxhound": 167,
|
| 64 |
+
"English setter": 212,
|
| 65 |
+
"English springer, English springer spaniel": 217,
|
| 66 |
+
"EntleBucher": 241,
|
| 67 |
+
"Eskimo dog, husky": 248,
|
| 68 |
+
"European fire salamander, Salamandra salamandra": 25,
|
| 69 |
+
"European gallinule, Porphyrio porphyrio": 136,
|
| 70 |
+
"French bulldog": 245,
|
| 71 |
+
"French horn, horn": 566,
|
| 72 |
+
"French loaf": 930,
|
| 73 |
+
"German shepherd, German shepherd dog, German police dog, alsatian": 235,
|
| 74 |
+
"German short-haired pointer": 210,
|
| 75 |
+
"Gila monster, Heloderma suspectum": 45,
|
| 76 |
+
"Gordon setter": 214,
|
| 77 |
+
"Granny Smith": 948,
|
| 78 |
+
"Great Dane": 246,
|
| 79 |
+
"Great Pyrenees": 257,
|
| 80 |
+
"Greater Swiss Mountain dog": 238,
|
| 81 |
+
"Ibizan hound, Ibizan Podenco": 173,
|
| 82 |
+
"Indian cobra, Naja naja": 63,
|
| 83 |
+
"Indian elephant, Elephas maximus": 385,
|
| 84 |
+
"Irish setter, red setter": 213,
|
| 85 |
+
"Irish terrier": 184,
|
| 86 |
+
"Irish water spaniel": 221,
|
| 87 |
+
"Irish wolfhound": 170,
|
| 88 |
+
"Italian greyhound": 171,
|
| 89 |
+
"Japanese spaniel": 152,
|
| 90 |
+
"Kerry blue terrier": 183,
|
| 91 |
+
"Komodo dragon, Komodo lizard, dragon lizard, giant lizard, Varanus komodoensis": 48,
|
| 92 |
+
"Labrador retriever": 208,
|
| 93 |
+
"Lakeland terrier": 189,
|
| 94 |
+
"Leonberg": 255,
|
| 95 |
+
"Lhasa, Lhasa apso": 204,
|
| 96 |
+
"Loafer": 630,
|
| 97 |
+
"Madagascar cat, ring-tailed lemur, Lemur catta": 383,
|
| 98 |
+
"Maltese dog, Maltese terrier, Maltese": 153,
|
| 99 |
+
"Mexican hairless": 268,
|
| 100 |
+
"Model T": 661,
|
| 101 |
+
"Newfoundland, Newfoundland dog": 256,
|
| 102 |
+
"Norfolk terrier": 185,
|
| 103 |
+
"Norwegian elkhound, elkhound": 174,
|
| 104 |
+
"Norwich terrier": 186,
|
| 105 |
+
"Old English sheepdog, bobtail": 229,
|
| 106 |
+
"Pekinese, Pekingese, Peke": 154,
|
| 107 |
+
"Pembroke, Pembroke Welsh corgi": 263,
|
| 108 |
+
"Persian cat": 283,
|
| 109 |
+
"Petri dish": 712,
|
| 110 |
+
"Polaroid camera, Polaroid Land camera": 732,
|
| 111 |
+
"Pomeranian": 259,
|
| 112 |
+
"Rhodesian ridgeback": 159,
|
| 113 |
+
"Rottweiler": 234,
|
| 114 |
+
"Saint Bernard, St Bernard": 247,
|
| 115 |
+
"Saluki, gazelle hound": 176,
|
| 116 |
+
"Samoyed, Samoyede": 258,
|
| 117 |
+
"Scotch terrier, Scottish terrier, Scottie": 199,
|
| 118 |
+
"Scottish deerhound, deerhound": 177,
|
| 119 |
+
"Sealyham terrier, Sealyham": 190,
|
| 120 |
+
"Shetland sheepdog, Shetland sheep dog, Shetland": 230,
|
| 121 |
+
"Shih-Tzu": 155,
|
| 122 |
+
"Siamese cat, Siamese": 284,
|
| 123 |
+
"Siberian husky": 250,
|
| 124 |
+
"Staffordshire bullterrier, Staffordshire bull terrier": 179,
|
| 125 |
+
"Sussex spaniel": 220,
|
| 126 |
+
"Tibetan mastiff": 244,
|
| 127 |
+
"Tibetan terrier, chrysanthemum dog": 200,
|
| 128 |
+
"Walker hound, Walker foxhound": 166,
|
| 129 |
+
"Weimaraner": 178,
|
| 130 |
+
"Welsh springer spaniel": 218,
|
| 131 |
+
"West Highland white terrier": 203,
|
| 132 |
+
"Windsor tie": 906,
|
| 133 |
+
"Yorkshire terrier": 187,
|
| 134 |
+
"abacus": 398,
|
| 135 |
+
"abaya": 399,
|
| 136 |
+
"academic gown, academic robe, judge's robe": 400,
|
| 137 |
+
"accordion, piano accordion, squeeze box": 401,
|
| 138 |
+
"acorn": 988,
|
| 139 |
+
"acorn squash": 941,
|
| 140 |
+
"acoustic guitar": 402,
|
| 141 |
+
"admiral": 321,
|
| 142 |
+
"affenpinscher, monkey pinscher, monkey dog": 252,
|
| 143 |
+
"agama": 42,
|
| 144 |
+
"agaric": 992,
|
| 145 |
+
"aircraft carrier, carrier, flattop, attack aircraft carrier": 403,
|
| 146 |
+
"airliner": 404,
|
| 147 |
+
"airship, dirigible": 405,
|
| 148 |
+
"albatross, mollymawk": 146,
|
| 149 |
+
"alligator lizard": 44,
|
| 150 |
+
"alp": 970,
|
| 151 |
+
"altar": 406,
|
| 152 |
+
"ambulance": 407,
|
| 153 |
+
"amphibian, amphibious vehicle": 408,
|
| 154 |
+
"analog clock": 409,
|
| 155 |
+
"anemone fish": 393,
|
| 156 |
+
"ant, emmet, pismire": 310,
|
| 157 |
+
"apiary, bee house": 410,
|
| 158 |
+
"apron": 411,
|
| 159 |
+
"armadillo": 363,
|
| 160 |
+
"artichoke, globe artichoke": 944,
|
| 161 |
+
"ashcan, trash can, garbage can, wastebin, ash bin, ash-bin, ashbin, dustbin, trash barrel, trash bin": 412,
|
| 162 |
+
"assault rifle, assault gun": 413,
|
| 163 |
+
"axolotl, mud puppy, Ambystoma mexicanum": 29,
|
| 164 |
+
"baboon": 372,
|
| 165 |
+
"backpack, back pack, knapsack, packsack, rucksack, haversack": 414,
|
| 166 |
+
"badger": 362,
|
| 167 |
+
"bagel, beigel": 931,
|
| 168 |
+
"bakery, bakeshop, bakehouse": 415,
|
| 169 |
+
"balance beam, beam": 416,
|
| 170 |
+
"bald eagle, American eagle, Haliaeetus leucocephalus": 22,
|
| 171 |
+
"balloon": 417,
|
| 172 |
+
"ballplayer, baseball player": 981,
|
| 173 |
+
"ballpoint, ballpoint pen, ballpen, Biro": 418,
|
| 174 |
+
"banana": 954,
|
| 175 |
+
"banded gecko": 38,
|
| 176 |
+
"banjo": 420,
|
| 177 |
+
"bannister, banister, balustrade, balusters, handrail": 421,
|
| 178 |
+
"barbell": 422,
|
| 179 |
+
"barber chair": 423,
|
| 180 |
+
"barbershop": 424,
|
| 181 |
+
"barn": 425,
|
| 182 |
+
"barn spider, Araneus cavaticus": 73,
|
| 183 |
+
"barometer": 426,
|
| 184 |
+
"barracouta, snoek": 389,
|
| 185 |
+
"barrel, cask": 427,
|
| 186 |
+
"barrow, garden cart, lawn cart, wheelbarrow": 428,
|
| 187 |
+
"baseball": 429,
|
| 188 |
+
"basenji": 253,
|
| 189 |
+
"basketball": 430,
|
| 190 |
+
"basset, basset hound": 161,
|
| 191 |
+
"bassinet": 431,
|
| 192 |
+
"bassoon": 432,
|
| 193 |
+
"bath towel": 434,
|
| 194 |
+
"bathing cap, swimming cap": 433,
|
| 195 |
+
"bathtub, bathing tub, bath, tub": 435,
|
| 196 |
+
"beach wagon, station wagon, wagon, estate car, beach waggon, station waggon, waggon": 436,
|
| 197 |
+
"beacon, lighthouse, beacon light, pharos": 437,
|
| 198 |
+
"beagle": 162,
|
| 199 |
+
"beaker": 438,
|
| 200 |
+
"bearskin, busby, shako": 439,
|
| 201 |
+
"beaver": 337,
|
| 202 |
+
"bee": 309,
|
| 203 |
+
"bee eater": 92,
|
| 204 |
+
"beer bottle": 440,
|
| 205 |
+
"beer glass": 441,
|
| 206 |
+
"bell cote, bell cot": 442,
|
| 207 |
+
"bell pepper": 945,
|
| 208 |
+
"bib": 443,
|
| 209 |
+
"bicycle-built-for-two, tandem bicycle, tandem": 444,
|
| 210 |
+
"bighorn, bighorn sheep, cimarron, Rocky Mountain bighorn, Rocky Mountain sheep, Ovis canadensis": 349,
|
| 211 |
+
"bikini, two-piece": 445,
|
| 212 |
+
"binder, ring-binder": 446,
|
| 213 |
+
"binoculars, field glasses, opera glasses": 447,
|
| 214 |
+
"birdhouse": 448,
|
| 215 |
+
"bison": 347,
|
| 216 |
+
"bittern": 133,
|
| 217 |
+
"black and gold garden spider, Argiope aurantia": 72,
|
| 218 |
+
"black grouse": 80,
|
| 219 |
+
"black stork, Ciconia nigra": 128,
|
| 220 |
+
"black swan, Cygnus atratus": 100,
|
| 221 |
+
"black widow, Latrodectus mactans": 75,
|
| 222 |
+
"black-and-tan coonhound": 165,
|
| 223 |
+
"black-footed ferret, ferret, Mustela nigripes": 359,
|
| 224 |
+
"bloodhound, sleuthhound": 163,
|
| 225 |
+
"bluetick": 164,
|
| 226 |
+
"boa constrictor, Constrictor constrictor": 61,
|
| 227 |
+
"boathouse": 449,
|
| 228 |
+
"bobsled, bobsleigh, bob": 450,
|
| 229 |
+
"bolete": 997,
|
| 230 |
+
"bolo tie, bolo, bola tie, bola": 451,
|
| 231 |
+
"bonnet, poke bonnet": 452,
|
| 232 |
+
"book jacket, dust cover, dust jacket, dust wrapper": 921,
|
| 233 |
+
"bookcase": 453,
|
| 234 |
+
"bookshop, bookstore, bookstall": 454,
|
| 235 |
+
"borzoi, Russian wolfhound": 169,
|
| 236 |
+
"bottlecap": 455,
|
| 237 |
+
"bow": 456,
|
| 238 |
+
"bow tie, bow-tie, bowtie": 457,
|
| 239 |
+
"box turtle, box tortoise": 37,
|
| 240 |
+
"boxer": 242,
|
| 241 |
+
"brain coral": 109,
|
| 242 |
+
"brambling, Fringilla montifringilla": 10,
|
| 243 |
+
"brass, memorial tablet, plaque": 458,
|
| 244 |
+
"brassiere, bra, bandeau": 459,
|
| 245 |
+
"breakwater, groin, groyne, mole, bulwark, seawall, jetty": 460,
|
| 246 |
+
"breastplate, aegis, egis": 461,
|
| 247 |
+
"briard": 226,
|
| 248 |
+
"broccoli": 937,
|
| 249 |
+
"broom": 462,
|
| 250 |
+
"brown bear, bruin, Ursus arctos": 294,
|
| 251 |
+
"bubble": 971,
|
| 252 |
+
"bucket, pail": 463,
|
| 253 |
+
"buckeye, horse chestnut, conker": 990,
|
| 254 |
+
"buckle": 464,
|
| 255 |
+
"bulbul": 16,
|
| 256 |
+
"bull mastiff": 243,
|
| 257 |
+
"bullet train, bullet": 466,
|
| 258 |
+
"bulletproof vest": 465,
|
| 259 |
+
"bullfrog, Rana catesbeiana": 30,
|
| 260 |
+
"burrito": 965,
|
| 261 |
+
"bustard": 138,
|
| 262 |
+
"butcher shop, meat market": 467,
|
| 263 |
+
"butternut squash": 942,
|
| 264 |
+
"cab, hack, taxi, taxicab": 468,
|
| 265 |
+
"cabbage butterfly": 324,
|
| 266 |
+
"cairn, cairn terrier": 192,
|
| 267 |
+
"caldron, cauldron": 469,
|
| 268 |
+
"can opener, tin opener": 473,
|
| 269 |
+
"candle, taper, wax light": 470,
|
| 270 |
+
"cannon": 471,
|
| 271 |
+
"canoe": 472,
|
| 272 |
+
"capuchin, ringtail, Cebus capucinus": 378,
|
| 273 |
+
"car mirror": 475,
|
| 274 |
+
"car wheel": 479,
|
| 275 |
+
"carbonara": 959,
|
| 276 |
+
"cardigan": 474,
|
| 277 |
+
"cardoon": 946,
|
| 278 |
+
"carousel, carrousel, merry-go-round, roundabout, whirligig": 476,
|
| 279 |
+
"carpenter's kit, tool kit": 477,
|
| 280 |
+
"carton": 478,
|
| 281 |
+
"cash machine, cash dispenser, automated teller machine, automatic teller machine, automated teller, automatic teller, ATM": 480,
|
| 282 |
+
"cassette": 481,
|
| 283 |
+
"cassette player": 482,
|
| 284 |
+
"castle": 483,
|
| 285 |
+
"catamaran": 484,
|
| 286 |
+
"cauliflower": 938,
|
| 287 |
+
"cello, violoncello": 486,
|
| 288 |
+
"cellular telephone, cellular phone, cellphone, cell, mobile phone": 487,
|
| 289 |
+
"centipede": 79,
|
| 290 |
+
"chain": 488,
|
| 291 |
+
"chain mail, ring mail, mail, chain armor, chain armour, ring armor, ring armour": 490,
|
| 292 |
+
"chain saw, chainsaw": 491,
|
| 293 |
+
"chainlink fence": 489,
|
| 294 |
+
"chambered nautilus, pearly nautilus, nautilus": 117,
|
| 295 |
+
"cheeseburger": 933,
|
| 296 |
+
"cheetah, chetah, Acinonyx jubatus": 293,
|
| 297 |
+
"chest": 492,
|
| 298 |
+
"chickadee": 19,
|
| 299 |
+
"chiffonier, commode": 493,
|
| 300 |
+
"chime, bell, gong": 494,
|
| 301 |
+
"chimpanzee, chimp, Pan troglodytes": 367,
|
| 302 |
+
"china cabinet, china closet": 495,
|
| 303 |
+
"chiton, coat-of-mail shell, sea cradle, polyplacophore": 116,
|
| 304 |
+
"chocolate sauce, chocolate syrup": 960,
|
| 305 |
+
"chow, chow chow": 260,
|
| 306 |
+
"church, church building": 497,
|
| 307 |
+
"cicada, cicala": 316,
|
| 308 |
+
"cinema, movie theater, movie theatre, movie house, picture palace": 498,
|
| 309 |
+
"cleaver, meat cleaver, chopper": 499,
|
| 310 |
+
"cliff dwelling": 500,
|
| 311 |
+
"cliff, drop, drop-off": 972,
|
| 312 |
+
"cloak": 501,
|
| 313 |
+
"clog, geta, patten, sabot": 502,
|
| 314 |
+
"clumber, clumber spaniel": 216,
|
| 315 |
+
"cock": 7,
|
| 316 |
+
"cocker spaniel, English cocker spaniel, cocker": 219,
|
| 317 |
+
"cockroach, roach": 314,
|
| 318 |
+
"cocktail shaker": 503,
|
| 319 |
+
"coffee mug": 504,
|
| 320 |
+
"coffeepot": 505,
|
| 321 |
+
"coho, cohoe, coho salmon, blue jack, silver salmon, Oncorhynchus kisutch": 391,
|
| 322 |
+
"coil, spiral, volute, whorl, helix": 506,
|
| 323 |
+
"collie": 231,
|
| 324 |
+
"colobus, colobus monkey": 375,
|
| 325 |
+
"combination lock": 507,
|
| 326 |
+
"comic book": 917,
|
| 327 |
+
"common iguana, iguana, Iguana iguana": 39,
|
| 328 |
+
"common newt, Triturus vulgaris": 26,
|
| 329 |
+
"computer keyboard, keypad": 508,
|
| 330 |
+
"conch": 112,
|
| 331 |
+
"confectionery, confectionary, candy store": 509,
|
| 332 |
+
"consomme": 925,
|
| 333 |
+
"container ship, containership, container vessel": 510,
|
| 334 |
+
"convertible": 511,
|
| 335 |
+
"coral fungus": 991,
|
| 336 |
+
"coral reef": 973,
|
| 337 |
+
"corkscrew, bottle screw": 512,
|
| 338 |
+
"corn": 987,
|
| 339 |
+
"cornet, horn, trumpet, trump": 513,
|
| 340 |
+
"coucal": 91,
|
| 341 |
+
"cougar, puma, catamount, mountain lion, painter, panther, Felis concolor": 286,
|
| 342 |
+
"cowboy boot": 514,
|
| 343 |
+
"cowboy hat, ten-gallon hat": 515,
|
| 344 |
+
"coyote, prairie wolf, brush wolf, Canis latrans": 272,
|
| 345 |
+
"cradle": 516,
|
| 346 |
+
"crane": 517,
|
| 347 |
+
"crash helmet": 518,
|
| 348 |
+
"crate": 519,
|
| 349 |
+
"crayfish, crawfish, crawdad, crawdaddy": 124,
|
| 350 |
+
"crib, cot": 520,
|
| 351 |
+
"cricket": 312,
|
| 352 |
+
"croquet ball": 522,
|
| 353 |
+
"crossword puzzle, crossword": 918,
|
| 354 |
+
"crutch": 523,
|
| 355 |
+
"cucumber, cuke": 943,
|
| 356 |
+
"cuirass": 524,
|
| 357 |
+
"cup": 968,
|
| 358 |
+
"curly-coated retriever": 206,
|
| 359 |
+
"custard apple": 956,
|
| 360 |
+
"daisy": 985,
|
| 361 |
+
"dalmatian, coach dog, carriage dog": 251,
|
| 362 |
+
"dam, dike, dyke": 525,
|
| 363 |
+
"damselfly": 320,
|
| 364 |
+
"desk": 526,
|
| 365 |
+
"desktop computer": 527,
|
| 366 |
+
"dhole, Cuon alpinus": 274,
|
| 367 |
+
"dial telephone, dial phone": 528,
|
| 368 |
+
"diamondback, diamondback rattlesnake, Crotalus adamanteus": 67,
|
| 369 |
+
"diaper, nappy, napkin": 529,
|
| 370 |
+
"digital clock": 530,
|
| 371 |
+
"digital watch": 531,
|
| 372 |
+
"dingo, warrigal, warragal, Canis dingo": 273,
|
| 373 |
+
"dining table, board": 532,
|
| 374 |
+
"dishrag, dishcloth": 533,
|
| 375 |
+
"dishwasher, dish washer, dishwashing machine": 534,
|
| 376 |
+
"disk brake, disc brake": 535,
|
| 377 |
+
"dock, dockage, docking facility": 536,
|
| 378 |
+
"dogsled, dog sled, dog sleigh": 537,
|
| 379 |
+
"dome": 538,
|
| 380 |
+
"doormat, welcome mat": 539,
|
| 381 |
+
"dough": 961,
|
| 382 |
+
"dowitcher": 142,
|
| 383 |
+
"dragonfly, darning needle, devil's darning needle, sewing needle, snake feeder, snake doctor, mosquito hawk, skeeter hawk": 319,
|
| 384 |
+
"drake": 97,
|
| 385 |
+
"drilling platform, offshore rig": 540,
|
| 386 |
+
"drum, membranophone, tympan": 541,
|
| 387 |
+
"drumstick": 542,
|
| 388 |
+
"dugong, Dugong dugon": 149,
|
| 389 |
+
"dumbbell": 543,
|
| 390 |
+
"dung beetle": 305,
|
| 391 |
+
"ear, spike, capitulum": 998,
|
| 392 |
+
"earthstar": 995,
|
| 393 |
+
"echidna, spiny anteater, anteater": 102,
|
| 394 |
+
"eel": 390,
|
| 395 |
+
"eft": 27,
|
| 396 |
+
"eggnog": 969,
|
| 397 |
+
"electric fan, blower": 545,
|
| 398 |
+
"electric guitar": 546,
|
| 399 |
+
"electric locomotive": 547,
|
| 400 |
+
"electric ray, crampfish, numbfish, torpedo": 5,
|
| 401 |
+
"entertainment center": 548,
|
| 402 |
+
"envelope": 549,
|
| 403 |
+
"espresso": 967,
|
| 404 |
+
"espresso maker": 550,
|
| 405 |
+
"face powder": 551,
|
| 406 |
+
"feather boa, boa": 552,
|
| 407 |
+
"fiddler crab": 120,
|
| 408 |
+
"fig": 952,
|
| 409 |
+
"file, file cabinet, filing cabinet": 553,
|
| 410 |
+
"fire engine, fire truck": 555,
|
| 411 |
+
"fire screen, fireguard": 556,
|
| 412 |
+
"fireboat": 554,
|
| 413 |
+
"flagpole, flagstaff": 557,
|
| 414 |
+
"flamingo": 130,
|
| 415 |
+
"flat-coated retriever": 205,
|
| 416 |
+
"flatworm, platyhelminth": 110,
|
| 417 |
+
"flute, transverse flute": 558,
|
| 418 |
+
"fly": 308,
|
| 419 |
+
"folding chair": 559,
|
| 420 |
+
"football helmet": 560,
|
| 421 |
+
"forklift": 561,
|
| 422 |
+
"fountain": 562,
|
| 423 |
+
"fountain pen": 563,
|
| 424 |
+
"four-poster": 564,
|
| 425 |
+
"fox squirrel, eastern fox squirrel, Sciurus niger": 335,
|
| 426 |
+
"freight car": 565,
|
| 427 |
+
"frilled lizard, Chlamydosaurus kingi": 43,
|
| 428 |
+
"frying pan, frypan, skillet": 567,
|
| 429 |
+
"fur coat": 568,
|
| 430 |
+
"gar, garfish, garpike, billfish, Lepisosteus osseus": 395,
|
| 431 |
+
"garbage truck, dustcart": 569,
|
| 432 |
+
"garden spider, Aranea diademata": 74,
|
| 433 |
+
"garter snake, grass snake": 57,
|
| 434 |
+
"gas pump, gasoline pump, petrol pump, island dispenser": 571,
|
| 435 |
+
"gasmask, respirator, gas helmet": 570,
|
| 436 |
+
"gazelle": 353,
|
| 437 |
+
"geyser": 974,
|
| 438 |
+
"giant panda, panda, panda bear, coon bear, Ailuropoda melanoleuca": 388,
|
| 439 |
+
"giant schnauzer": 197,
|
| 440 |
+
"gibbon, Hylobates lar": 368,
|
| 441 |
+
"go-kart": 573,
|
| 442 |
+
"goblet": 572,
|
| 443 |
+
"golden retriever": 207,
|
| 444 |
+
"goldfinch, Carduelis carduelis": 11,
|
| 445 |
+
"goldfish, Carassius auratus": 1,
|
| 446 |
+
"golf ball": 574,
|
| 447 |
+
"golfcart, golf cart": 575,
|
| 448 |
+
"gondola": 576,
|
| 449 |
+
"gong, tam-tam": 577,
|
| 450 |
+
"goose": 99,
|
| 451 |
+
"gorilla, Gorilla gorilla": 366,
|
| 452 |
+
"gown": 578,
|
| 453 |
+
"grand piano, grand": 579,
|
| 454 |
+
"grasshopper, hopper": 311,
|
| 455 |
+
"great grey owl, great gray owl, Strix nebulosa": 24,
|
| 456 |
+
"great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias": 2,
|
| 457 |
+
"green lizard, Lacerta viridis": 46,
|
| 458 |
+
"green mamba": 64,
|
| 459 |
+
"green snake, grass snake": 55,
|
| 460 |
+
"greenhouse, nursery, glasshouse": 580,
|
| 461 |
+
"grey fox, gray fox, Urocyon cinereoargenteus": 280,
|
| 462 |
+
"grey whale, gray whale, devilfish, Eschrichtius gibbosus, Eschrichtius robustus": 147,
|
| 463 |
+
"grille, radiator grille": 581,
|
| 464 |
+
"grocery store, grocery, food market, market": 582,
|
| 465 |
+
"groenendael": 224,
|
| 466 |
+
"groom, bridegroom": 982,
|
| 467 |
+
"ground beetle, carabid beetle": 302,
|
| 468 |
+
"guacamole": 924,
|
| 469 |
+
"guenon, guenon monkey": 370,
|
| 470 |
+
"guillotine": 583,
|
| 471 |
+
"guinea pig, Cavia cobaya": 338,
|
| 472 |
+
"gyromitra": 993,
|
| 473 |
+
"hair slide": 584,
|
| 474 |
+
"hair spray": 585,
|
| 475 |
+
"half track": 586,
|
| 476 |
+
"hammer": 587,
|
| 477 |
+
"hammerhead, hammerhead shark": 4,
|
| 478 |
+
"hamper": 588,
|
| 479 |
+
"hamster": 333,
|
| 480 |
+
"hand blower, blow dryer, blow drier, hair dryer, hair drier": 589,
|
| 481 |
+
"hand-held computer, hand-held microcomputer": 590,
|
| 482 |
+
"handkerchief, hankie, hanky, hankey": 591,
|
| 483 |
+
"hard disc, hard disk, fixed disk": 592,
|
| 484 |
+
"hare": 331,
|
| 485 |
+
"harmonica, mouth organ, harp, mouth harp": 593,
|
| 486 |
+
"harp": 594,
|
| 487 |
+
"hartebeest": 351,
|
| 488 |
+
"harvester, reaper": 595,
|
| 489 |
+
"harvestman, daddy longlegs, Phalangium opilio": 70,
|
| 490 |
+
"hatchet": 596,
|
| 491 |
+
"hay": 958,
|
| 492 |
+
"head cabbage": 936,
|
| 493 |
+
"hen": 8,
|
| 494 |
+
"hen-of-the-woods, hen of the woods, Polyporus frondosus, Grifola frondosa": 996,
|
| 495 |
+
"hermit crab": 125,
|
| 496 |
+
"hip, rose hip, rosehip": 989,
|
| 497 |
+
"hippopotamus, hippo, river horse, Hippopotamus amphibius": 344,
|
| 498 |
+
"hog, pig, grunter, squealer, Sus scrofa": 341,
|
| 499 |
+
"hognose snake, puff adder, sand viper": 54,
|
| 500 |
+
"holster": 597,
|
| 501 |
+
"home theater, home theatre": 598,
|
| 502 |
+
"honeycomb": 599,
|
| 503 |
+
"hook, claw": 600,
|
| 504 |
+
"hoopskirt, crinoline": 601,
|
| 505 |
+
"horizontal bar, high bar": 602,
|
| 506 |
+
"hornbill": 93,
|
| 507 |
+
"horned viper, cerastes, sand viper, horned asp, Cerastes cornutus": 66,
|
| 508 |
+
"horse cart, horse-cart": 603,
|
| 509 |
+
"hot pot, hotpot": 926,
|
| 510 |
+
"hotdog, hot dog, red hot": 934,
|
| 511 |
+
"hourglass": 604,
|
| 512 |
+
"house finch, linnet, Carpodacus mexicanus": 12,
|
| 513 |
+
"howler monkey, howler": 379,
|
| 514 |
+
"hummingbird": 94,
|
| 515 |
+
"hyena, hyaena": 276,
|
| 516 |
+
"iPod": 605,
|
| 517 |
+
"ibex, Capra ibex": 350,
|
| 518 |
+
"ice bear, polar bear, Ursus Maritimus, Thalarctos maritimus": 296,
|
| 519 |
+
"ice cream, icecream": 928,
|
| 520 |
+
"ice lolly, lolly, lollipop, popsicle": 929,
|
| 521 |
+
"impala, Aepyceros melampus": 352,
|
| 522 |
+
"indigo bunting, indigo finch, indigo bird, Passerina cyanea": 14,
|
| 523 |
+
"indri, indris, Indri indri, Indri brevicaudatus": 384,
|
| 524 |
+
"iron, smoothing iron": 606,
|
| 525 |
+
"isopod": 126,
|
| 526 |
+
"jacamar": 95,
|
| 527 |
+
"jack-o'-lantern": 607,
|
| 528 |
+
"jackfruit, jak, jack": 955,
|
| 529 |
+
"jaguar, panther, Panthera onca, Felis onca": 290,
|
| 530 |
+
"jay": 17,
|
| 531 |
+
"jean, blue jean, denim": 608,
|
| 532 |
+
"jeep, landrover": 609,
|
| 533 |
+
"jellyfish": 107,
|
| 534 |
+
"jersey, T-shirt, tee shirt": 610,
|
| 535 |
+
"jigsaw puzzle": 611,
|
| 536 |
+
"jinrikisha, ricksha, rickshaw": 612,
|
| 537 |
+
"joystick": 613,
|
| 538 |
+
"junco, snowbird": 13,
|
| 539 |
+
"keeshond": 261,
|
| 540 |
+
"kelpie": 227,
|
| 541 |
+
"killer whale, killer, orca, grampus, sea wolf, Orcinus orca": 148,
|
| 542 |
+
"kimono": 614,
|
| 543 |
+
"king crab, Alaska crab, Alaskan king crab, Alaska king crab, Paralithodes camtschatica": 121,
|
| 544 |
+
"king penguin, Aptenodytes patagonica": 145,
|
| 545 |
+
"king snake, kingsnake": 56,
|
| 546 |
+
"kit fox, Vulpes macrotis": 278,
|
| 547 |
+
"kite": 21,
|
| 548 |
+
"knee pad": 615,
|
| 549 |
+
"knot": 616,
|
| 550 |
+
"koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus": 105,
|
| 551 |
+
"komondor": 228,
|
| 552 |
+
"kuvasz": 222,
|
| 553 |
+
"lab coat, laboratory coat": 617,
|
| 554 |
+
"lacewing, lacewing fly": 318,
|
| 555 |
+
"ladle": 618,
|
| 556 |
+
"ladybug, ladybeetle, lady beetle, ladybird, ladybird beetle": 301,
|
| 557 |
+
"lakeside, lakeshore": 975,
|
| 558 |
+
"lampshade, lamp shade": 619,
|
| 559 |
+
"langur": 374,
|
| 560 |
+
"laptop, laptop computer": 620,
|
| 561 |
+
"lawn mower, mower": 621,
|
| 562 |
+
"leaf beetle, chrysomelid": 304,
|
| 563 |
+
"leafhopper": 317,
|
| 564 |
+
"leatherback turtle, leatherback, leathery turtle, Dermochelys coriacea": 34,
|
| 565 |
+
"lemon": 951,
|
| 566 |
+
"lens cap, lens cover": 622,
|
| 567 |
+
"leopard, Panthera pardus": 288,
|
| 568 |
+
"lesser panda, red panda, panda, bear cat, cat bear, Ailurus fulgens": 387,
|
| 569 |
+
"letter opener, paper knife, paperknife": 623,
|
| 570 |
+
"library": 624,
|
| 571 |
+
"lifeboat": 625,
|
| 572 |
+
"lighter, light, igniter, ignitor": 626,
|
| 573 |
+
"limousine, limo": 627,
|
| 574 |
+
"limpkin, Aramus pictus": 135,
|
| 575 |
+
"liner, ocean liner": 628,
|
| 576 |
+
"lion, king of beasts, Panthera leo": 291,
|
| 577 |
+
"lionfish": 396,
|
| 578 |
+
"lipstick, lip rouge": 629,
|
| 579 |
+
"little blue heron, Egretta caerulea": 131,
|
| 580 |
+
"llama": 355,
|
| 581 |
+
"loggerhead, loggerhead turtle, Caretta caretta": 33,
|
| 582 |
+
"long-horned beetle, longicorn, longicorn beetle": 303,
|
| 583 |
+
"lorikeet": 90,
|
| 584 |
+
"lotion": 631,
|
| 585 |
+
"loudspeaker, speaker, speaker unit, loudspeaker system, speaker system": 632,
|
| 586 |
+
"loupe, jeweler's loupe": 633,
|
| 587 |
+
"lumbermill, sawmill": 634,
|
| 588 |
+
"lycaenid, lycaenid butterfly": 326,
|
| 589 |
+
"lynx, catamount": 287,
|
| 590 |
+
"macaque": 373,
|
| 591 |
+
"macaw": 88,
|
| 592 |
+
"magnetic compass": 635,
|
| 593 |
+
"magpie": 18,
|
| 594 |
+
"mailbag, postbag": 636,
|
| 595 |
+
"mailbox, letter box": 637,
|
| 596 |
+
"maillot": 638,
|
| 597 |
+
"maillot, tank suit": 639,
|
| 598 |
+
"malamute, malemute, Alaskan malamute": 249,
|
| 599 |
+
"malinois": 225,
|
| 600 |
+
"manhole cover": 640,
|
| 601 |
+
"mantis, mantid": 315,
|
| 602 |
+
"maraca": 641,
|
| 603 |
+
"marimba, xylophone": 642,
|
| 604 |
+
"marmoset": 377,
|
| 605 |
+
"marmot": 336,
|
| 606 |
+
"mashed potato": 935,
|
| 607 |
+
"mask": 643,
|
| 608 |
+
"matchstick": 644,
|
| 609 |
+
"maypole": 645,
|
| 610 |
+
"maze, labyrinth": 646,
|
| 611 |
+
"measuring cup": 647,
|
| 612 |
+
"meat loaf, meatloaf": 962,
|
| 613 |
+
"medicine chest, medicine cabinet": 648,
|
| 614 |
+
"meerkat, mierkat": 299,
|
| 615 |
+
"megalith, megalithic structure": 649,
|
| 616 |
+
"menu": 922,
|
| 617 |
+
"microphone, mike": 650,
|
| 618 |
+
"microwave, microwave oven": 651,
|
| 619 |
+
"military uniform": 652,
|
| 620 |
+
"milk can": 653,
|
| 621 |
+
"miniature pinscher": 237,
|
| 622 |
+
"miniature poodle": 266,
|
| 623 |
+
"miniature schnauzer": 196,
|
| 624 |
+
"minibus": 654,
|
| 625 |
+
"miniskirt, mini": 655,
|
| 626 |
+
"minivan": 656,
|
| 627 |
+
"mink": 357,
|
| 628 |
+
"missile": 657,
|
| 629 |
+
"mitten": 658,
|
| 630 |
+
"mixing bowl": 659,
|
| 631 |
+
"mobile home, manufactured home": 660,
|
| 632 |
+
"modem": 662,
|
| 633 |
+
"monarch, monarch butterfly, milkweed butterfly, Danaus plexippus": 323,
|
| 634 |
+
"monastery": 663,
|
| 635 |
+
"mongoose": 298,
|
| 636 |
+
"monitor": 664,
|
| 637 |
+
"moped": 665,
|
| 638 |
+
"mortar": 666,
|
| 639 |
+
"mortarboard": 667,
|
| 640 |
+
"mosque": 668,
|
| 641 |
+
"mosquito net": 669,
|
| 642 |
+
"motor scooter, scooter": 670,
|
| 643 |
+
"mountain bike, all-terrain bike, off-roader": 671,
|
| 644 |
+
"mountain tent": 672,
|
| 645 |
+
"mouse, computer mouse": 673,
|
| 646 |
+
"mousetrap": 674,
|
| 647 |
+
"moving van": 675,
|
| 648 |
+
"mud turtle": 35,
|
| 649 |
+
"mushroom": 947,
|
| 650 |
+
"muzzle": 676,
|
| 651 |
+
"nail": 677,
|
| 652 |
+
"neck brace": 678,
|
| 653 |
+
"necklace": 679,
|
| 654 |
+
"nematode, nematode worm, roundworm": 111,
|
| 655 |
+
"night snake, Hypsiglena torquata": 60,
|
| 656 |
+
"nipple": 680,
|
| 657 |
+
"notebook, notebook computer": 681,
|
| 658 |
+
"obelisk": 682,
|
| 659 |
+
"oboe, hautboy, hautbois": 683,
|
| 660 |
+
"ocarina, sweet potato": 684,
|
| 661 |
+
"odometer, hodometer, mileometer, milometer": 685,
|
| 662 |
+
"oil filter": 686,
|
| 663 |
+
"orange": 950,
|
| 664 |
+
"orangutan, orang, orangutang, Pongo pygmaeus": 365,
|
| 665 |
+
"organ, pipe organ": 687,
|
| 666 |
+
"oscilloscope, scope, cathode-ray oscilloscope, CRO": 688,
|
| 667 |
+
"ostrich, Struthio camelus": 9,
|
| 668 |
+
"otter": 360,
|
| 669 |
+
"otterhound, otter hound": 175,
|
| 670 |
+
"overskirt": 689,
|
| 671 |
+
"ox": 345,
|
| 672 |
+
"oxcart": 690,
|
| 673 |
+
"oxygen mask": 691,
|
| 674 |
+
"oystercatcher, oyster catcher": 143,
|
| 675 |
+
"packet": 692,
|
| 676 |
+
"paddle, boat paddle": 693,
|
| 677 |
+
"paddlewheel, paddle wheel": 694,
|
| 678 |
+
"padlock": 695,
|
| 679 |
+
"paintbrush": 696,
|
| 680 |
+
"pajama, pyjama, pj's, jammies": 697,
|
| 681 |
+
"palace": 698,
|
| 682 |
+
"panpipe, pandean pipe, syrinx": 699,
|
| 683 |
+
"paper towel": 700,
|
| 684 |
+
"papillon": 157,
|
| 685 |
+
"parachute, chute": 701,
|
| 686 |
+
"parallel bars, bars": 702,
|
| 687 |
+
"park bench": 703,
|
| 688 |
+
"parking meter": 704,
|
| 689 |
+
"partridge": 86,
|
| 690 |
+
"passenger car, coach, carriage": 705,
|
| 691 |
+
"patas, hussar monkey, Erythrocebus patas": 371,
|
| 692 |
+
"patio, terrace": 706,
|
| 693 |
+
"pay-phone, pay-station": 707,
|
| 694 |
+
"peacock": 84,
|
| 695 |
+
"pedestal, plinth, footstall": 708,
|
| 696 |
+
"pelican": 144,
|
| 697 |
+
"pencil box, pencil case": 709,
|
| 698 |
+
"pencil sharpener": 710,
|
| 699 |
+
"perfume, essence": 711,
|
| 700 |
+
"photocopier": 713,
|
| 701 |
+
"pick, plectrum, plectron": 714,
|
| 702 |
+
"pickelhaube": 715,
|
| 703 |
+
"picket fence, paling": 716,
|
| 704 |
+
"pickup, pickup truck": 717,
|
| 705 |
+
"pier": 718,
|
| 706 |
+
"piggy bank, penny bank": 719,
|
| 707 |
+
"pill bottle": 720,
|
| 708 |
+
"pillow": 721,
|
| 709 |
+
"pineapple, ananas": 953,
|
| 710 |
+
"ping-pong ball": 722,
|
| 711 |
+
"pinwheel": 723,
|
| 712 |
+
"pirate, pirate ship": 724,
|
| 713 |
+
"pitcher, ewer": 725,
|
| 714 |
+
"pizza, pizza pie": 963,
|
| 715 |
+
"plane, carpenter's plane, woodworking plane": 726,
|
| 716 |
+
"planetarium": 727,
|
| 717 |
+
"plastic bag": 728,
|
| 718 |
+
"plate": 923,
|
| 719 |
+
"plate rack": 729,
|
| 720 |
+
"platypus, duckbill, duckbilled platypus, duck-billed platypus, Ornithorhynchus anatinus": 103,
|
| 721 |
+
"plow, plough": 730,
|
| 722 |
+
"plunger, plumber's helper": 731,
|
| 723 |
+
"pole": 733,
|
| 724 |
+
"polecat, fitch, foulmart, foumart, Mustela putorius": 358,
|
| 725 |
+
"police van, police wagon, paddy wagon, patrol wagon, wagon, black Maria": 734,
|
| 726 |
+
"pomegranate": 957,
|
| 727 |
+
"poncho": 735,
|
| 728 |
+
"pool table, billiard table, snooker table": 736,
|
| 729 |
+
"pop bottle, soda bottle": 737,
|
| 730 |
+
"porcupine, hedgehog": 334,
|
| 731 |
+
"pot, flowerpot": 738,
|
| 732 |
+
"potpie": 964,
|
| 733 |
+
"potter's wheel": 739,
|
| 734 |
+
"power drill": 740,
|
| 735 |
+
"prairie chicken, prairie grouse, prairie fowl": 83,
|
| 736 |
+
"prayer rug, prayer mat": 741,
|
| 737 |
+
"pretzel": 932,
|
| 738 |
+
"printer": 742,
|
| 739 |
+
"prison, prison house": 743,
|
| 740 |
+
"proboscis monkey, Nasalis larvatus": 376,
|
| 741 |
+
"projectile, missile": 744,
|
| 742 |
+
"projector": 745,
|
| 743 |
+
"promontory, headland, head, foreland": 976,
|
| 744 |
+
"ptarmigan": 81,
|
| 745 |
+
"puck, hockey puck": 746,
|
| 746 |
+
"puffer, pufferfish, blowfish, globefish": 397,
|
| 747 |
+
"pug, pug-dog": 254,
|
| 748 |
+
"punching bag, punch bag, punching ball, punchball": 747,
|
| 749 |
+
"purse": 748,
|
| 750 |
+
"quail": 85,
|
| 751 |
+
"quill, quill pen": 749,
|
| 752 |
+
"quilt, comforter, comfort, puff": 750,
|
| 753 |
+
"racer, race car, racing car": 751,
|
| 754 |
+
"racket, racquet": 752,
|
| 755 |
+
"radiator": 753,
|
| 756 |
+
"radio telescope, radio reflector": 755,
|
| 757 |
+
"radio, wireless": 754,
|
| 758 |
+
"rain barrel": 756,
|
| 759 |
+
"ram, tup": 348,
|
| 760 |
+
"rapeseed": 984,
|
| 761 |
+
"recreational vehicle, RV, R.V.": 757,
|
| 762 |
+
"red fox, Vulpes vulpes": 277,
|
| 763 |
+
"red wine": 966,
|
| 764 |
+
"red wolf, maned wolf, Canis rufus, Canis niger": 271,
|
| 765 |
+
"red-backed sandpiper, dunlin, Erolia alpina": 140,
|
| 766 |
+
"red-breasted merganser, Mergus serrator": 98,
|
| 767 |
+
"redbone": 168,
|
| 768 |
+
"redshank, Tringa totanus": 141,
|
| 769 |
+
"reel": 758,
|
| 770 |
+
"reflex camera": 759,
|
| 771 |
+
"refrigerator, icebox": 760,
|
| 772 |
+
"remote control, remote": 761,
|
| 773 |
+
"restaurant, eating house, eating place, eatery": 762,
|
| 774 |
+
"revolver, six-gun, six-shooter": 763,
|
| 775 |
+
"rhinoceros beetle": 306,
|
| 776 |
+
"rifle": 764,
|
| 777 |
+
"ringlet, ringlet butterfly": 322,
|
| 778 |
+
"ringneck snake, ring-necked snake, ring snake": 53,
|
| 779 |
+
"robin, American robin, Turdus migratorius": 15,
|
| 780 |
+
"rock beauty, Holocanthus tricolor": 392,
|
| 781 |
+
"rock crab, Cancer irroratus": 119,
|
| 782 |
+
"rock python, rock snake, Python sebae": 62,
|
| 783 |
+
"rocking chair, rocker": 765,
|
| 784 |
+
"rotisserie": 766,
|
| 785 |
+
"rubber eraser, rubber, pencil eraser": 767,
|
| 786 |
+
"ruddy turnstone, Arenaria interpres": 139,
|
| 787 |
+
"ruffed grouse, partridge, Bonasa umbellus": 82,
|
| 788 |
+
"rugby ball": 768,
|
| 789 |
+
"rule, ruler": 769,
|
| 790 |
+
"running shoe": 770,
|
| 791 |
+
"safe": 771,
|
| 792 |
+
"safety pin": 772,
|
| 793 |
+
"saltshaker, salt shaker": 773,
|
| 794 |
+
"sandal": 774,
|
| 795 |
+
"sandbar, sand bar": 977,
|
| 796 |
+
"sarong": 775,
|
| 797 |
+
"sax, saxophone": 776,
|
| 798 |
+
"scabbard": 777,
|
| 799 |
+
"scale, weighing machine": 778,
|
| 800 |
+
"schipperke": 223,
|
| 801 |
+
"school bus": 779,
|
| 802 |
+
"schooner": 780,
|
| 803 |
+
"scoreboard": 781,
|
| 804 |
+
"scorpion": 71,
|
| 805 |
+
"screen, CRT screen": 782,
|
| 806 |
+
"screw": 783,
|
| 807 |
+
"screwdriver": 784,
|
| 808 |
+
"scuba diver": 983,
|
| 809 |
+
"sea anemone, anemone": 108,
|
| 810 |
+
"sea cucumber, holothurian": 329,
|
| 811 |
+
"sea lion": 150,
|
| 812 |
+
"sea slug, nudibranch": 115,
|
| 813 |
+
"sea snake": 65,
|
| 814 |
+
"sea urchin": 328,
|
| 815 |
+
"seashore, coast, seacoast, sea-coast": 978,
|
| 816 |
+
"seat belt, seatbelt": 785,
|
| 817 |
+
"sewing machine": 786,
|
| 818 |
+
"shield, buckler": 787,
|
| 819 |
+
"shoe shop, shoe-shop, shoe store": 788,
|
| 820 |
+
"shoji": 789,
|
| 821 |
+
"shopping basket": 790,
|
| 822 |
+
"shopping cart": 791,
|
| 823 |
+
"shovel": 792,
|
| 824 |
+
"shower cap": 793,
|
| 825 |
+
"shower curtain": 794,
|
| 826 |
+
"siamang, Hylobates syndactylus, Symphalangus syndactylus": 369,
|
| 827 |
+
"sidewinder, horned rattlesnake, Crotalus cerastes": 68,
|
| 828 |
+
"silky terrier, Sydney silky": 201,
|
| 829 |
+
"ski": 795,
|
| 830 |
+
"ski mask": 796,
|
| 831 |
+
"skunk, polecat, wood pussy": 361,
|
| 832 |
+
"sleeping bag": 797,
|
| 833 |
+
"slide rule, slipstick": 798,
|
| 834 |
+
"sliding door": 799,
|
| 835 |
+
"slot, one-armed bandit": 800,
|
| 836 |
+
"sloth bear, Melursus ursinus, Ursus ursinus": 297,
|
| 837 |
+
"slug": 114,
|
| 838 |
+
"snail": 113,
|
| 839 |
+
"snorkel": 801,
|
| 840 |
+
"snow leopard, ounce, Panthera uncia": 289,
|
| 841 |
+
"snowmobile": 802,
|
| 842 |
+
"snowplow, snowplough": 803,
|
| 843 |
+
"soap dispenser": 804,
|
| 844 |
+
"soccer ball": 805,
|
| 845 |
+
"sock": 806,
|
| 846 |
+
"soft-coated wheaten terrier": 202,
|
| 847 |
+
"solar dish, solar collector, solar furnace": 807,
|
| 848 |
+
"sombrero": 808,
|
| 849 |
+
"sorrel": 339,
|
| 850 |
+
"soup bowl": 809,
|
| 851 |
+
"space bar": 810,
|
| 852 |
+
"space heater": 811,
|
| 853 |
+
"space shuttle": 812,
|
| 854 |
+
"spaghetti squash": 940,
|
| 855 |
+
"spatula": 813,
|
| 856 |
+
"speedboat": 814,
|
| 857 |
+
"spider monkey, Ateles geoffroyi": 381,
|
| 858 |
+
"spider web, spider's web": 815,
|
| 859 |
+
"spindle": 816,
|
| 860 |
+
"spiny lobster, langouste, rock lobster, crawfish, crayfish, sea crawfish": 123,
|
| 861 |
+
"spoonbill": 129,
|
| 862 |
+
"sports car, sport car": 817,
|
| 863 |
+
"spotlight, spot": 818,
|
| 864 |
+
"spotted salamander, Ambystoma maculatum": 28,
|
| 865 |
+
"squirrel monkey, Saimiri sciureus": 382,
|
| 866 |
+
"stage": 819,
|
| 867 |
+
"standard poodle": 267,
|
| 868 |
+
"standard schnauzer": 198,
|
| 869 |
+
"starfish, sea star": 327,
|
| 870 |
+
"steam locomotive": 820,
|
| 871 |
+
"steel arch bridge": 821,
|
| 872 |
+
"steel drum": 822,
|
| 873 |
+
"stethoscope": 823,
|
| 874 |
+
"stingray": 6,
|
| 875 |
+
"stinkhorn, carrion fungus": 994,
|
| 876 |
+
"stole": 824,
|
| 877 |
+
"stone wall": 825,
|
| 878 |
+
"stopwatch, stop watch": 826,
|
| 879 |
+
"stove": 827,
|
| 880 |
+
"strainer": 828,
|
| 881 |
+
"strawberry": 949,
|
| 882 |
+
"street sign": 919,
|
| 883 |
+
"streetcar, tram, tramcar, trolley, trolley car": 829,
|
| 884 |
+
"stretcher": 830,
|
| 885 |
+
"studio couch, day bed": 831,
|
| 886 |
+
"stupa, tope": 832,
|
| 887 |
+
"sturgeon": 394,
|
| 888 |
+
"submarine, pigboat, sub, U-boat": 833,
|
| 889 |
+
"suit, suit of clothes": 834,
|
| 890 |
+
"sulphur butterfly, sulfur butterfly": 325,
|
| 891 |
+
"sulphur-crested cockatoo, Kakatoe galerita, Cacatua galerita": 89,
|
| 892 |
+
"sundial": 835,
|
| 893 |
+
"sunglass": 836,
|
| 894 |
+
"sunglasses, dark glasses, shades": 837,
|
| 895 |
+
"sunscreen, sunblock, sun blocker": 838,
|
| 896 |
+
"suspension bridge": 839,
|
| 897 |
+
"swab, swob, mop": 840,
|
| 898 |
+
"sweatshirt": 841,
|
| 899 |
+
"swimming trunks, bathing trunks": 842,
|
| 900 |
+
"swing": 843,
|
| 901 |
+
"switch, electric switch, electrical switch": 844,
|
| 902 |
+
"syringe": 845,
|
| 903 |
+
"tabby, tabby cat": 281,
|
| 904 |
+
"table lamp": 846,
|
| 905 |
+
"tailed frog, bell toad, ribbed toad, tailed toad, Ascaphus trui": 32,
|
| 906 |
+
"tank, army tank, armored combat vehicle, armoured combat vehicle": 847,
|
| 907 |
+
"tape player": 848,
|
| 908 |
+
"tarantula": 76,
|
| 909 |
+
"teapot": 849,
|
| 910 |
+
"teddy, teddy bear": 850,
|
| 911 |
+
"television, television system": 851,
|
| 912 |
+
"tench, Tinca tinca": 0,
|
| 913 |
+
"tennis ball": 852,
|
| 914 |
+
"terrapin": 36,
|
| 915 |
+
"thatch, thatched roof": 853,
|
| 916 |
+
"theater curtain, theatre curtain": 854,
|
| 917 |
+
"thimble": 855,
|
| 918 |
+
"three-toed sloth, ai, Bradypus tridactylus": 364,
|
| 919 |
+
"thresher, thrasher, threshing machine": 856,
|
| 920 |
+
"throne": 857,
|
| 921 |
+
"thunder snake, worm snake, Carphophis amoenus": 52,
|
| 922 |
+
"tick": 78,
|
| 923 |
+
"tiger beetle": 300,
|
| 924 |
+
"tiger cat": 282,
|
| 925 |
+
"tiger shark, Galeocerdo cuvieri": 3,
|
| 926 |
+
"tiger, Panthera tigris": 292,
|
| 927 |
+
"tile roof": 858,
|
| 928 |
+
"timber wolf, grey wolf, gray wolf, Canis lupus": 269,
|
| 929 |
+
"titi, titi monkey": 380,
|
| 930 |
+
"toaster": 859,
|
| 931 |
+
"tobacco shop, tobacconist shop, tobacconist": 860,
|
| 932 |
+
"toilet seat": 861,
|
| 933 |
+
"toilet tissue, toilet paper, bathroom tissue": 999,
|
| 934 |
+
"torch": 862,
|
| 935 |
+
"totem pole": 863,
|
| 936 |
+
"toucan": 96,
|
| 937 |
+
"tow truck, tow car, wrecker": 864,
|
| 938 |
+
"toy poodle": 265,
|
| 939 |
+
"toy terrier": 158,
|
| 940 |
+
"toyshop": 865,
|
| 941 |
+
"tractor": 866,
|
| 942 |
+
"traffic light, traffic signal, stoplight": 920,
|
| 943 |
+
"trailer truck, tractor trailer, trucking rig, rig, articulated lorry, semi": 867,
|
| 944 |
+
"tray": 868,
|
| 945 |
+
"tree frog, tree-frog": 31,
|
| 946 |
+
"trench coat": 869,
|
| 947 |
+
"triceratops": 51,
|
| 948 |
+
"tricycle, trike, velocipede": 870,
|
| 949 |
+
"trifle": 927,
|
| 950 |
+
"trilobite": 69,
|
| 951 |
+
"trimaran": 871,
|
| 952 |
+
"tripod": 872,
|
| 953 |
+
"triumphal arch": 873,
|
| 954 |
+
"trolleybus, trolley coach, trackless trolley": 874,
|
| 955 |
+
"trombone": 875,
|
| 956 |
+
"tub, vat": 876,
|
| 957 |
+
"turnstile": 877,
|
| 958 |
+
"tusker": 101,
|
| 959 |
+
"typewriter keyboard": 878,
|
| 960 |
+
"umbrella": 879,
|
| 961 |
+
"unicycle, monocycle": 880,
|
| 962 |
+
"upright, upright piano": 881,
|
| 963 |
+
"vacuum, vacuum cleaner": 882,
|
| 964 |
+
"valley, vale": 979,
|
| 965 |
+
"vase": 883,
|
| 966 |
+
"vault": 884,
|
| 967 |
+
"velvet": 885,
|
| 968 |
+
"vending machine": 886,
|
| 969 |
+
"vestment": 887,
|
| 970 |
+
"viaduct": 888,
|
| 971 |
+
"vine snake": 59,
|
| 972 |
+
"violin, fiddle": 889,
|
| 973 |
+
"vizsla, Hungarian pointer": 211,
|
| 974 |
+
"volcano": 980,
|
| 975 |
+
"volleyball": 890,
|
| 976 |
+
"vulture": 23,
|
| 977 |
+
"waffle iron": 891,
|
| 978 |
+
"walking stick, walkingstick, stick insect": 313,
|
| 979 |
+
"wall clock": 892,
|
| 980 |
+
"wallaby, brush kangaroo": 104,
|
| 981 |
+
"wallet, billfold, notecase, pocketbook": 893,
|
| 982 |
+
"wardrobe, closet, press": 894,
|
| 983 |
+
"warplane, military plane": 895,
|
| 984 |
+
"warthog": 343,
|
| 985 |
+
"washbasin, handbasin, washbowl, lavabo, wash-hand basin": 896,
|
| 986 |
+
"washer, automatic washer, washing machine": 897,
|
| 987 |
+
"water bottle": 898,
|
| 988 |
+
"water buffalo, water ox, Asiatic buffalo, Bubalus bubalis": 346,
|
| 989 |
+
"water jug": 899,
|
| 990 |
+
"water ouzel, dipper": 20,
|
| 991 |
+
"water snake": 58,
|
| 992 |
+
"water tower": 900,
|
| 993 |
+
"weasel": 356,
|
| 994 |
+
"web site, website, internet site, site": 916,
|
| 995 |
+
"weevil": 307,
|
| 996 |
+
"whippet": 172,
|
| 997 |
+
"whiptail, whiptail lizard": 41,
|
| 998 |
+
"whiskey jug": 901,
|
| 999 |
+
"whistle": 902,
|
| 1000 |
+
"white stork, Ciconia ciconia": 127,
|
| 1001 |
+
"white wolf, Arctic wolf, Canis lupus tundrarum": 270,
|
| 1002 |
+
"wig": 903,
|
| 1003 |
+
"wild boar, boar, Sus scrofa": 342,
|
| 1004 |
+
"window screen": 904,
|
| 1005 |
+
"window shade": 905,
|
| 1006 |
+
"wine bottle": 907,
|
| 1007 |
+
"wing": 908,
|
| 1008 |
+
"wire-haired fox terrier": 188,
|
| 1009 |
+
"wok": 909,
|
| 1010 |
+
"wolf spider, hunting spider": 77,
|
| 1011 |
+
"wombat": 106,
|
| 1012 |
+
"wood rabbit, cottontail, cottontail rabbit": 330,
|
| 1013 |
+
"wooden spoon": 910,
|
| 1014 |
+
"wool, woolen, woollen": 911,
|
| 1015 |
+
"worm fence, snake fence, snake-rail fence, Virginia fence": 912,
|
| 1016 |
+
"wreck": 913,
|
| 1017 |
+
"yawl": 914,
|
| 1018 |
+
"yellow lady's slipper, yellow lady-slipper, Cypripedium calceolus, Cypripedium parviflorum": 986,
|
| 1019 |
+
"yurt": 915,
|
| 1020 |
+
"zebra": 340,
|
| 1021 |
+
"zucchini, courgette": 939
|
| 1022 |
+
},
|
| 1023 |
+
"layer_norm_eps": 1e-12,
|
| 1024 |
+
"layer_scale_init_value": 0.1,
|
| 1025 |
+
"model_type": "beit",
|
| 1026 |
+
"num_attention_heads": 12,
|
| 1027 |
+
"num_channels": 3,
|
| 1028 |
+
"num_hidden_layers": 12,
|
| 1029 |
+
"out_indices": [
|
| 1030 |
+
3,
|
| 1031 |
+
5,
|
| 1032 |
+
7,
|
| 1033 |
+
11
|
| 1034 |
+
],
|
| 1035 |
+
"patch_size": 16,
|
| 1036 |
+
"pool_scales": [
|
| 1037 |
+
1,
|
| 1038 |
+
2,
|
| 1039 |
+
3,
|
| 1040 |
+
6
|
| 1041 |
+
],
|
| 1042 |
+
"problem_type": "single_label_classification",
|
| 1043 |
+
"semantic_loss_ignore_index": 255,
|
| 1044 |
+
"torch_dtype": "float32",
|
| 1045 |
+
"transformers_version": "4.24.0",
|
| 1046 |
+
"use_absolute_position_embeddings": false,
|
| 1047 |
+
"use_auxiliary_head": true,
|
| 1048 |
+
"use_mask_token": false,
|
| 1049 |
+
"use_mean_pooling": true,
|
| 1050 |
+
"use_relative_position_bias": true,
|
| 1051 |
+
"use_shared_relative_position_bias": false,
|
| 1052 |
+
"vocab_size": 8192
|
| 1053 |
+
}
|
image-detection-aesthetic-v3/preprocessor_config.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crop_size": 224,
|
| 3 |
+
"do_center_crop": false,
|
| 4 |
+
"do_normalize": true,
|
| 5 |
+
"do_resize": true,
|
| 6 |
+
"feature_extractor_type": "BeitFeatureExtractor",
|
| 7 |
+
"image_mean": [
|
| 8 |
+
0.5,
|
| 9 |
+
0.5,
|
| 10 |
+
0.5
|
| 11 |
+
],
|
| 12 |
+
"image_std": [
|
| 13 |
+
0.5,
|
| 14 |
+
0.5,
|
| 15 |
+
0.5
|
| 16 |
+
],
|
| 17 |
+
"reduce_labels": false,
|
| 18 |
+
"resample": 2,
|
| 19 |
+
"size": 384
|
| 20 |
+
}
|
image-detection-aesthetic-v3/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e06e84562764d64e9bdd6500f6352afcf3000d321a2d2e2ea0f0cf8aa07c6c8
|
| 3 |
+
size 375948918
|
image-detection-aesthetic-v3/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3268cbbb3d9bcf7d6dcf317f266c77d052a69306b2153b184241e471a19fbb2e
|
| 3 |
+
size 3832
|
image-detection-nsfw-v1/.gitattributes
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
image-detection-nsfw-v1/README.md
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
pipeline_tag: image-classification
|
| 4 |
+
---
|
| 5 |
+
# Model Card: Fine-Tuned Vision Transformer (ViT) for NSFW Image Classification
|
| 6 |
+
|
| 7 |
+
## Model Description
|
| 8 |
+
|
| 9 |
+
The **Fine-Tuned Vision Transformer (ViT)** is a variant of the transformer encoder architecture, similar to BERT, that has been adapted for image classification tasks. This specific model, named "google/vit-base-patch16-224-in21k," is pre-trained on a substantial collection of images in a supervised manner, leveraging the ImageNet-21k dataset. The images in the pre-training dataset are resized to a resolution of 224x224 pixels, making it suitable for a wide range of image recognition tasks.
|
| 10 |
+
|
| 11 |
+
During the training phase, meticulous attention was given to hyperparameter settings to ensure optimal model performance. The model was fine-tuned with a judiciously chosen batch size of 16. This choice not only balanced computational efficiency but also allowed for the model to effectively process and learn from a diverse array of images.
|
| 12 |
+
|
| 13 |
+
To facilitate this fine-tuning process, a learning rate of 5e-5 was employed. The learning rate serves as a critical tuning parameter that dictates the magnitude of adjustments made to the model's parameters during training. In this case, a learning rate of 5e-5 was selected to strike a harmonious balance between rapid convergence and steady optimization, resulting in a model that not only learns swiftly but also steadily refines its capabilities throughout the training process.
|
| 14 |
+
|
| 15 |
+
This training phase was executed using a proprietary dataset containing an extensive collection of 80,000 images, each characterized by a substantial degree of variability. The dataset was thoughtfully curated to include two distinct classes, namely "normal" and "nsfw." This diversity allowed the model to grasp nuanced visual patterns, equipping it with the competence to accurately differentiate between safe and explicit content.
|
| 16 |
+
|
| 17 |
+
The overarching objective of this meticulous training process was to impart the model with a deep understanding of visual cues, ensuring its robustness and competence in tackling the specific task of NSFW image classification. The result is a model that stands ready to contribute significantly to content safety and moderation, all while maintaining the highest standards of accuracy and reliability.
|
| 18 |
+
## Intended Uses & Limitations
|
| 19 |
+
|
| 20 |
+
### Intended Uses
|
| 21 |
+
- **NSFW Image Classification**: The primary intended use of this model is for the classification of NSFW (Not Safe for Work) images. It has been fine-tuned for this purpose, making it suitable for filtering explicit or inappropriate content in various applications.
|
| 22 |
+
|
| 23 |
+
### How to use
|
| 24 |
+
Here is how to use this model to classifiy an image based on 1 of 2 classes (normal,nsfw):
|
| 25 |
+
|
| 26 |
+
```markdown
|
| 27 |
+
|
| 28 |
+
# Use a pipeline as a high-level helper
|
| 29 |
+
from PIL import Image
|
| 30 |
+
from transformers import pipeline
|
| 31 |
+
|
| 32 |
+
img = Image.open("<path_to_image_file>")
|
| 33 |
+
classifier = pipeline("image-classification", model="Falconsai/nsfw_image_detection")
|
| 34 |
+
classifier(img)
|
| 35 |
+
|
| 36 |
+
```
|
| 37 |
+
|
| 38 |
+
<hr>
|
| 39 |
+
|
| 40 |
+
``` markdown
|
| 41 |
+
|
| 42 |
+
# Load model directly
|
| 43 |
+
import torch
|
| 44 |
+
from PIL import Image
|
| 45 |
+
from transformers import AutoModelForImageClassification, ViTImageProcessor
|
| 46 |
+
|
| 47 |
+
img = Image.open("<path_to_image_file>")
|
| 48 |
+
model = AutoModelForImageClassification.from_pretrained("Falconsai/nsfw_image_detection")
|
| 49 |
+
processor = ViTImageProcessor.from_pretrained('Falconsai/nsfw_image_detection')
|
| 50 |
+
with torch.no_grad():
|
| 51 |
+
inputs = processor(images=img, return_tensors="pt")
|
| 52 |
+
outputs = model(**inputs)
|
| 53 |
+
logits = outputs.logits
|
| 54 |
+
|
| 55 |
+
predicted_label = logits.argmax(-1).item()
|
| 56 |
+
model.config.id2label[predicted_label]
|
| 57 |
+
|
| 58 |
+
```
|
| 59 |
+
|
| 60 |
+
<hr>
|
| 61 |
+
|
| 62 |
+
### Limitations
|
| 63 |
+
- **Specialized Task Fine-Tuning**: While the model is adept at NSFW image classification, its performance may vary when applied to other tasks.
|
| 64 |
+
- Users interested in employing this model for different tasks should explore fine-tuned versions available in the model hub for optimal results.
|
| 65 |
+
|
| 66 |
+
## Training Data
|
| 67 |
+
|
| 68 |
+
The model's training data includes a proprietary dataset comprising approximately 80,000 images. This dataset encompasses a significant amount of variability and consists of two distinct classes: "normal" and "nsfw." The training process on this data aimed to equip the model with the ability to distinguish between safe and explicit content effectively.
|
| 69 |
+
|
| 70 |
+
### Training Stats
|
| 71 |
+
``` markdown
|
| 72 |
+
|
| 73 |
+
- 'eval_loss': 0.07463177293539047,
|
| 74 |
+
- 'eval_accuracy': 0.980375,
|
| 75 |
+
- 'eval_runtime': 304.9846,
|
| 76 |
+
- 'eval_samples_per_second': 52.462,
|
| 77 |
+
- 'eval_steps_per_second': 3.279
|
| 78 |
+
|
| 79 |
+
```
|
| 80 |
+
|
| 81 |
+
<hr>
|
| 82 |
+
|
| 83 |
+
|
| 84 |
+
**Note:** It's essential to use this model responsibly and ethically, adhering to content guidelines and applicable regulations when implementing it in real-world applications, particularly those involving potentially sensitive content.
|
| 85 |
+
|
| 86 |
+
For more details on model fine-tuning and usage, please refer to the model's documentation and the model hub.
|
| 87 |
+
|
| 88 |
+
## References
|
| 89 |
+
|
| 90 |
+
- [Hugging Face Model Hub](https://huggingface.co/models)
|
| 91 |
+
- [Vision Transformer (ViT) Paper](https://arxiv.org/abs/2010.11929)
|
| 92 |
+
- [ImageNet-21k Dataset](http://www.image-net.org/)
|
| 93 |
+
|
| 94 |
+
**Disclaimer:** The model's performance may be influenced by the quality and representativeness of the data it was fine-tuned on. Users are encouraged to assess the model's suitability for their specific applications and datasets.
|
image-detection-nsfw-v1/config.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "Falconsai/nsfw_image_detection",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"ViTForImageClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.0,
|
| 7 |
+
"encoder_stride": 16,
|
| 8 |
+
"hidden_act": "gelu",
|
| 9 |
+
"hidden_dropout_prob": 0.0,
|
| 10 |
+
"hidden_size": 768,
|
| 11 |
+
"id2label": {
|
| 12 |
+
"0": "normal",
|
| 13 |
+
"1": "nsfw"
|
| 14 |
+
},
|
| 15 |
+
"image_size": 224,
|
| 16 |
+
"initializer_range": 0.02,
|
| 17 |
+
"intermediate_size": 3072,
|
| 18 |
+
"label2id": {
|
| 19 |
+
"normal": "0",
|
| 20 |
+
"nsfw": "1"
|
| 21 |
+
},
|
| 22 |
+
"layer_norm_eps": 1e-12,
|
| 23 |
+
"model_type": "vit",
|
| 24 |
+
"num_attention_heads": 12,
|
| 25 |
+
"num_channels": 3,
|
| 26 |
+
"num_hidden_layers": 12,
|
| 27 |
+
"patch_size": 16,
|
| 28 |
+
"problem_type": "single_label_classification",
|
| 29 |
+
"qkv_bias": true,
|
| 30 |
+
"torch_dtype": "float32",
|
| 31 |
+
"transformers_version": "4.31.0"
|
| 32 |
+
}
|
image-detection-nsfw-v1/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97b2ce64ec146884b37f98ee7944ca4891aa72f6827dc0cb10684a1cbecd5830
|
| 3 |
+
size 343223968
|
image-detection-nsfw-v1/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02ff26c6fe3d23991889a373ee79cdb2ea615b3a04b65b1b5cf6985365edf414
|
| 3 |
+
size 686518917
|
image-detection-nsfw-v1/preprocessor_config.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_normalize": true,
|
| 3 |
+
"do_rescale": true,
|
| 4 |
+
"do_resize": true,
|
| 5 |
+
"image_mean": [
|
| 6 |
+
0.5,
|
| 7 |
+
0.5,
|
| 8 |
+
0.5
|
| 9 |
+
],
|
| 10 |
+
"image_processor_type": "ViTImageProcessor",
|
| 11 |
+
"image_std": [
|
| 12 |
+
0.5,
|
| 13 |
+
0.5,
|
| 14 |
+
0.5
|
| 15 |
+
],
|
| 16 |
+
"resample": 2,
|
| 17 |
+
"rescale_factor": 0.00392156862745098,
|
| 18 |
+
"size": {
|
| 19 |
+
"height": 224,
|
| 20 |
+
"width": 224
|
| 21 |
+
}
|
| 22 |
+
}
|
image-detection-nsfw-v1/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a6b06faec569ad6b3873b7040020ab170be9d78d1cd1099a9d331b568aed12d
|
| 3 |
+
size 343268717
|
image-detection-rating-v1/classify_nsfw_v2.0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c87f9213b2ee7ad7821afa560219424a59842aac4306e2c293a1e00c906614c
|
| 3 |
+
size 104871373
|
image-detection-rating-v1/classify_nsfw_v3.0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9323fa4e8efcbefe496724c0c41ed9bd388905252a3c5699166eed36d798b81e
|
| 3 |
+
size 49157271
|
image-detection-style-v1/.gitattributes
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
image-detection-style-v1/README.md
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: agpl-3.0
|
| 3 |
+
---
|
image-detection-style-v1/all_results.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 4.0,
|
| 3 |
+
"train_loss": 0.5977009888738394,
|
| 4 |
+
"train_runtime": 725.9122,
|
| 5 |
+
"train_samples_per_second": 16.828,
|
| 6 |
+
"train_steps_per_second": 0.044
|
| 7 |
+
}
|
image-detection-style-v1/config.json
ADDED
|
@@ -0,0 +1,1056 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "microsoft/beit-base-patch16-384",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BeitForImageClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.0,
|
| 7 |
+
"auxiliary_channels": 256,
|
| 8 |
+
"auxiliary_concat_input": false,
|
| 9 |
+
"auxiliary_loss_weight": 0.4,
|
| 10 |
+
"auxiliary_num_convs": 1,
|
| 11 |
+
"drop_path_rate": 0.1,
|
| 12 |
+
"hidden_act": "gelu",
|
| 13 |
+
"hidden_dropout_prob": 0.0,
|
| 14 |
+
"hidden_size": 768,
|
| 15 |
+
"id2label": {
|
| 16 |
+
"0": "anime",
|
| 17 |
+
"1": "real_life",
|
| 18 |
+
"2": "3d",
|
| 19 |
+
"3": "manga_like",
|
| 20 |
+
"4": "other"
|
| 21 |
+
},
|
| 22 |
+
"image_size": 384,
|
| 23 |
+
"initializer_range": 0.02,
|
| 24 |
+
"intermediate_size": 3072,
|
| 25 |
+
"label2id": {
|
| 26 |
+
"Afghan hound, Afghan": 160,
|
| 27 |
+
"African chameleon, Chamaeleo chamaeleon": 47,
|
| 28 |
+
"African crocodile, Nile crocodile, Crocodylus niloticus": 49,
|
| 29 |
+
"African elephant, Loxodonta africana": 386,
|
| 30 |
+
"African grey, African gray, Psittacus erithacus": 87,
|
| 31 |
+
"African hunting dog, hyena dog, Cape hunting dog, Lycaon pictus": 275,
|
| 32 |
+
"Airedale, Airedale terrier": 191,
|
| 33 |
+
"American Staffordshire terrier, Staffordshire terrier, American pit bull terrier, pit bull terrier": 180,
|
| 34 |
+
"American alligator, Alligator mississipiensis": 50,
|
| 35 |
+
"American black bear, black bear, Ursus americanus, Euarctos americanus": 295,
|
| 36 |
+
"American chameleon, anole, Anolis carolinensis": 40,
|
| 37 |
+
"American coot, marsh hen, mud hen, water hen, Fulica americana": 137,
|
| 38 |
+
"American egret, great white heron, Egretta albus": 132,
|
| 39 |
+
"American lobster, Northern lobster, Maine lobster, Homarus americanus": 122,
|
| 40 |
+
"Angora, Angora rabbit": 332,
|
| 41 |
+
"Appenzeller": 240,
|
| 42 |
+
"Arabian camel, dromedary, Camelus dromedarius": 354,
|
| 43 |
+
"Arctic fox, white fox, Alopex lagopus": 279,
|
| 44 |
+
"Australian terrier": 193,
|
| 45 |
+
"Band Aid": 419,
|
| 46 |
+
"Bedlington terrier": 181,
|
| 47 |
+
"Bernese mountain dog": 239,
|
| 48 |
+
"Blenheim spaniel": 156,
|
| 49 |
+
"Border collie": 232,
|
| 50 |
+
"Border terrier": 182,
|
| 51 |
+
"Boston bull, Boston terrier": 195,
|
| 52 |
+
"Bouvier des Flandres, Bouviers des Flandres": 233,
|
| 53 |
+
"Brabancon griffon": 262,
|
| 54 |
+
"Brittany spaniel": 215,
|
| 55 |
+
"CD player": 485,
|
| 56 |
+
"Cardigan, Cardigan Welsh corgi": 264,
|
| 57 |
+
"Chesapeake Bay retriever": 209,
|
| 58 |
+
"Chihuahua": 151,
|
| 59 |
+
"Christmas stocking": 496,
|
| 60 |
+
"Crock Pot": 521,
|
| 61 |
+
"Dandie Dinmont, Dandie Dinmont terrier": 194,
|
| 62 |
+
"Doberman, Doberman pinscher": 236,
|
| 63 |
+
"Dungeness crab, Cancer magister": 118,
|
| 64 |
+
"Dutch oven": 544,
|
| 65 |
+
"Egyptian cat": 285,
|
| 66 |
+
"English foxhound": 167,
|
| 67 |
+
"English setter": 212,
|
| 68 |
+
"English springer, English springer spaniel": 217,
|
| 69 |
+
"EntleBucher": 241,
|
| 70 |
+
"Eskimo dog, husky": 248,
|
| 71 |
+
"European fire salamander, Salamandra salamandra": 25,
|
| 72 |
+
"European gallinule, Porphyrio porphyrio": 136,
|
| 73 |
+
"French bulldog": 245,
|
| 74 |
+
"French horn, horn": 566,
|
| 75 |
+
"French loaf": 930,
|
| 76 |
+
"German shepherd, German shepherd dog, German police dog, alsatian": 235,
|
| 77 |
+
"German short-haired pointer": 210,
|
| 78 |
+
"Gila monster, Heloderma suspectum": 45,
|
| 79 |
+
"Gordon setter": 214,
|
| 80 |
+
"Granny Smith": 948,
|
| 81 |
+
"Great Dane": 246,
|
| 82 |
+
"Great Pyrenees": 257,
|
| 83 |
+
"Greater Swiss Mountain dog": 238,
|
| 84 |
+
"Ibizan hound, Ibizan Podenco": 173,
|
| 85 |
+
"Indian cobra, Naja naja": 63,
|
| 86 |
+
"Indian elephant, Elephas maximus": 385,
|
| 87 |
+
"Irish setter, red setter": 213,
|
| 88 |
+
"Irish terrier": 184,
|
| 89 |
+
"Irish water spaniel": 221,
|
| 90 |
+
"Irish wolfhound": 170,
|
| 91 |
+
"Italian greyhound": 171,
|
| 92 |
+
"Japanese spaniel": 152,
|
| 93 |
+
"Kerry blue terrier": 183,
|
| 94 |
+
"Komodo dragon, Komodo lizard, dragon lizard, giant lizard, Varanus komodoensis": 48,
|
| 95 |
+
"Labrador retriever": 208,
|
| 96 |
+
"Lakeland terrier": 189,
|
| 97 |
+
"Leonberg": 255,
|
| 98 |
+
"Lhasa, Lhasa apso": 204,
|
| 99 |
+
"Loafer": 630,
|
| 100 |
+
"Madagascar cat, ring-tailed lemur, Lemur catta": 383,
|
| 101 |
+
"Maltese dog, Maltese terrier, Maltese": 153,
|
| 102 |
+
"Mexican hairless": 268,
|
| 103 |
+
"Model T": 661,
|
| 104 |
+
"Newfoundland, Newfoundland dog": 256,
|
| 105 |
+
"Norfolk terrier": 185,
|
| 106 |
+
"Norwegian elkhound, elkhound": 174,
|
| 107 |
+
"Norwich terrier": 186,
|
| 108 |
+
"Old English sheepdog, bobtail": 229,
|
| 109 |
+
"Pekinese, Pekingese, Peke": 154,
|
| 110 |
+
"Pembroke, Pembroke Welsh corgi": 263,
|
| 111 |
+
"Persian cat": 283,
|
| 112 |
+
"Petri dish": 712,
|
| 113 |
+
"Polaroid camera, Polaroid Land camera": 732,
|
| 114 |
+
"Pomeranian": 259,
|
| 115 |
+
"Rhodesian ridgeback": 159,
|
| 116 |
+
"Rottweiler": 234,
|
| 117 |
+
"Saint Bernard, St Bernard": 247,
|
| 118 |
+
"Saluki, gazelle hound": 176,
|
| 119 |
+
"Samoyed, Samoyede": 258,
|
| 120 |
+
"Scotch terrier, Scottish terrier, Scottie": 199,
|
| 121 |
+
"Scottish deerhound, deerhound": 177,
|
| 122 |
+
"Sealyham terrier, Sealyham": 190,
|
| 123 |
+
"Shetland sheepdog, Shetland sheep dog, Shetland": 230,
|
| 124 |
+
"Shih-Tzu": 155,
|
| 125 |
+
"Siamese cat, Siamese": 284,
|
| 126 |
+
"Siberian husky": 250,
|
| 127 |
+
"Staffordshire bullterrier, Staffordshire bull terrier": 179,
|
| 128 |
+
"Sussex spaniel": 220,
|
| 129 |
+
"Tibetan mastiff": 244,
|
| 130 |
+
"Tibetan terrier, chrysanthemum dog": 200,
|
| 131 |
+
"Walker hound, Walker foxhound": 166,
|
| 132 |
+
"Weimaraner": 178,
|
| 133 |
+
"Welsh springer spaniel": 218,
|
| 134 |
+
"West Highland white terrier": 203,
|
| 135 |
+
"Windsor tie": 906,
|
| 136 |
+
"Yorkshire terrier": 187,
|
| 137 |
+
"abacus": 398,
|
| 138 |
+
"abaya": 399,
|
| 139 |
+
"academic gown, academic robe, judge's robe": 400,
|
| 140 |
+
"accordion, piano accordion, squeeze box": 401,
|
| 141 |
+
"acorn": 988,
|
| 142 |
+
"acorn squash": 941,
|
| 143 |
+
"acoustic guitar": 402,
|
| 144 |
+
"admiral": 321,
|
| 145 |
+
"affenpinscher, monkey pinscher, monkey dog": 252,
|
| 146 |
+
"agama": 42,
|
| 147 |
+
"agaric": 992,
|
| 148 |
+
"aircraft carrier, carrier, flattop, attack aircraft carrier": 403,
|
| 149 |
+
"airliner": 404,
|
| 150 |
+
"airship, dirigible": 405,
|
| 151 |
+
"albatross, mollymawk": 146,
|
| 152 |
+
"alligator lizard": 44,
|
| 153 |
+
"alp": 970,
|
| 154 |
+
"altar": 406,
|
| 155 |
+
"ambulance": 407,
|
| 156 |
+
"amphibian, amphibious vehicle": 408,
|
| 157 |
+
"analog clock": 409,
|
| 158 |
+
"anemone fish": 393,
|
| 159 |
+
"ant, emmet, pismire": 310,
|
| 160 |
+
"apiary, bee house": 410,
|
| 161 |
+
"apron": 411,
|
| 162 |
+
"armadillo": 363,
|
| 163 |
+
"artichoke, globe artichoke": 944,
|
| 164 |
+
"ashcan, trash can, garbage can, wastebin, ash bin, ash-bin, ashbin, dustbin, trash barrel, trash bin": 412,
|
| 165 |
+
"assault rifle, assault gun": 413,
|
| 166 |
+
"axolotl, mud puppy, Ambystoma mexicanum": 29,
|
| 167 |
+
"baboon": 372,
|
| 168 |
+
"backpack, back pack, knapsack, packsack, rucksack, haversack": 414,
|
| 169 |
+
"badger": 362,
|
| 170 |
+
"bagel, beigel": 931,
|
| 171 |
+
"bakery, bakeshop, bakehouse": 415,
|
| 172 |
+
"balance beam, beam": 416,
|
| 173 |
+
"bald eagle, American eagle, Haliaeetus leucocephalus": 22,
|
| 174 |
+
"balloon": 417,
|
| 175 |
+
"ballplayer, baseball player": 981,
|
| 176 |
+
"ballpoint, ballpoint pen, ballpen, Biro": 418,
|
| 177 |
+
"banana": 954,
|
| 178 |
+
"banded gecko": 38,
|
| 179 |
+
"banjo": 420,
|
| 180 |
+
"bannister, banister, balustrade, balusters, handrail": 421,
|
| 181 |
+
"barbell": 422,
|
| 182 |
+
"barber chair": 423,
|
| 183 |
+
"barbershop": 424,
|
| 184 |
+
"barn": 425,
|
| 185 |
+
"barn spider, Araneus cavaticus": 73,
|
| 186 |
+
"barometer": 426,
|
| 187 |
+
"barracouta, snoek": 389,
|
| 188 |
+
"barrel, cask": 427,
|
| 189 |
+
"barrow, garden cart, lawn cart, wheelbarrow": 428,
|
| 190 |
+
"baseball": 429,
|
| 191 |
+
"basenji": 253,
|
| 192 |
+
"basketball": 430,
|
| 193 |
+
"basset, basset hound": 161,
|
| 194 |
+
"bassinet": 431,
|
| 195 |
+
"bassoon": 432,
|
| 196 |
+
"bath towel": 434,
|
| 197 |
+
"bathing cap, swimming cap": 433,
|
| 198 |
+
"bathtub, bathing tub, bath, tub": 435,
|
| 199 |
+
"beach wagon, station wagon, wagon, estate car, beach waggon, station waggon, waggon": 436,
|
| 200 |
+
"beacon, lighthouse, beacon light, pharos": 437,
|
| 201 |
+
"beagle": 162,
|
| 202 |
+
"beaker": 438,
|
| 203 |
+
"bearskin, busby, shako": 439,
|
| 204 |
+
"beaver": 337,
|
| 205 |
+
"bee": 309,
|
| 206 |
+
"bee eater": 92,
|
| 207 |
+
"beer bottle": 440,
|
| 208 |
+
"beer glass": 441,
|
| 209 |
+
"bell cote, bell cot": 442,
|
| 210 |
+
"bell pepper": 945,
|
| 211 |
+
"bib": 443,
|
| 212 |
+
"bicycle-built-for-two, tandem bicycle, tandem": 444,
|
| 213 |
+
"bighorn, bighorn sheep, cimarron, Rocky Mountain bighorn, Rocky Mountain sheep, Ovis canadensis": 349,
|
| 214 |
+
"bikini, two-piece": 445,
|
| 215 |
+
"binder, ring-binder": 446,
|
| 216 |
+
"binoculars, field glasses, opera glasses": 447,
|
| 217 |
+
"birdhouse": 448,
|
| 218 |
+
"bison": 347,
|
| 219 |
+
"bittern": 133,
|
| 220 |
+
"black and gold garden spider, Argiope aurantia": 72,
|
| 221 |
+
"black grouse": 80,
|
| 222 |
+
"black stork, Ciconia nigra": 128,
|
| 223 |
+
"black swan, Cygnus atratus": 100,
|
| 224 |
+
"black widow, Latrodectus mactans": 75,
|
| 225 |
+
"black-and-tan coonhound": 165,
|
| 226 |
+
"black-footed ferret, ferret, Mustela nigripes": 359,
|
| 227 |
+
"bloodhound, sleuthhound": 163,
|
| 228 |
+
"bluetick": 164,
|
| 229 |
+
"boa constrictor, Constrictor constrictor": 61,
|
| 230 |
+
"boathouse": 449,
|
| 231 |
+
"bobsled, bobsleigh, bob": 450,
|
| 232 |
+
"bolete": 997,
|
| 233 |
+
"bolo tie, bolo, bola tie, bola": 451,
|
| 234 |
+
"bonnet, poke bonnet": 452,
|
| 235 |
+
"book jacket, dust cover, dust jacket, dust wrapper": 921,
|
| 236 |
+
"bookcase": 453,
|
| 237 |
+
"bookshop, bookstore, bookstall": 454,
|
| 238 |
+
"borzoi, Russian wolfhound": 169,
|
| 239 |
+
"bottlecap": 455,
|
| 240 |
+
"bow": 456,
|
| 241 |
+
"bow tie, bow-tie, bowtie": 457,
|
| 242 |
+
"box turtle, box tortoise": 37,
|
| 243 |
+
"boxer": 242,
|
| 244 |
+
"brain coral": 109,
|
| 245 |
+
"brambling, Fringilla montifringilla": 10,
|
| 246 |
+
"brass, memorial tablet, plaque": 458,
|
| 247 |
+
"brassiere, bra, bandeau": 459,
|
| 248 |
+
"breakwater, groin, groyne, mole, bulwark, seawall, jetty": 460,
|
| 249 |
+
"breastplate, aegis, egis": 461,
|
| 250 |
+
"briard": 226,
|
| 251 |
+
"broccoli": 937,
|
| 252 |
+
"broom": 462,
|
| 253 |
+
"brown bear, bruin, Ursus arctos": 294,
|
| 254 |
+
"bubble": 971,
|
| 255 |
+
"bucket, pail": 463,
|
| 256 |
+
"buckeye, horse chestnut, conker": 990,
|
| 257 |
+
"buckle": 464,
|
| 258 |
+
"bulbul": 16,
|
| 259 |
+
"bull mastiff": 243,
|
| 260 |
+
"bullet train, bullet": 466,
|
| 261 |
+
"bulletproof vest": 465,
|
| 262 |
+
"bullfrog, Rana catesbeiana": 30,
|
| 263 |
+
"burrito": 965,
|
| 264 |
+
"bustard": 138,
|
| 265 |
+
"butcher shop, meat market": 467,
|
| 266 |
+
"butternut squash": 942,
|
| 267 |
+
"cab, hack, taxi, taxicab": 468,
|
| 268 |
+
"cabbage butterfly": 324,
|
| 269 |
+
"cairn, cairn terrier": 192,
|
| 270 |
+
"caldron, cauldron": 469,
|
| 271 |
+
"can opener, tin opener": 473,
|
| 272 |
+
"candle, taper, wax light": 470,
|
| 273 |
+
"cannon": 471,
|
| 274 |
+
"canoe": 472,
|
| 275 |
+
"capuchin, ringtail, Cebus capucinus": 378,
|
| 276 |
+
"car mirror": 475,
|
| 277 |
+
"car wheel": 479,
|
| 278 |
+
"carbonara": 959,
|
| 279 |
+
"cardigan": 474,
|
| 280 |
+
"cardoon": 946,
|
| 281 |
+
"carousel, carrousel, merry-go-round, roundabout, whirligig": 476,
|
| 282 |
+
"carpenter's kit, tool kit": 477,
|
| 283 |
+
"carton": 478,
|
| 284 |
+
"cash machine, cash dispenser, automated teller machine, automatic teller machine, automated teller, automatic teller, ATM": 480,
|
| 285 |
+
"cassette": 481,
|
| 286 |
+
"cassette player": 482,
|
| 287 |
+
"castle": 483,
|
| 288 |
+
"catamaran": 484,
|
| 289 |
+
"cauliflower": 938,
|
| 290 |
+
"cello, violoncello": 486,
|
| 291 |
+
"cellular telephone, cellular phone, cellphone, cell, mobile phone": 487,
|
| 292 |
+
"centipede": 79,
|
| 293 |
+
"chain": 488,
|
| 294 |
+
"chain mail, ring mail, mail, chain armor, chain armour, ring armor, ring armour": 490,
|
| 295 |
+
"chain saw, chainsaw": 491,
|
| 296 |
+
"chainlink fence": 489,
|
| 297 |
+
"chambered nautilus, pearly nautilus, nautilus": 117,
|
| 298 |
+
"cheeseburger": 933,
|
| 299 |
+
"cheetah, chetah, Acinonyx jubatus": 293,
|
| 300 |
+
"chest": 492,
|
| 301 |
+
"chickadee": 19,
|
| 302 |
+
"chiffonier, commode": 493,
|
| 303 |
+
"chime, bell, gong": 494,
|
| 304 |
+
"chimpanzee, chimp, Pan troglodytes": 367,
|
| 305 |
+
"china cabinet, china closet": 495,
|
| 306 |
+
"chiton, coat-of-mail shell, sea cradle, polyplacophore": 116,
|
| 307 |
+
"chocolate sauce, chocolate syrup": 960,
|
| 308 |
+
"chow, chow chow": 260,
|
| 309 |
+
"church, church building": 497,
|
| 310 |
+
"cicada, cicala": 316,
|
| 311 |
+
"cinema, movie theater, movie theatre, movie house, picture palace": 498,
|
| 312 |
+
"cleaver, meat cleaver, chopper": 499,
|
| 313 |
+
"cliff dwelling": 500,
|
| 314 |
+
"cliff, drop, drop-off": 972,
|
| 315 |
+
"cloak": 501,
|
| 316 |
+
"clog, geta, patten, sabot": 502,
|
| 317 |
+
"clumber, clumber spaniel": 216,
|
| 318 |
+
"cock": 7,
|
| 319 |
+
"cocker spaniel, English cocker spaniel, cocker": 219,
|
| 320 |
+
"cockroach, roach": 314,
|
| 321 |
+
"cocktail shaker": 503,
|
| 322 |
+
"coffee mug": 504,
|
| 323 |
+
"coffeepot": 505,
|
| 324 |
+
"coho, cohoe, coho salmon, blue jack, silver salmon, Oncorhynchus kisutch": 391,
|
| 325 |
+
"coil, spiral, volute, whorl, helix": 506,
|
| 326 |
+
"collie": 231,
|
| 327 |
+
"colobus, colobus monkey": 375,
|
| 328 |
+
"combination lock": 507,
|
| 329 |
+
"comic book": 917,
|
| 330 |
+
"common iguana, iguana, Iguana iguana": 39,
|
| 331 |
+
"common newt, Triturus vulgaris": 26,
|
| 332 |
+
"computer keyboard, keypad": 508,
|
| 333 |
+
"conch": 112,
|
| 334 |
+
"confectionery, confectionary, candy store": 509,
|
| 335 |
+
"consomme": 925,
|
| 336 |
+
"container ship, containership, container vessel": 510,
|
| 337 |
+
"convertible": 511,
|
| 338 |
+
"coral fungus": 991,
|
| 339 |
+
"coral reef": 973,
|
| 340 |
+
"corkscrew, bottle screw": 512,
|
| 341 |
+
"corn": 987,
|
| 342 |
+
"cornet, horn, trumpet, trump": 513,
|
| 343 |
+
"coucal": 91,
|
| 344 |
+
"cougar, puma, catamount, mountain lion, painter, panther, Felis concolor": 286,
|
| 345 |
+
"cowboy boot": 514,
|
| 346 |
+
"cowboy hat, ten-gallon hat": 515,
|
| 347 |
+
"coyote, prairie wolf, brush wolf, Canis latrans": 272,
|
| 348 |
+
"cradle": 516,
|
| 349 |
+
"crane": 517,
|
| 350 |
+
"crash helmet": 518,
|
| 351 |
+
"crate": 519,
|
| 352 |
+
"crayfish, crawfish, crawdad, crawdaddy": 124,
|
| 353 |
+
"crib, cot": 520,
|
| 354 |
+
"cricket": 312,
|
| 355 |
+
"croquet ball": 522,
|
| 356 |
+
"crossword puzzle, crossword": 918,
|
| 357 |
+
"crutch": 523,
|
| 358 |
+
"cucumber, cuke": 943,
|
| 359 |
+
"cuirass": 524,
|
| 360 |
+
"cup": 968,
|
| 361 |
+
"curly-coated retriever": 206,
|
| 362 |
+
"custard apple": 956,
|
| 363 |
+
"daisy": 985,
|
| 364 |
+
"dalmatian, coach dog, carriage dog": 251,
|
| 365 |
+
"dam, dike, dyke": 525,
|
| 366 |
+
"damselfly": 320,
|
| 367 |
+
"desk": 526,
|
| 368 |
+
"desktop computer": 527,
|
| 369 |
+
"dhole, Cuon alpinus": 274,
|
| 370 |
+
"dial telephone, dial phone": 528,
|
| 371 |
+
"diamondback, diamondback rattlesnake, Crotalus adamanteus": 67,
|
| 372 |
+
"diaper, nappy, napkin": 529,
|
| 373 |
+
"digital clock": 530,
|
| 374 |
+
"digital watch": 531,
|
| 375 |
+
"dingo, warrigal, warragal, Canis dingo": 273,
|
| 376 |
+
"dining table, board": 532,
|
| 377 |
+
"dishrag, dishcloth": 533,
|
| 378 |
+
"dishwasher, dish washer, dishwashing machine": 534,
|
| 379 |
+
"disk brake, disc brake": 535,
|
| 380 |
+
"dock, dockage, docking facility": 536,
|
| 381 |
+
"dogsled, dog sled, dog sleigh": 537,
|
| 382 |
+
"dome": 538,
|
| 383 |
+
"doormat, welcome mat": 539,
|
| 384 |
+
"dough": 961,
|
| 385 |
+
"dowitcher": 142,
|
| 386 |
+
"dragonfly, darning needle, devil's darning needle, sewing needle, snake feeder, snake doctor, mosquito hawk, skeeter hawk": 319,
|
| 387 |
+
"drake": 97,
|
| 388 |
+
"drilling platform, offshore rig": 540,
|
| 389 |
+
"drum, membranophone, tympan": 541,
|
| 390 |
+
"drumstick": 542,
|
| 391 |
+
"dugong, Dugong dugon": 149,
|
| 392 |
+
"dumbbell": 543,
|
| 393 |
+
"dung beetle": 305,
|
| 394 |
+
"ear, spike, capitulum": 998,
|
| 395 |
+
"earthstar": 995,
|
| 396 |
+
"echidna, spiny anteater, anteater": 102,
|
| 397 |
+
"eel": 390,
|
| 398 |
+
"eft": 27,
|
| 399 |
+
"eggnog": 969,
|
| 400 |
+
"electric fan, blower": 545,
|
| 401 |
+
"electric guitar": 546,
|
| 402 |
+
"electric locomotive": 547,
|
| 403 |
+
"electric ray, crampfish, numbfish, torpedo": 5,
|
| 404 |
+
"entertainment center": 548,
|
| 405 |
+
"envelope": 549,
|
| 406 |
+
"espresso": 967,
|
| 407 |
+
"espresso maker": 550,
|
| 408 |
+
"face powder": 551,
|
| 409 |
+
"feather boa, boa": 552,
|
| 410 |
+
"fiddler crab": 120,
|
| 411 |
+
"fig": 952,
|
| 412 |
+
"file, file cabinet, filing cabinet": 553,
|
| 413 |
+
"fire engine, fire truck": 555,
|
| 414 |
+
"fire screen, fireguard": 556,
|
| 415 |
+
"fireboat": 554,
|
| 416 |
+
"flagpole, flagstaff": 557,
|
| 417 |
+
"flamingo": 130,
|
| 418 |
+
"flat-coated retriever": 205,
|
| 419 |
+
"flatworm, platyhelminth": 110,
|
| 420 |
+
"flute, transverse flute": 558,
|
| 421 |
+
"fly": 308,
|
| 422 |
+
"folding chair": 559,
|
| 423 |
+
"football helmet": 560,
|
| 424 |
+
"forklift": 561,
|
| 425 |
+
"fountain": 562,
|
| 426 |
+
"fountain pen": 563,
|
| 427 |
+
"four-poster": 564,
|
| 428 |
+
"fox squirrel, eastern fox squirrel, Sciurus niger": 335,
|
| 429 |
+
"freight car": 565,
|
| 430 |
+
"frilled lizard, Chlamydosaurus kingi": 43,
|
| 431 |
+
"frying pan, frypan, skillet": 567,
|
| 432 |
+
"fur coat": 568,
|
| 433 |
+
"gar, garfish, garpike, billfish, Lepisosteus osseus": 395,
|
| 434 |
+
"garbage truck, dustcart": 569,
|
| 435 |
+
"garden spider, Aranea diademata": 74,
|
| 436 |
+
"garter snake, grass snake": 57,
|
| 437 |
+
"gas pump, gasoline pump, petrol pump, island dispenser": 571,
|
| 438 |
+
"gasmask, respirator, gas helmet": 570,
|
| 439 |
+
"gazelle": 353,
|
| 440 |
+
"geyser": 974,
|
| 441 |
+
"giant panda, panda, panda bear, coon bear, Ailuropoda melanoleuca": 388,
|
| 442 |
+
"giant schnauzer": 197,
|
| 443 |
+
"gibbon, Hylobates lar": 368,
|
| 444 |
+
"go-kart": 573,
|
| 445 |
+
"goblet": 572,
|
| 446 |
+
"golden retriever": 207,
|
| 447 |
+
"goldfinch, Carduelis carduelis": 11,
|
| 448 |
+
"goldfish, Carassius auratus": 1,
|
| 449 |
+
"golf ball": 574,
|
| 450 |
+
"golfcart, golf cart": 575,
|
| 451 |
+
"gondola": 576,
|
| 452 |
+
"gong, tam-tam": 577,
|
| 453 |
+
"goose": 99,
|
| 454 |
+
"gorilla, Gorilla gorilla": 366,
|
| 455 |
+
"gown": 578,
|
| 456 |
+
"grand piano, grand": 579,
|
| 457 |
+
"grasshopper, hopper": 311,
|
| 458 |
+
"great grey owl, great gray owl, Strix nebulosa": 24,
|
| 459 |
+
"great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias": 2,
|
| 460 |
+
"green lizard, Lacerta viridis": 46,
|
| 461 |
+
"green mamba": 64,
|
| 462 |
+
"green snake, grass snake": 55,
|
| 463 |
+
"greenhouse, nursery, glasshouse": 580,
|
| 464 |
+
"grey fox, gray fox, Urocyon cinereoargenteus": 280,
|
| 465 |
+
"grey whale, gray whale, devilfish, Eschrichtius gibbosus, Eschrichtius robustus": 147,
|
| 466 |
+
"grille, radiator grille": 581,
|
| 467 |
+
"grocery store, grocery, food market, market": 582,
|
| 468 |
+
"groenendael": 224,
|
| 469 |
+
"groom, bridegroom": 982,
|
| 470 |
+
"ground beetle, carabid beetle": 302,
|
| 471 |
+
"guacamole": 924,
|
| 472 |
+
"guenon, guenon monkey": 370,
|
| 473 |
+
"guillotine": 583,
|
| 474 |
+
"guinea pig, Cavia cobaya": 338,
|
| 475 |
+
"gyromitra": 993,
|
| 476 |
+
"hair slide": 584,
|
| 477 |
+
"hair spray": 585,
|
| 478 |
+
"half track": 586,
|
| 479 |
+
"hammer": 587,
|
| 480 |
+
"hammerhead, hammerhead shark": 4,
|
| 481 |
+
"hamper": 588,
|
| 482 |
+
"hamster": 333,
|
| 483 |
+
"hand blower, blow dryer, blow drier, hair dryer, hair drier": 589,
|
| 484 |
+
"hand-held computer, hand-held microcomputer": 590,
|
| 485 |
+
"handkerchief, hankie, hanky, hankey": 591,
|
| 486 |
+
"hard disc, hard disk, fixed disk": 592,
|
| 487 |
+
"hare": 331,
|
| 488 |
+
"harmonica, mouth organ, harp, mouth harp": 593,
|
| 489 |
+
"harp": 594,
|
| 490 |
+
"hartebeest": 351,
|
| 491 |
+
"harvester, reaper": 595,
|
| 492 |
+
"harvestman, daddy longlegs, Phalangium opilio": 70,
|
| 493 |
+
"hatchet": 596,
|
| 494 |
+
"hay": 958,
|
| 495 |
+
"head cabbage": 936,
|
| 496 |
+
"hen": 8,
|
| 497 |
+
"hen-of-the-woods, hen of the woods, Polyporus frondosus, Grifola frondosa": 996,
|
| 498 |
+
"hermit crab": 125,
|
| 499 |
+
"hip, rose hip, rosehip": 989,
|
| 500 |
+
"hippopotamus, hippo, river horse, Hippopotamus amphibius": 344,
|
| 501 |
+
"hog, pig, grunter, squealer, Sus scrofa": 341,
|
| 502 |
+
"hognose snake, puff adder, sand viper": 54,
|
| 503 |
+
"holster": 597,
|
| 504 |
+
"home theater, home theatre": 598,
|
| 505 |
+
"honeycomb": 599,
|
| 506 |
+
"hook, claw": 600,
|
| 507 |
+
"hoopskirt, crinoline": 601,
|
| 508 |
+
"horizontal bar, high bar": 602,
|
| 509 |
+
"hornbill": 93,
|
| 510 |
+
"horned viper, cerastes, sand viper, horned asp, Cerastes cornutus": 66,
|
| 511 |
+
"horse cart, horse-cart": 603,
|
| 512 |
+
"hot pot, hotpot": 926,
|
| 513 |
+
"hotdog, hot dog, red hot": 934,
|
| 514 |
+
"hourglass": 604,
|
| 515 |
+
"house finch, linnet, Carpodacus mexicanus": 12,
|
| 516 |
+
"howler monkey, howler": 379,
|
| 517 |
+
"hummingbird": 94,
|
| 518 |
+
"hyena, hyaena": 276,
|
| 519 |
+
"iPod": 605,
|
| 520 |
+
"ibex, Capra ibex": 350,
|
| 521 |
+
"ice bear, polar bear, Ursus Maritimus, Thalarctos maritimus": 296,
|
| 522 |
+
"ice cream, icecream": 928,
|
| 523 |
+
"ice lolly, lolly, lollipop, popsicle": 929,
|
| 524 |
+
"impala, Aepyceros melampus": 352,
|
| 525 |
+
"indigo bunting, indigo finch, indigo bird, Passerina cyanea": 14,
|
| 526 |
+
"indri, indris, Indri indri, Indri brevicaudatus": 384,
|
| 527 |
+
"iron, smoothing iron": 606,
|
| 528 |
+
"isopod": 126,
|
| 529 |
+
"jacamar": 95,
|
| 530 |
+
"jack-o'-lantern": 607,
|
| 531 |
+
"jackfruit, jak, jack": 955,
|
| 532 |
+
"jaguar, panther, Panthera onca, Felis onca": 290,
|
| 533 |
+
"jay": 17,
|
| 534 |
+
"jean, blue jean, denim": 608,
|
| 535 |
+
"jeep, landrover": 609,
|
| 536 |
+
"jellyfish": 107,
|
| 537 |
+
"jersey, T-shirt, tee shirt": 610,
|
| 538 |
+
"jigsaw puzzle": 611,
|
| 539 |
+
"jinrikisha, ricksha, rickshaw": 612,
|
| 540 |
+
"joystick": 613,
|
| 541 |
+
"junco, snowbird": 13,
|
| 542 |
+
"keeshond": 261,
|
| 543 |
+
"kelpie": 227,
|
| 544 |
+
"killer whale, killer, orca, grampus, sea wolf, Orcinus orca": 148,
|
| 545 |
+
"kimono": 614,
|
| 546 |
+
"king crab, Alaska crab, Alaskan king crab, Alaska king crab, Paralithodes camtschatica": 121,
|
| 547 |
+
"king penguin, Aptenodytes patagonica": 145,
|
| 548 |
+
"king snake, kingsnake": 56,
|
| 549 |
+
"kit fox, Vulpes macrotis": 278,
|
| 550 |
+
"kite": 21,
|
| 551 |
+
"knee pad": 615,
|
| 552 |
+
"knot": 616,
|
| 553 |
+
"koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus": 105,
|
| 554 |
+
"komondor": 228,
|
| 555 |
+
"kuvasz": 222,
|
| 556 |
+
"lab coat, laboratory coat": 617,
|
| 557 |
+
"lacewing, lacewing fly": 318,
|
| 558 |
+
"ladle": 618,
|
| 559 |
+
"ladybug, ladybeetle, lady beetle, ladybird, ladybird beetle": 301,
|
| 560 |
+
"lakeside, lakeshore": 975,
|
| 561 |
+
"lampshade, lamp shade": 619,
|
| 562 |
+
"langur": 374,
|
| 563 |
+
"laptop, laptop computer": 620,
|
| 564 |
+
"lawn mower, mower": 621,
|
| 565 |
+
"leaf beetle, chrysomelid": 304,
|
| 566 |
+
"leafhopper": 317,
|
| 567 |
+
"leatherback turtle, leatherback, leathery turtle, Dermochelys coriacea": 34,
|
| 568 |
+
"lemon": 951,
|
| 569 |
+
"lens cap, lens cover": 622,
|
| 570 |
+
"leopard, Panthera pardus": 288,
|
| 571 |
+
"lesser panda, red panda, panda, bear cat, cat bear, Ailurus fulgens": 387,
|
| 572 |
+
"letter opener, paper knife, paperknife": 623,
|
| 573 |
+
"library": 624,
|
| 574 |
+
"lifeboat": 625,
|
| 575 |
+
"lighter, light, igniter, ignitor": 626,
|
| 576 |
+
"limousine, limo": 627,
|
| 577 |
+
"limpkin, Aramus pictus": 135,
|
| 578 |
+
"liner, ocean liner": 628,
|
| 579 |
+
"lion, king of beasts, Panthera leo": 291,
|
| 580 |
+
"lionfish": 396,
|
| 581 |
+
"lipstick, lip rouge": 629,
|
| 582 |
+
"little blue heron, Egretta caerulea": 131,
|
| 583 |
+
"llama": 355,
|
| 584 |
+
"loggerhead, loggerhead turtle, Caretta caretta": 33,
|
| 585 |
+
"long-horned beetle, longicorn, longicorn beetle": 303,
|
| 586 |
+
"lorikeet": 90,
|
| 587 |
+
"lotion": 631,
|
| 588 |
+
"loudspeaker, speaker, speaker unit, loudspeaker system, speaker system": 632,
|
| 589 |
+
"loupe, jeweler's loupe": 633,
|
| 590 |
+
"lumbermill, sawmill": 634,
|
| 591 |
+
"lycaenid, lycaenid butterfly": 326,
|
| 592 |
+
"lynx, catamount": 287,
|
| 593 |
+
"macaque": 373,
|
| 594 |
+
"macaw": 88,
|
| 595 |
+
"magnetic compass": 635,
|
| 596 |
+
"magpie": 18,
|
| 597 |
+
"mailbag, postbag": 636,
|
| 598 |
+
"mailbox, letter box": 637,
|
| 599 |
+
"maillot": 638,
|
| 600 |
+
"maillot, tank suit": 639,
|
| 601 |
+
"malamute, malemute, Alaskan malamute": 249,
|
| 602 |
+
"malinois": 225,
|
| 603 |
+
"manhole cover": 640,
|
| 604 |
+
"mantis, mantid": 315,
|
| 605 |
+
"maraca": 641,
|
| 606 |
+
"marimba, xylophone": 642,
|
| 607 |
+
"marmoset": 377,
|
| 608 |
+
"marmot": 336,
|
| 609 |
+
"mashed potato": 935,
|
| 610 |
+
"mask": 643,
|
| 611 |
+
"matchstick": 644,
|
| 612 |
+
"maypole": 645,
|
| 613 |
+
"maze, labyrinth": 646,
|
| 614 |
+
"measuring cup": 647,
|
| 615 |
+
"meat loaf, meatloaf": 962,
|
| 616 |
+
"medicine chest, medicine cabinet": 648,
|
| 617 |
+
"meerkat, mierkat": 299,
|
| 618 |
+
"megalith, megalithic structure": 649,
|
| 619 |
+
"menu": 922,
|
| 620 |
+
"microphone, mike": 650,
|
| 621 |
+
"microwave, microwave oven": 651,
|
| 622 |
+
"military uniform": 652,
|
| 623 |
+
"milk can": 653,
|
| 624 |
+
"miniature pinscher": 237,
|
| 625 |
+
"miniature poodle": 266,
|
| 626 |
+
"miniature schnauzer": 196,
|
| 627 |
+
"minibus": 654,
|
| 628 |
+
"miniskirt, mini": 655,
|
| 629 |
+
"minivan": 656,
|
| 630 |
+
"mink": 357,
|
| 631 |
+
"missile": 657,
|
| 632 |
+
"mitten": 658,
|
| 633 |
+
"mixing bowl": 659,
|
| 634 |
+
"mobile home, manufactured home": 660,
|
| 635 |
+
"modem": 662,
|
| 636 |
+
"monarch, monarch butterfly, milkweed butterfly, Danaus plexippus": 323,
|
| 637 |
+
"monastery": 663,
|
| 638 |
+
"mongoose": 298,
|
| 639 |
+
"monitor": 664,
|
| 640 |
+
"moped": 665,
|
| 641 |
+
"mortar": 666,
|
| 642 |
+
"mortarboard": 667,
|
| 643 |
+
"mosque": 668,
|
| 644 |
+
"mosquito net": 669,
|
| 645 |
+
"motor scooter, scooter": 670,
|
| 646 |
+
"mountain bike, all-terrain bike, off-roader": 671,
|
| 647 |
+
"mountain tent": 672,
|
| 648 |
+
"mouse, computer mouse": 673,
|
| 649 |
+
"mousetrap": 674,
|
| 650 |
+
"moving van": 675,
|
| 651 |
+
"mud turtle": 35,
|
| 652 |
+
"mushroom": 947,
|
| 653 |
+
"muzzle": 676,
|
| 654 |
+
"nail": 677,
|
| 655 |
+
"neck brace": 678,
|
| 656 |
+
"necklace": 679,
|
| 657 |
+
"nematode, nematode worm, roundworm": 111,
|
| 658 |
+
"night snake, Hypsiglena torquata": 60,
|
| 659 |
+
"nipple": 680,
|
| 660 |
+
"notebook, notebook computer": 681,
|
| 661 |
+
"obelisk": 682,
|
| 662 |
+
"oboe, hautboy, hautbois": 683,
|
| 663 |
+
"ocarina, sweet potato": 684,
|
| 664 |
+
"odometer, hodometer, mileometer, milometer": 685,
|
| 665 |
+
"oil filter": 686,
|
| 666 |
+
"orange": 950,
|
| 667 |
+
"orangutan, orang, orangutang, Pongo pygmaeus": 365,
|
| 668 |
+
"organ, pipe organ": 687,
|
| 669 |
+
"oscilloscope, scope, cathode-ray oscilloscope, CRO": 688,
|
| 670 |
+
"ostrich, Struthio camelus": 9,
|
| 671 |
+
"otter": 360,
|
| 672 |
+
"otterhound, otter hound": 175,
|
| 673 |
+
"overskirt": 689,
|
| 674 |
+
"ox": 345,
|
| 675 |
+
"oxcart": 690,
|
| 676 |
+
"oxygen mask": 691,
|
| 677 |
+
"oystercatcher, oyster catcher": 143,
|
| 678 |
+
"packet": 692,
|
| 679 |
+
"paddle, boat paddle": 693,
|
| 680 |
+
"paddlewheel, paddle wheel": 694,
|
| 681 |
+
"padlock": 695,
|
| 682 |
+
"paintbrush": 696,
|
| 683 |
+
"pajama, pyjama, pj's, jammies": 697,
|
| 684 |
+
"palace": 698,
|
| 685 |
+
"panpipe, pandean pipe, syrinx": 699,
|
| 686 |
+
"paper towel": 700,
|
| 687 |
+
"papillon": 157,
|
| 688 |
+
"parachute, chute": 701,
|
| 689 |
+
"parallel bars, bars": 702,
|
| 690 |
+
"park bench": 703,
|
| 691 |
+
"parking meter": 704,
|
| 692 |
+
"partridge": 86,
|
| 693 |
+
"passenger car, coach, carriage": 705,
|
| 694 |
+
"patas, hussar monkey, Erythrocebus patas": 371,
|
| 695 |
+
"patio, terrace": 706,
|
| 696 |
+
"pay-phone, pay-station": 707,
|
| 697 |
+
"peacock": 84,
|
| 698 |
+
"pedestal, plinth, footstall": 708,
|
| 699 |
+
"pelican": 144,
|
| 700 |
+
"pencil box, pencil case": 709,
|
| 701 |
+
"pencil sharpener": 710,
|
| 702 |
+
"perfume, essence": 711,
|
| 703 |
+
"photocopier": 713,
|
| 704 |
+
"pick, plectrum, plectron": 714,
|
| 705 |
+
"pickelhaube": 715,
|
| 706 |
+
"picket fence, paling": 716,
|
| 707 |
+
"pickup, pickup truck": 717,
|
| 708 |
+
"pier": 718,
|
| 709 |
+
"piggy bank, penny bank": 719,
|
| 710 |
+
"pill bottle": 720,
|
| 711 |
+
"pillow": 721,
|
| 712 |
+
"pineapple, ananas": 953,
|
| 713 |
+
"ping-pong ball": 722,
|
| 714 |
+
"pinwheel": 723,
|
| 715 |
+
"pirate, pirate ship": 724,
|
| 716 |
+
"pitcher, ewer": 725,
|
| 717 |
+
"pizza, pizza pie": 963,
|
| 718 |
+
"plane, carpenter's plane, woodworking plane": 726,
|
| 719 |
+
"planetarium": 727,
|
| 720 |
+
"plastic bag": 728,
|
| 721 |
+
"plate": 923,
|
| 722 |
+
"plate rack": 729,
|
| 723 |
+
"platypus, duckbill, duckbilled platypus, duck-billed platypus, Ornithorhynchus anatinus": 103,
|
| 724 |
+
"plow, plough": 730,
|
| 725 |
+
"plunger, plumber's helper": 731,
|
| 726 |
+
"pole": 733,
|
| 727 |
+
"polecat, fitch, foulmart, foumart, Mustela putorius": 358,
|
| 728 |
+
"police van, police wagon, paddy wagon, patrol wagon, wagon, black Maria": 734,
|
| 729 |
+
"pomegranate": 957,
|
| 730 |
+
"poncho": 735,
|
| 731 |
+
"pool table, billiard table, snooker table": 736,
|
| 732 |
+
"pop bottle, soda bottle": 737,
|
| 733 |
+
"porcupine, hedgehog": 334,
|
| 734 |
+
"pot, flowerpot": 738,
|
| 735 |
+
"potpie": 964,
|
| 736 |
+
"potter's wheel": 739,
|
| 737 |
+
"power drill": 740,
|
| 738 |
+
"prairie chicken, prairie grouse, prairie fowl": 83,
|
| 739 |
+
"prayer rug, prayer mat": 741,
|
| 740 |
+
"pretzel": 932,
|
| 741 |
+
"printer": 742,
|
| 742 |
+
"prison, prison house": 743,
|
| 743 |
+
"proboscis monkey, Nasalis larvatus": 376,
|
| 744 |
+
"projectile, missile": 744,
|
| 745 |
+
"projector": 745,
|
| 746 |
+
"promontory, headland, head, foreland": 976,
|
| 747 |
+
"ptarmigan": 81,
|
| 748 |
+
"puck, hockey puck": 746,
|
| 749 |
+
"puffer, pufferfish, blowfish, globefish": 397,
|
| 750 |
+
"pug, pug-dog": 254,
|
| 751 |
+
"punching bag, punch bag, punching ball, punchball": 747,
|
| 752 |
+
"purse": 748,
|
| 753 |
+
"quail": 85,
|
| 754 |
+
"quill, quill pen": 749,
|
| 755 |
+
"quilt, comforter, comfort, puff": 750,
|
| 756 |
+
"racer, race car, racing car": 751,
|
| 757 |
+
"racket, racquet": 752,
|
| 758 |
+
"radiator": 753,
|
| 759 |
+
"radio telescope, radio reflector": 755,
|
| 760 |
+
"radio, wireless": 754,
|
| 761 |
+
"rain barrel": 756,
|
| 762 |
+
"ram, tup": 348,
|
| 763 |
+
"rapeseed": 984,
|
| 764 |
+
"recreational vehicle, RV, R.V.": 757,
|
| 765 |
+
"red fox, Vulpes vulpes": 277,
|
| 766 |
+
"red wine": 966,
|
| 767 |
+
"red wolf, maned wolf, Canis rufus, Canis niger": 271,
|
| 768 |
+
"red-backed sandpiper, dunlin, Erolia alpina": 140,
|
| 769 |
+
"red-breasted merganser, Mergus serrator": 98,
|
| 770 |
+
"redbone": 168,
|
| 771 |
+
"redshank, Tringa totanus": 141,
|
| 772 |
+
"reel": 758,
|
| 773 |
+
"reflex camera": 759,
|
| 774 |
+
"refrigerator, icebox": 760,
|
| 775 |
+
"remote control, remote": 761,
|
| 776 |
+
"restaurant, eating house, eating place, eatery": 762,
|
| 777 |
+
"revolver, six-gun, six-shooter": 763,
|
| 778 |
+
"rhinoceros beetle": 306,
|
| 779 |
+
"rifle": 764,
|
| 780 |
+
"ringlet, ringlet butterfly": 322,
|
| 781 |
+
"ringneck snake, ring-necked snake, ring snake": 53,
|
| 782 |
+
"robin, American robin, Turdus migratorius": 15,
|
| 783 |
+
"rock beauty, Holocanthus tricolor": 392,
|
| 784 |
+
"rock crab, Cancer irroratus": 119,
|
| 785 |
+
"rock python, rock snake, Python sebae": 62,
|
| 786 |
+
"rocking chair, rocker": 765,
|
| 787 |
+
"rotisserie": 766,
|
| 788 |
+
"rubber eraser, rubber, pencil eraser": 767,
|
| 789 |
+
"ruddy turnstone, Arenaria interpres": 139,
|
| 790 |
+
"ruffed grouse, partridge, Bonasa umbellus": 82,
|
| 791 |
+
"rugby ball": 768,
|
| 792 |
+
"rule, ruler": 769,
|
| 793 |
+
"running shoe": 770,
|
| 794 |
+
"safe": 771,
|
| 795 |
+
"safety pin": 772,
|
| 796 |
+
"saltshaker, salt shaker": 773,
|
| 797 |
+
"sandal": 774,
|
| 798 |
+
"sandbar, sand bar": 977,
|
| 799 |
+
"sarong": 775,
|
| 800 |
+
"sax, saxophone": 776,
|
| 801 |
+
"scabbard": 777,
|
| 802 |
+
"scale, weighing machine": 778,
|
| 803 |
+
"schipperke": 223,
|
| 804 |
+
"school bus": 779,
|
| 805 |
+
"schooner": 780,
|
| 806 |
+
"scoreboard": 781,
|
| 807 |
+
"scorpion": 71,
|
| 808 |
+
"screen, CRT screen": 782,
|
| 809 |
+
"screw": 783,
|
| 810 |
+
"screwdriver": 784,
|
| 811 |
+
"scuba diver": 983,
|
| 812 |
+
"sea anemone, anemone": 108,
|
| 813 |
+
"sea cucumber, holothurian": 329,
|
| 814 |
+
"sea lion": 150,
|
| 815 |
+
"sea slug, nudibranch": 115,
|
| 816 |
+
"sea snake": 65,
|
| 817 |
+
"sea urchin": 328,
|
| 818 |
+
"seashore, coast, seacoast, sea-coast": 978,
|
| 819 |
+
"seat belt, seatbelt": 785,
|
| 820 |
+
"sewing machine": 786,
|
| 821 |
+
"shield, buckler": 787,
|
| 822 |
+
"shoe shop, shoe-shop, shoe store": 788,
|
| 823 |
+
"shoji": 789,
|
| 824 |
+
"shopping basket": 790,
|
| 825 |
+
"shopping cart": 791,
|
| 826 |
+
"shovel": 792,
|
| 827 |
+
"shower cap": 793,
|
| 828 |
+
"shower curtain": 794,
|
| 829 |
+
"siamang, Hylobates syndactylus, Symphalangus syndactylus": 369,
|
| 830 |
+
"sidewinder, horned rattlesnake, Crotalus cerastes": 68,
|
| 831 |
+
"silky terrier, Sydney silky": 201,
|
| 832 |
+
"ski": 795,
|
| 833 |
+
"ski mask": 796,
|
| 834 |
+
"skunk, polecat, wood pussy": 361,
|
| 835 |
+
"sleeping bag": 797,
|
| 836 |
+
"slide rule, slipstick": 798,
|
| 837 |
+
"sliding door": 799,
|
| 838 |
+
"slot, one-armed bandit": 800,
|
| 839 |
+
"sloth bear, Melursus ursinus, Ursus ursinus": 297,
|
| 840 |
+
"slug": 114,
|
| 841 |
+
"snail": 113,
|
| 842 |
+
"snorkel": 801,
|
| 843 |
+
"snow leopard, ounce, Panthera uncia": 289,
|
| 844 |
+
"snowmobile": 802,
|
| 845 |
+
"snowplow, snowplough": 803,
|
| 846 |
+
"soap dispenser": 804,
|
| 847 |
+
"soccer ball": 805,
|
| 848 |
+
"sock": 806,
|
| 849 |
+
"soft-coated wheaten terrier": 202,
|
| 850 |
+
"solar dish, solar collector, solar furnace": 807,
|
| 851 |
+
"sombrero": 808,
|
| 852 |
+
"sorrel": 339,
|
| 853 |
+
"soup bowl": 809,
|
| 854 |
+
"space bar": 810,
|
| 855 |
+
"space heater": 811,
|
| 856 |
+
"space shuttle": 812,
|
| 857 |
+
"spaghetti squash": 940,
|
| 858 |
+
"spatula": 813,
|
| 859 |
+
"speedboat": 814,
|
| 860 |
+
"spider monkey, Ateles geoffroyi": 381,
|
| 861 |
+
"spider web, spider's web": 815,
|
| 862 |
+
"spindle": 816,
|
| 863 |
+
"spiny lobster, langouste, rock lobster, crawfish, crayfish, sea crawfish": 123,
|
| 864 |
+
"spoonbill": 129,
|
| 865 |
+
"sports car, sport car": 817,
|
| 866 |
+
"spotlight, spot": 818,
|
| 867 |
+
"spotted salamander, Ambystoma maculatum": 28,
|
| 868 |
+
"squirrel monkey, Saimiri sciureus": 382,
|
| 869 |
+
"stage": 819,
|
| 870 |
+
"standard poodle": 267,
|
| 871 |
+
"standard schnauzer": 198,
|
| 872 |
+
"starfish, sea star": 327,
|
| 873 |
+
"steam locomotive": 820,
|
| 874 |
+
"steel arch bridge": 821,
|
| 875 |
+
"steel drum": 822,
|
| 876 |
+
"stethoscope": 823,
|
| 877 |
+
"stingray": 6,
|
| 878 |
+
"stinkhorn, carrion fungus": 994,
|
| 879 |
+
"stole": 824,
|
| 880 |
+
"stone wall": 825,
|
| 881 |
+
"stopwatch, stop watch": 826,
|
| 882 |
+
"stove": 827,
|
| 883 |
+
"strainer": 828,
|
| 884 |
+
"strawberry": 949,
|
| 885 |
+
"street sign": 919,
|
| 886 |
+
"streetcar, tram, tramcar, trolley, trolley car": 829,
|
| 887 |
+
"stretcher": 830,
|
| 888 |
+
"studio couch, day bed": 831,
|
| 889 |
+
"stupa, tope": 832,
|
| 890 |
+
"sturgeon": 394,
|
| 891 |
+
"submarine, pigboat, sub, U-boat": 833,
|
| 892 |
+
"suit, suit of clothes": 834,
|
| 893 |
+
"sulphur butterfly, sulfur butterfly": 325,
|
| 894 |
+
"sulphur-crested cockatoo, Kakatoe galerita, Cacatua galerita": 89,
|
| 895 |
+
"sundial": 835,
|
| 896 |
+
"sunglass": 836,
|
| 897 |
+
"sunglasses, dark glasses, shades": 837,
|
| 898 |
+
"sunscreen, sunblock, sun blocker": 838,
|
| 899 |
+
"suspension bridge": 839,
|
| 900 |
+
"swab, swob, mop": 840,
|
| 901 |
+
"sweatshirt": 841,
|
| 902 |
+
"swimming trunks, bathing trunks": 842,
|
| 903 |
+
"swing": 843,
|
| 904 |
+
"switch, electric switch, electrical switch": 844,
|
| 905 |
+
"syringe": 845,
|
| 906 |
+
"tabby, tabby cat": 281,
|
| 907 |
+
"table lamp": 846,
|
| 908 |
+
"tailed frog, bell toad, ribbed toad, tailed toad, Ascaphus trui": 32,
|
| 909 |
+
"tank, army tank, armored combat vehicle, armoured combat vehicle": 847,
|
| 910 |
+
"tape player": 848,
|
| 911 |
+
"tarantula": 76,
|
| 912 |
+
"teapot": 849,
|
| 913 |
+
"teddy, teddy bear": 850,
|
| 914 |
+
"television, television system": 851,
|
| 915 |
+
"tench, Tinca tinca": 0,
|
| 916 |
+
"tennis ball": 852,
|
| 917 |
+
"terrapin": 36,
|
| 918 |
+
"thatch, thatched roof": 853,
|
| 919 |
+
"theater curtain, theatre curtain": 854,
|
| 920 |
+
"thimble": 855,
|
| 921 |
+
"three-toed sloth, ai, Bradypus tridactylus": 364,
|
| 922 |
+
"thresher, thrasher, threshing machine": 856,
|
| 923 |
+
"throne": 857,
|
| 924 |
+
"thunder snake, worm snake, Carphophis amoenus": 52,
|
| 925 |
+
"tick": 78,
|
| 926 |
+
"tiger beetle": 300,
|
| 927 |
+
"tiger cat": 282,
|
| 928 |
+
"tiger shark, Galeocerdo cuvieri": 3,
|
| 929 |
+
"tiger, Panthera tigris": 292,
|
| 930 |
+
"tile roof": 858,
|
| 931 |
+
"timber wolf, grey wolf, gray wolf, Canis lupus": 269,
|
| 932 |
+
"titi, titi monkey": 380,
|
| 933 |
+
"toaster": 859,
|
| 934 |
+
"tobacco shop, tobacconist shop, tobacconist": 860,
|
| 935 |
+
"toilet seat": 861,
|
| 936 |
+
"toilet tissue, toilet paper, bathroom tissue": 999,
|
| 937 |
+
"torch": 862,
|
| 938 |
+
"totem pole": 863,
|
| 939 |
+
"toucan": 96,
|
| 940 |
+
"tow truck, tow car, wrecker": 864,
|
| 941 |
+
"toy poodle": 265,
|
| 942 |
+
"toy terrier": 158,
|
| 943 |
+
"toyshop": 865,
|
| 944 |
+
"tractor": 866,
|
| 945 |
+
"traffic light, traffic signal, stoplight": 920,
|
| 946 |
+
"trailer truck, tractor trailer, trucking rig, rig, articulated lorry, semi": 867,
|
| 947 |
+
"tray": 868,
|
| 948 |
+
"tree frog, tree-frog": 31,
|
| 949 |
+
"trench coat": 869,
|
| 950 |
+
"triceratops": 51,
|
| 951 |
+
"tricycle, trike, velocipede": 870,
|
| 952 |
+
"trifle": 927,
|
| 953 |
+
"trilobite": 69,
|
| 954 |
+
"trimaran": 871,
|
| 955 |
+
"tripod": 872,
|
| 956 |
+
"triumphal arch": 873,
|
| 957 |
+
"trolleybus, trolley coach, trackless trolley": 874,
|
| 958 |
+
"trombone": 875,
|
| 959 |
+
"tub, vat": 876,
|
| 960 |
+
"turnstile": 877,
|
| 961 |
+
"tusker": 101,
|
| 962 |
+
"typewriter keyboard": 878,
|
| 963 |
+
"umbrella": 879,
|
| 964 |
+
"unicycle, monocycle": 880,
|
| 965 |
+
"upright, upright piano": 881,
|
| 966 |
+
"vacuum, vacuum cleaner": 882,
|
| 967 |
+
"valley, vale": 979,
|
| 968 |
+
"vase": 883,
|
| 969 |
+
"vault": 884,
|
| 970 |
+
"velvet": 885,
|
| 971 |
+
"vending machine": 886,
|
| 972 |
+
"vestment": 887,
|
| 973 |
+
"viaduct": 888,
|
| 974 |
+
"vine snake": 59,
|
| 975 |
+
"violin, fiddle": 889,
|
| 976 |
+
"vizsla, Hungarian pointer": 211,
|
| 977 |
+
"volcano": 980,
|
| 978 |
+
"volleyball": 890,
|
| 979 |
+
"vulture": 23,
|
| 980 |
+
"waffle iron": 891,
|
| 981 |
+
"walking stick, walkingstick, stick insect": 313,
|
| 982 |
+
"wall clock": 892,
|
| 983 |
+
"wallaby, brush kangaroo": 104,
|
| 984 |
+
"wallet, billfold, notecase, pocketbook": 893,
|
| 985 |
+
"wardrobe, closet, press": 894,
|
| 986 |
+
"warplane, military plane": 895,
|
| 987 |
+
"warthog": 343,
|
| 988 |
+
"washbasin, handbasin, washbowl, lavabo, wash-hand basin": 896,
|
| 989 |
+
"washer, automatic washer, washing machine": 897,
|
| 990 |
+
"water bottle": 898,
|
| 991 |
+
"water buffalo, water ox, Asiatic buffalo, Bubalus bubalis": 346,
|
| 992 |
+
"water jug": 899,
|
| 993 |
+
"water ouzel, dipper": 20,
|
| 994 |
+
"water snake": 58,
|
| 995 |
+
"water tower": 900,
|
| 996 |
+
"weasel": 356,
|
| 997 |
+
"web site, website, internet site, site": 916,
|
| 998 |
+
"weevil": 307,
|
| 999 |
+
"whippet": 172,
|
| 1000 |
+
"whiptail, whiptail lizard": 41,
|
| 1001 |
+
"whiskey jug": 901,
|
| 1002 |
+
"whistle": 902,
|
| 1003 |
+
"white stork, Ciconia ciconia": 127,
|
| 1004 |
+
"white wolf, Arctic wolf, Canis lupus tundrarum": 270,
|
| 1005 |
+
"wig": 903,
|
| 1006 |
+
"wild boar, boar, Sus scrofa": 342,
|
| 1007 |
+
"window screen": 904,
|
| 1008 |
+
"window shade": 905,
|
| 1009 |
+
"wine bottle": 907,
|
| 1010 |
+
"wing": 908,
|
| 1011 |
+
"wire-haired fox terrier": 188,
|
| 1012 |
+
"wok": 909,
|
| 1013 |
+
"wolf spider, hunting spider": 77,
|
| 1014 |
+
"wombat": 106,
|
| 1015 |
+
"wood rabbit, cottontail, cottontail rabbit": 330,
|
| 1016 |
+
"wooden spoon": 910,
|
| 1017 |
+
"wool, woolen, woollen": 911,
|
| 1018 |
+
"worm fence, snake fence, snake-rail fence, Virginia fence": 912,
|
| 1019 |
+
"wreck": 913,
|
| 1020 |
+
"yawl": 914,
|
| 1021 |
+
"yellow lady's slipper, yellow lady-slipper, Cypripedium calceolus, Cypripedium parviflorum": 986,
|
| 1022 |
+
"yurt": 915,
|
| 1023 |
+
"zebra": 340,
|
| 1024 |
+
"zucchini, courgette": 939
|
| 1025 |
+
},
|
| 1026 |
+
"layer_norm_eps": 1e-12,
|
| 1027 |
+
"layer_scale_init_value": 0.1,
|
| 1028 |
+
"model_type": "beit",
|
| 1029 |
+
"num_attention_heads": 12,
|
| 1030 |
+
"num_channels": 3,
|
| 1031 |
+
"num_hidden_layers": 12,
|
| 1032 |
+
"out_indices": [
|
| 1033 |
+
3,
|
| 1034 |
+
5,
|
| 1035 |
+
7,
|
| 1036 |
+
11
|
| 1037 |
+
],
|
| 1038 |
+
"patch_size": 16,
|
| 1039 |
+
"pool_scales": [
|
| 1040 |
+
1,
|
| 1041 |
+
2,
|
| 1042 |
+
3,
|
| 1043 |
+
6
|
| 1044 |
+
],
|
| 1045 |
+
"problem_type": "single_label_classification",
|
| 1046 |
+
"semantic_loss_ignore_index": 255,
|
| 1047 |
+
"torch_dtype": "float32",
|
| 1048 |
+
"transformers_version": "4.24.0",
|
| 1049 |
+
"use_absolute_position_embeddings": false,
|
| 1050 |
+
"use_auxiliary_head": true,
|
| 1051 |
+
"use_mask_token": false,
|
| 1052 |
+
"use_mean_pooling": true,
|
| 1053 |
+
"use_relative_position_bias": true,
|
| 1054 |
+
"use_shared_relative_position_bias": false,
|
| 1055 |
+
"vocab_size": 8192
|
| 1056 |
+
}
|
image-detection-style-v1/preprocessor_config.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crop_size": 224,
|
| 3 |
+
"do_center_crop": false,
|
| 4 |
+
"do_normalize": true,
|
| 5 |
+
"do_resize": true,
|
| 6 |
+
"feature_extractor_type": "BeitFeatureExtractor",
|
| 7 |
+
"image_mean": [
|
| 8 |
+
0.5,
|
| 9 |
+
0.5,
|
| 10 |
+
0.5
|
| 11 |
+
],
|
| 12 |
+
"image_std": [
|
| 13 |
+
0.5,
|
| 14 |
+
0.5,
|
| 15 |
+
0.5
|
| 16 |
+
],
|
| 17 |
+
"reduce_labels": false,
|
| 18 |
+
"resample": 2,
|
| 19 |
+
"size": 384
|
| 20 |
+
}
|
image-detection-style-v1/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c54847c4cc7b892017219bf5ba06a6214ad38a8b75a60733e37033c94a922a14
|
| 3 |
+
size 375957689
|
image-detection-style-v1/train_results.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 4.0,
|
| 3 |
+
"train_loss": 0.5977009888738394,
|
| 4 |
+
"train_runtime": 725.9122,
|
| 5 |
+
"train_samples_per_second": 16.828,
|
| 6 |
+
"train_steps_per_second": 0.044
|
| 7 |
+
}
|
image-detection-style-v1/trainer_state.json
ADDED
|
@@ -0,0 +1,187 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": 0.8735294117647059,
|
| 3 |
+
"best_model_checkpoint": "beit-base-patch16-384-finetuned-style-cafe/checkpoint-30",
|
| 4 |
+
"epoch": 4.0,
|
| 5 |
+
"global_step": 32,
|
| 6 |
+
"is_hyper_param_search": false,
|
| 7 |
+
"is_local_process_zero": true,
|
| 8 |
+
"is_world_process_zero": true,
|
| 9 |
+
"log_history": [
|
| 10 |
+
{
|
| 11 |
+
"epoch": 0.25,
|
| 12 |
+
"eval_accuracy": 0.5764705882352941,
|
| 13 |
+
"eval_loss": 1.2258567810058594,
|
| 14 |
+
"eval_runtime": 10.8099,
|
| 15 |
+
"eval_samples_per_second": 31.453,
|
| 16 |
+
"eval_steps_per_second": 0.185,
|
| 17 |
+
"step": 2
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.5,
|
| 21 |
+
"eval_accuracy": 0.6852941176470588,
|
| 22 |
+
"eval_loss": 0.8997119069099426,
|
| 23 |
+
"eval_runtime": 10.9229,
|
| 24 |
+
"eval_samples_per_second": 31.127,
|
| 25 |
+
"eval_steps_per_second": 0.183,
|
| 26 |
+
"step": 4
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"epoch": 0.75,
|
| 30 |
+
"eval_accuracy": 0.7735294117647059,
|
| 31 |
+
"eval_loss": 0.6791498064994812,
|
| 32 |
+
"eval_runtime": 10.7919,
|
| 33 |
+
"eval_samples_per_second": 31.505,
|
| 34 |
+
"eval_steps_per_second": 0.185,
|
| 35 |
+
"step": 6
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"epoch": 1.0,
|
| 39 |
+
"eval_accuracy": 0.8441176470588235,
|
| 40 |
+
"eval_loss": 0.5481722950935364,
|
| 41 |
+
"eval_runtime": 10.7067,
|
| 42 |
+
"eval_samples_per_second": 31.756,
|
| 43 |
+
"eval_steps_per_second": 0.187,
|
| 44 |
+
"step": 8
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 1.25,
|
| 48 |
+
"learning_rate": 3.928571428571429e-05,
|
| 49 |
+
"loss": 1.0539,
|
| 50 |
+
"step": 10
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"epoch": 1.25,
|
| 54 |
+
"eval_accuracy": 0.8588235294117647,
|
| 55 |
+
"eval_loss": 0.46222972869873047,
|
| 56 |
+
"eval_runtime": 10.7269,
|
| 57 |
+
"eval_samples_per_second": 31.696,
|
| 58 |
+
"eval_steps_per_second": 0.186,
|
| 59 |
+
"step": 10
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 1.5,
|
| 63 |
+
"eval_accuracy": 0.8529411764705882,
|
| 64 |
+
"eval_loss": 0.43965184688568115,
|
| 65 |
+
"eval_runtime": 10.7273,
|
| 66 |
+
"eval_samples_per_second": 31.695,
|
| 67 |
+
"eval_steps_per_second": 0.186,
|
| 68 |
+
"step": 12
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"epoch": 1.75,
|
| 72 |
+
"eval_accuracy": 0.8441176470588235,
|
| 73 |
+
"eval_loss": 0.41807717084884644,
|
| 74 |
+
"eval_runtime": 10.7319,
|
| 75 |
+
"eval_samples_per_second": 31.681,
|
| 76 |
+
"eval_steps_per_second": 0.186,
|
| 77 |
+
"step": 14
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"epoch": 2.0,
|
| 81 |
+
"eval_accuracy": 0.8470588235294118,
|
| 82 |
+
"eval_loss": 0.38893890380859375,
|
| 83 |
+
"eval_runtime": 10.6958,
|
| 84 |
+
"eval_samples_per_second": 31.788,
|
| 85 |
+
"eval_steps_per_second": 0.187,
|
| 86 |
+
"step": 16
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"epoch": 2.25,
|
| 90 |
+
"eval_accuracy": 0.8588235294117647,
|
| 91 |
+
"eval_loss": 0.3727969527244568,
|
| 92 |
+
"eval_runtime": 10.7111,
|
| 93 |
+
"eval_samples_per_second": 31.743,
|
| 94 |
+
"eval_steps_per_second": 0.187,
|
| 95 |
+
"step": 18
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"epoch": 2.5,
|
| 99 |
+
"learning_rate": 2.1428571428571428e-05,
|
| 100 |
+
"loss": 0.4523,
|
| 101 |
+
"step": 20
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 2.5,
|
| 105 |
+
"eval_accuracy": 0.8588235294117647,
|
| 106 |
+
"eval_loss": 0.3681255578994751,
|
| 107 |
+
"eval_runtime": 10.6816,
|
| 108 |
+
"eval_samples_per_second": 31.83,
|
| 109 |
+
"eval_steps_per_second": 0.187,
|
| 110 |
+
"step": 20
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"epoch": 2.75,
|
| 114 |
+
"eval_accuracy": 0.8676470588235294,
|
| 115 |
+
"eval_loss": 0.3621581792831421,
|
| 116 |
+
"eval_runtime": 10.7596,
|
| 117 |
+
"eval_samples_per_second": 31.6,
|
| 118 |
+
"eval_steps_per_second": 0.186,
|
| 119 |
+
"step": 22
|
| 120 |
+
},
|
| 121 |
+
{
|
| 122 |
+
"epoch": 3.0,
|
| 123 |
+
"eval_accuracy": 0.8676470588235294,
|
| 124 |
+
"eval_loss": 0.36003121733665466,
|
| 125 |
+
"eval_runtime": 10.933,
|
| 126 |
+
"eval_samples_per_second": 31.098,
|
| 127 |
+
"eval_steps_per_second": 0.183,
|
| 128 |
+
"step": 24
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 3.25,
|
| 132 |
+
"eval_accuracy": 0.8647058823529412,
|
| 133 |
+
"eval_loss": 0.3558030426502228,
|
| 134 |
+
"eval_runtime": 10.6994,
|
| 135 |
+
"eval_samples_per_second": 31.777,
|
| 136 |
+
"eval_steps_per_second": 0.187,
|
| 137 |
+
"step": 26
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"epoch": 3.5,
|
| 141 |
+
"eval_accuracy": 0.8676470588235294,
|
| 142 |
+
"eval_loss": 0.34111377596855164,
|
| 143 |
+
"eval_runtime": 10.7517,
|
| 144 |
+
"eval_samples_per_second": 31.623,
|
| 145 |
+
"eval_steps_per_second": 0.186,
|
| 146 |
+
"step": 28
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"epoch": 3.75,
|
| 150 |
+
"learning_rate": 3.5714285714285714e-06,
|
| 151 |
+
"loss": 0.3439,
|
| 152 |
+
"step": 30
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"epoch": 3.75,
|
| 156 |
+
"eval_accuracy": 0.8735294117647059,
|
| 157 |
+
"eval_loss": 0.33768245577812195,
|
| 158 |
+
"eval_runtime": 10.7509,
|
| 159 |
+
"eval_samples_per_second": 31.625,
|
| 160 |
+
"eval_steps_per_second": 0.186,
|
| 161 |
+
"step": 30
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"epoch": 4.0,
|
| 165 |
+
"eval_accuracy": 0.8735294117647059,
|
| 166 |
+
"eval_loss": 0.33675017952919006,
|
| 167 |
+
"eval_runtime": 10.835,
|
| 168 |
+
"eval_samples_per_second": 31.38,
|
| 169 |
+
"eval_steps_per_second": 0.185,
|
| 170 |
+
"step": 32
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 4.0,
|
| 174 |
+
"step": 32,
|
| 175 |
+
"total_flos": 2.7877646702904607e+18,
|
| 176 |
+
"train_loss": 0.5977009888738394,
|
| 177 |
+
"train_runtime": 725.9122,
|
| 178 |
+
"train_samples_per_second": 16.828,
|
| 179 |
+
"train_steps_per_second": 0.044
|
| 180 |
+
}
|
| 181 |
+
],
|
| 182 |
+
"max_steps": 32,
|
| 183 |
+
"num_train_epochs": 4,
|
| 184 |
+
"total_flos": 2.7877646702904607e+18,
|
| 185 |
+
"trial_name": null,
|
| 186 |
+
"trial_params": null
|
| 187 |
+
}
|
image-detection-style-v1/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:927e3eadcdd575149b0bb5416167fac405d9bc33b965e45a809c6ebf3da3d30a
|
| 3 |
+
size 3387
|
image-detection-waifu-v1/.gitattributes
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
image-detection-waifu-v1/README.md
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: agpl-3.0
|
| 3 |
+
---
|
image-detection-waifu-v1/all_results.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 4.0,
|
| 3 |
+
"train_loss": 0.47138625010848045,
|
| 4 |
+
"train_runtime": 752.897,
|
| 5 |
+
"train_samples_per_second": 16.225,
|
| 6 |
+
"train_steps_per_second": 0.043
|
| 7 |
+
}
|
image-detection-waifu-v1/config.json
ADDED
|
@@ -0,0 +1,1053 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "microsoft/beit-base-patch16-384",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BeitForImageClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.0,
|
| 7 |
+
"auxiliary_channels": 256,
|
| 8 |
+
"auxiliary_concat_input": false,
|
| 9 |
+
"auxiliary_loss_weight": 0.4,
|
| 10 |
+
"auxiliary_num_convs": 1,
|
| 11 |
+
"drop_path_rate": 0.1,
|
| 12 |
+
"hidden_act": "gelu",
|
| 13 |
+
"hidden_dropout_prob": 0.0,
|
| 14 |
+
"hidden_size": 768,
|
| 15 |
+
"id2label": {
|
| 16 |
+
"0": "not_waifu",
|
| 17 |
+
"1": "waifu"
|
| 18 |
+
},
|
| 19 |
+
"image_size": 384,
|
| 20 |
+
"initializer_range": 0.02,
|
| 21 |
+
"intermediate_size": 3072,
|
| 22 |
+
"label2id": {
|
| 23 |
+
"Afghan hound, Afghan": 160,
|
| 24 |
+
"African chameleon, Chamaeleo chamaeleon": 47,
|
| 25 |
+
"African crocodile, Nile crocodile, Crocodylus niloticus": 49,
|
| 26 |
+
"African elephant, Loxodonta africana": 386,
|
| 27 |
+
"African grey, African gray, Psittacus erithacus": 87,
|
| 28 |
+
"African hunting dog, hyena dog, Cape hunting dog, Lycaon pictus": 275,
|
| 29 |
+
"Airedale, Airedale terrier": 191,
|
| 30 |
+
"American Staffordshire terrier, Staffordshire terrier, American pit bull terrier, pit bull terrier": 180,
|
| 31 |
+
"American alligator, Alligator mississipiensis": 50,
|
| 32 |
+
"American black bear, black bear, Ursus americanus, Euarctos americanus": 295,
|
| 33 |
+
"American chameleon, anole, Anolis carolinensis": 40,
|
| 34 |
+
"American coot, marsh hen, mud hen, water hen, Fulica americana": 137,
|
| 35 |
+
"American egret, great white heron, Egretta albus": 132,
|
| 36 |
+
"American lobster, Northern lobster, Maine lobster, Homarus americanus": 122,
|
| 37 |
+
"Angora, Angora rabbit": 332,
|
| 38 |
+
"Appenzeller": 240,
|
| 39 |
+
"Arabian camel, dromedary, Camelus dromedarius": 354,
|
| 40 |
+
"Arctic fox, white fox, Alopex lagopus": 279,
|
| 41 |
+
"Australian terrier": 193,
|
| 42 |
+
"Band Aid": 419,
|
| 43 |
+
"Bedlington terrier": 181,
|
| 44 |
+
"Bernese mountain dog": 239,
|
| 45 |
+
"Blenheim spaniel": 156,
|
| 46 |
+
"Border collie": 232,
|
| 47 |
+
"Border terrier": 182,
|
| 48 |
+
"Boston bull, Boston terrier": 195,
|
| 49 |
+
"Bouvier des Flandres, Bouviers des Flandres": 233,
|
| 50 |
+
"Brabancon griffon": 262,
|
| 51 |
+
"Brittany spaniel": 215,
|
| 52 |
+
"CD player": 485,
|
| 53 |
+
"Cardigan, Cardigan Welsh corgi": 264,
|
| 54 |
+
"Chesapeake Bay retriever": 209,
|
| 55 |
+
"Chihuahua": 151,
|
| 56 |
+
"Christmas stocking": 496,
|
| 57 |
+
"Crock Pot": 521,
|
| 58 |
+
"Dandie Dinmont, Dandie Dinmont terrier": 194,
|
| 59 |
+
"Doberman, Doberman pinscher": 236,
|
| 60 |
+
"Dungeness crab, Cancer magister": 118,
|
| 61 |
+
"Dutch oven": 544,
|
| 62 |
+
"Egyptian cat": 285,
|
| 63 |
+
"English foxhound": 167,
|
| 64 |
+
"English setter": 212,
|
| 65 |
+
"English springer, English springer spaniel": 217,
|
| 66 |
+
"EntleBucher": 241,
|
| 67 |
+
"Eskimo dog, husky": 248,
|
| 68 |
+
"European fire salamander, Salamandra salamandra": 25,
|
| 69 |
+
"European gallinule, Porphyrio porphyrio": 136,
|
| 70 |
+
"French bulldog": 245,
|
| 71 |
+
"French horn, horn": 566,
|
| 72 |
+
"French loaf": 930,
|
| 73 |
+
"German shepherd, German shepherd dog, German police dog, alsatian": 235,
|
| 74 |
+
"German short-haired pointer": 210,
|
| 75 |
+
"Gila monster, Heloderma suspectum": 45,
|
| 76 |
+
"Gordon setter": 214,
|
| 77 |
+
"Granny Smith": 948,
|
| 78 |
+
"Great Dane": 246,
|
| 79 |
+
"Great Pyrenees": 257,
|
| 80 |
+
"Greater Swiss Mountain dog": 238,
|
| 81 |
+
"Ibizan hound, Ibizan Podenco": 173,
|
| 82 |
+
"Indian cobra, Naja naja": 63,
|
| 83 |
+
"Indian elephant, Elephas maximus": 385,
|
| 84 |
+
"Irish setter, red setter": 213,
|
| 85 |
+
"Irish terrier": 184,
|
| 86 |
+
"Irish water spaniel": 221,
|
| 87 |
+
"Irish wolfhound": 170,
|
| 88 |
+
"Italian greyhound": 171,
|
| 89 |
+
"Japanese spaniel": 152,
|
| 90 |
+
"Kerry blue terrier": 183,
|
| 91 |
+
"Komodo dragon, Komodo lizard, dragon lizard, giant lizard, Varanus komodoensis": 48,
|
| 92 |
+
"Labrador retriever": 208,
|
| 93 |
+
"Lakeland terrier": 189,
|
| 94 |
+
"Leonberg": 255,
|
| 95 |
+
"Lhasa, Lhasa apso": 204,
|
| 96 |
+
"Loafer": 630,
|
| 97 |
+
"Madagascar cat, ring-tailed lemur, Lemur catta": 383,
|
| 98 |
+
"Maltese dog, Maltese terrier, Maltese": 153,
|
| 99 |
+
"Mexican hairless": 268,
|
| 100 |
+
"Model T": 661,
|
| 101 |
+
"Newfoundland, Newfoundland dog": 256,
|
| 102 |
+
"Norfolk terrier": 185,
|
| 103 |
+
"Norwegian elkhound, elkhound": 174,
|
| 104 |
+
"Norwich terrier": 186,
|
| 105 |
+
"Old English sheepdog, bobtail": 229,
|
| 106 |
+
"Pekinese, Pekingese, Peke": 154,
|
| 107 |
+
"Pembroke, Pembroke Welsh corgi": 263,
|
| 108 |
+
"Persian cat": 283,
|
| 109 |
+
"Petri dish": 712,
|
| 110 |
+
"Polaroid camera, Polaroid Land camera": 732,
|
| 111 |
+
"Pomeranian": 259,
|
| 112 |
+
"Rhodesian ridgeback": 159,
|
| 113 |
+
"Rottweiler": 234,
|
| 114 |
+
"Saint Bernard, St Bernard": 247,
|
| 115 |
+
"Saluki, gazelle hound": 176,
|
| 116 |
+
"Samoyed, Samoyede": 258,
|
| 117 |
+
"Scotch terrier, Scottish terrier, Scottie": 199,
|
| 118 |
+
"Scottish deerhound, deerhound": 177,
|
| 119 |
+
"Sealyham terrier, Sealyham": 190,
|
| 120 |
+
"Shetland sheepdog, Shetland sheep dog, Shetland": 230,
|
| 121 |
+
"Shih-Tzu": 155,
|
| 122 |
+
"Siamese cat, Siamese": 284,
|
| 123 |
+
"Siberian husky": 250,
|
| 124 |
+
"Staffordshire bullterrier, Staffordshire bull terrier": 179,
|
| 125 |
+
"Sussex spaniel": 220,
|
| 126 |
+
"Tibetan mastiff": 244,
|
| 127 |
+
"Tibetan terrier, chrysanthemum dog": 200,
|
| 128 |
+
"Walker hound, Walker foxhound": 166,
|
| 129 |
+
"Weimaraner": 178,
|
| 130 |
+
"Welsh springer spaniel": 218,
|
| 131 |
+
"West Highland white terrier": 203,
|
| 132 |
+
"Windsor tie": 906,
|
| 133 |
+
"Yorkshire terrier": 187,
|
| 134 |
+
"abacus": 398,
|
| 135 |
+
"abaya": 399,
|
| 136 |
+
"academic gown, academic robe, judge's robe": 400,
|
| 137 |
+
"accordion, piano accordion, squeeze box": 401,
|
| 138 |
+
"acorn": 988,
|
| 139 |
+
"acorn squash": 941,
|
| 140 |
+
"acoustic guitar": 402,
|
| 141 |
+
"admiral": 321,
|
| 142 |
+
"affenpinscher, monkey pinscher, monkey dog": 252,
|
| 143 |
+
"agama": 42,
|
| 144 |
+
"agaric": 992,
|
| 145 |
+
"aircraft carrier, carrier, flattop, attack aircraft carrier": 403,
|
| 146 |
+
"airliner": 404,
|
| 147 |
+
"airship, dirigible": 405,
|
| 148 |
+
"albatross, mollymawk": 146,
|
| 149 |
+
"alligator lizard": 44,
|
| 150 |
+
"alp": 970,
|
| 151 |
+
"altar": 406,
|
| 152 |
+
"ambulance": 407,
|
| 153 |
+
"amphibian, amphibious vehicle": 408,
|
| 154 |
+
"analog clock": 409,
|
| 155 |
+
"anemone fish": 393,
|
| 156 |
+
"ant, emmet, pismire": 310,
|
| 157 |
+
"apiary, bee house": 410,
|
| 158 |
+
"apron": 411,
|
| 159 |
+
"armadillo": 363,
|
| 160 |
+
"artichoke, globe artichoke": 944,
|
| 161 |
+
"ashcan, trash can, garbage can, wastebin, ash bin, ash-bin, ashbin, dustbin, trash barrel, trash bin": 412,
|
| 162 |
+
"assault rifle, assault gun": 413,
|
| 163 |
+
"axolotl, mud puppy, Ambystoma mexicanum": 29,
|
| 164 |
+
"baboon": 372,
|
| 165 |
+
"backpack, back pack, knapsack, packsack, rucksack, haversack": 414,
|
| 166 |
+
"badger": 362,
|
| 167 |
+
"bagel, beigel": 931,
|
| 168 |
+
"bakery, bakeshop, bakehouse": 415,
|
| 169 |
+
"balance beam, beam": 416,
|
| 170 |
+
"bald eagle, American eagle, Haliaeetus leucocephalus": 22,
|
| 171 |
+
"balloon": 417,
|
| 172 |
+
"ballplayer, baseball player": 981,
|
| 173 |
+
"ballpoint, ballpoint pen, ballpen, Biro": 418,
|
| 174 |
+
"banana": 954,
|
| 175 |
+
"banded gecko": 38,
|
| 176 |
+
"banjo": 420,
|
| 177 |
+
"bannister, banister, balustrade, balusters, handrail": 421,
|
| 178 |
+
"barbell": 422,
|
| 179 |
+
"barber chair": 423,
|
| 180 |
+
"barbershop": 424,
|
| 181 |
+
"barn": 425,
|
| 182 |
+
"barn spider, Araneus cavaticus": 73,
|
| 183 |
+
"barometer": 426,
|
| 184 |
+
"barracouta, snoek": 389,
|
| 185 |
+
"barrel, cask": 427,
|
| 186 |
+
"barrow, garden cart, lawn cart, wheelbarrow": 428,
|
| 187 |
+
"baseball": 429,
|
| 188 |
+
"basenji": 253,
|
| 189 |
+
"basketball": 430,
|
| 190 |
+
"basset, basset hound": 161,
|
| 191 |
+
"bassinet": 431,
|
| 192 |
+
"bassoon": 432,
|
| 193 |
+
"bath towel": 434,
|
| 194 |
+
"bathing cap, swimming cap": 433,
|
| 195 |
+
"bathtub, bathing tub, bath, tub": 435,
|
| 196 |
+
"beach wagon, station wagon, wagon, estate car, beach waggon, station waggon, waggon": 436,
|
| 197 |
+
"beacon, lighthouse, beacon light, pharos": 437,
|
| 198 |
+
"beagle": 162,
|
| 199 |
+
"beaker": 438,
|
| 200 |
+
"bearskin, busby, shako": 439,
|
| 201 |
+
"beaver": 337,
|
| 202 |
+
"bee": 309,
|
| 203 |
+
"bee eater": 92,
|
| 204 |
+
"beer bottle": 440,
|
| 205 |
+
"beer glass": 441,
|
| 206 |
+
"bell cote, bell cot": 442,
|
| 207 |
+
"bell pepper": 945,
|
| 208 |
+
"bib": 443,
|
| 209 |
+
"bicycle-built-for-two, tandem bicycle, tandem": 444,
|
| 210 |
+
"bighorn, bighorn sheep, cimarron, Rocky Mountain bighorn, Rocky Mountain sheep, Ovis canadensis": 349,
|
| 211 |
+
"bikini, two-piece": 445,
|
| 212 |
+
"binder, ring-binder": 446,
|
| 213 |
+
"binoculars, field glasses, opera glasses": 447,
|
| 214 |
+
"birdhouse": 448,
|
| 215 |
+
"bison": 347,
|
| 216 |
+
"bittern": 133,
|
| 217 |
+
"black and gold garden spider, Argiope aurantia": 72,
|
| 218 |
+
"black grouse": 80,
|
| 219 |
+
"black stork, Ciconia nigra": 128,
|
| 220 |
+
"black swan, Cygnus atratus": 100,
|
| 221 |
+
"black widow, Latrodectus mactans": 75,
|
| 222 |
+
"black-and-tan coonhound": 165,
|
| 223 |
+
"black-footed ferret, ferret, Mustela nigripes": 359,
|
| 224 |
+
"bloodhound, sleuthhound": 163,
|
| 225 |
+
"bluetick": 164,
|
| 226 |
+
"boa constrictor, Constrictor constrictor": 61,
|
| 227 |
+
"boathouse": 449,
|
| 228 |
+
"bobsled, bobsleigh, bob": 450,
|
| 229 |
+
"bolete": 997,
|
| 230 |
+
"bolo tie, bolo, bola tie, bola": 451,
|
| 231 |
+
"bonnet, poke bonnet": 452,
|
| 232 |
+
"book jacket, dust cover, dust jacket, dust wrapper": 921,
|
| 233 |
+
"bookcase": 453,
|
| 234 |
+
"bookshop, bookstore, bookstall": 454,
|
| 235 |
+
"borzoi, Russian wolfhound": 169,
|
| 236 |
+
"bottlecap": 455,
|
| 237 |
+
"bow": 456,
|
| 238 |
+
"bow tie, bow-tie, bowtie": 457,
|
| 239 |
+
"box turtle, box tortoise": 37,
|
| 240 |
+
"boxer": 242,
|
| 241 |
+
"brain coral": 109,
|
| 242 |
+
"brambling, Fringilla montifringilla": 10,
|
| 243 |
+
"brass, memorial tablet, plaque": 458,
|
| 244 |
+
"brassiere, bra, bandeau": 459,
|
| 245 |
+
"breakwater, groin, groyne, mole, bulwark, seawall, jetty": 460,
|
| 246 |
+
"breastplate, aegis, egis": 461,
|
| 247 |
+
"briard": 226,
|
| 248 |
+
"broccoli": 937,
|
| 249 |
+
"broom": 462,
|
| 250 |
+
"brown bear, bruin, Ursus arctos": 294,
|
| 251 |
+
"bubble": 971,
|
| 252 |
+
"bucket, pail": 463,
|
| 253 |
+
"buckeye, horse chestnut, conker": 990,
|
| 254 |
+
"buckle": 464,
|
| 255 |
+
"bulbul": 16,
|
| 256 |
+
"bull mastiff": 243,
|
| 257 |
+
"bullet train, bullet": 466,
|
| 258 |
+
"bulletproof vest": 465,
|
| 259 |
+
"bullfrog, Rana catesbeiana": 30,
|
| 260 |
+
"burrito": 965,
|
| 261 |
+
"bustard": 138,
|
| 262 |
+
"butcher shop, meat market": 467,
|
| 263 |
+
"butternut squash": 942,
|
| 264 |
+
"cab, hack, taxi, taxicab": 468,
|
| 265 |
+
"cabbage butterfly": 324,
|
| 266 |
+
"cairn, cairn terrier": 192,
|
| 267 |
+
"caldron, cauldron": 469,
|
| 268 |
+
"can opener, tin opener": 473,
|
| 269 |
+
"candle, taper, wax light": 470,
|
| 270 |
+
"cannon": 471,
|
| 271 |
+
"canoe": 472,
|
| 272 |
+
"capuchin, ringtail, Cebus capucinus": 378,
|
| 273 |
+
"car mirror": 475,
|
| 274 |
+
"car wheel": 479,
|
| 275 |
+
"carbonara": 959,
|
| 276 |
+
"cardigan": 474,
|
| 277 |
+
"cardoon": 946,
|
| 278 |
+
"carousel, carrousel, merry-go-round, roundabout, whirligig": 476,
|
| 279 |
+
"carpenter's kit, tool kit": 477,
|
| 280 |
+
"carton": 478,
|
| 281 |
+
"cash machine, cash dispenser, automated teller machine, automatic teller machine, automated teller, automatic teller, ATM": 480,
|
| 282 |
+
"cassette": 481,
|
| 283 |
+
"cassette player": 482,
|
| 284 |
+
"castle": 483,
|
| 285 |
+
"catamaran": 484,
|
| 286 |
+
"cauliflower": 938,
|
| 287 |
+
"cello, violoncello": 486,
|
| 288 |
+
"cellular telephone, cellular phone, cellphone, cell, mobile phone": 487,
|
| 289 |
+
"centipede": 79,
|
| 290 |
+
"chain": 488,
|
| 291 |
+
"chain mail, ring mail, mail, chain armor, chain armour, ring armor, ring armour": 490,
|
| 292 |
+
"chain saw, chainsaw": 491,
|
| 293 |
+
"chainlink fence": 489,
|
| 294 |
+
"chambered nautilus, pearly nautilus, nautilus": 117,
|
| 295 |
+
"cheeseburger": 933,
|
| 296 |
+
"cheetah, chetah, Acinonyx jubatus": 293,
|
| 297 |
+
"chest": 492,
|
| 298 |
+
"chickadee": 19,
|
| 299 |
+
"chiffonier, commode": 493,
|
| 300 |
+
"chime, bell, gong": 494,
|
| 301 |
+
"chimpanzee, chimp, Pan troglodytes": 367,
|
| 302 |
+
"china cabinet, china closet": 495,
|
| 303 |
+
"chiton, coat-of-mail shell, sea cradle, polyplacophore": 116,
|
| 304 |
+
"chocolate sauce, chocolate syrup": 960,
|
| 305 |
+
"chow, chow chow": 260,
|
| 306 |
+
"church, church building": 497,
|
| 307 |
+
"cicada, cicala": 316,
|
| 308 |
+
"cinema, movie theater, movie theatre, movie house, picture palace": 498,
|
| 309 |
+
"cleaver, meat cleaver, chopper": 499,
|
| 310 |
+
"cliff dwelling": 500,
|
| 311 |
+
"cliff, drop, drop-off": 972,
|
| 312 |
+
"cloak": 501,
|
| 313 |
+
"clog, geta, patten, sabot": 502,
|
| 314 |
+
"clumber, clumber spaniel": 216,
|
| 315 |
+
"cock": 7,
|
| 316 |
+
"cocker spaniel, English cocker spaniel, cocker": 219,
|
| 317 |
+
"cockroach, roach": 314,
|
| 318 |
+
"cocktail shaker": 503,
|
| 319 |
+
"coffee mug": 504,
|
| 320 |
+
"coffeepot": 505,
|
| 321 |
+
"coho, cohoe, coho salmon, blue jack, silver salmon, Oncorhynchus kisutch": 391,
|
| 322 |
+
"coil, spiral, volute, whorl, helix": 506,
|
| 323 |
+
"collie": 231,
|
| 324 |
+
"colobus, colobus monkey": 375,
|
| 325 |
+
"combination lock": 507,
|
| 326 |
+
"comic book": 917,
|
| 327 |
+
"common iguana, iguana, Iguana iguana": 39,
|
| 328 |
+
"common newt, Triturus vulgaris": 26,
|
| 329 |
+
"computer keyboard, keypad": 508,
|
| 330 |
+
"conch": 112,
|
| 331 |
+
"confectionery, confectionary, candy store": 509,
|
| 332 |
+
"consomme": 925,
|
| 333 |
+
"container ship, containership, container vessel": 510,
|
| 334 |
+
"convertible": 511,
|
| 335 |
+
"coral fungus": 991,
|
| 336 |
+
"coral reef": 973,
|
| 337 |
+
"corkscrew, bottle screw": 512,
|
| 338 |
+
"corn": 987,
|
| 339 |
+
"cornet, horn, trumpet, trump": 513,
|
| 340 |
+
"coucal": 91,
|
| 341 |
+
"cougar, puma, catamount, mountain lion, painter, panther, Felis concolor": 286,
|
| 342 |
+
"cowboy boot": 514,
|
| 343 |
+
"cowboy hat, ten-gallon hat": 515,
|
| 344 |
+
"coyote, prairie wolf, brush wolf, Canis latrans": 272,
|
| 345 |
+
"cradle": 516,
|
| 346 |
+
"crane": 517,
|
| 347 |
+
"crash helmet": 518,
|
| 348 |
+
"crate": 519,
|
| 349 |
+
"crayfish, crawfish, crawdad, crawdaddy": 124,
|
| 350 |
+
"crib, cot": 520,
|
| 351 |
+
"cricket": 312,
|
| 352 |
+
"croquet ball": 522,
|
| 353 |
+
"crossword puzzle, crossword": 918,
|
| 354 |
+
"crutch": 523,
|
| 355 |
+
"cucumber, cuke": 943,
|
| 356 |
+
"cuirass": 524,
|
| 357 |
+
"cup": 968,
|
| 358 |
+
"curly-coated retriever": 206,
|
| 359 |
+
"custard apple": 956,
|
| 360 |
+
"daisy": 985,
|
| 361 |
+
"dalmatian, coach dog, carriage dog": 251,
|
| 362 |
+
"dam, dike, dyke": 525,
|
| 363 |
+
"damselfly": 320,
|
| 364 |
+
"desk": 526,
|
| 365 |
+
"desktop computer": 527,
|
| 366 |
+
"dhole, Cuon alpinus": 274,
|
| 367 |
+
"dial telephone, dial phone": 528,
|
| 368 |
+
"diamondback, diamondback rattlesnake, Crotalus adamanteus": 67,
|
| 369 |
+
"diaper, nappy, napkin": 529,
|
| 370 |
+
"digital clock": 530,
|
| 371 |
+
"digital watch": 531,
|
| 372 |
+
"dingo, warrigal, warragal, Canis dingo": 273,
|
| 373 |
+
"dining table, board": 532,
|
| 374 |
+
"dishrag, dishcloth": 533,
|
| 375 |
+
"dishwasher, dish washer, dishwashing machine": 534,
|
| 376 |
+
"disk brake, disc brake": 535,
|
| 377 |
+
"dock, dockage, docking facility": 536,
|
| 378 |
+
"dogsled, dog sled, dog sleigh": 537,
|
| 379 |
+
"dome": 538,
|
| 380 |
+
"doormat, welcome mat": 539,
|
| 381 |
+
"dough": 961,
|
| 382 |
+
"dowitcher": 142,
|
| 383 |
+
"dragonfly, darning needle, devil's darning needle, sewing needle, snake feeder, snake doctor, mosquito hawk, skeeter hawk": 319,
|
| 384 |
+
"drake": 97,
|
| 385 |
+
"drilling platform, offshore rig": 540,
|
| 386 |
+
"drum, membranophone, tympan": 541,
|
| 387 |
+
"drumstick": 542,
|
| 388 |
+
"dugong, Dugong dugon": 149,
|
| 389 |
+
"dumbbell": 543,
|
| 390 |
+
"dung beetle": 305,
|
| 391 |
+
"ear, spike, capitulum": 998,
|
| 392 |
+
"earthstar": 995,
|
| 393 |
+
"echidna, spiny anteater, anteater": 102,
|
| 394 |
+
"eel": 390,
|
| 395 |
+
"eft": 27,
|
| 396 |
+
"eggnog": 969,
|
| 397 |
+
"electric fan, blower": 545,
|
| 398 |
+
"electric guitar": 546,
|
| 399 |
+
"electric locomotive": 547,
|
| 400 |
+
"electric ray, crampfish, numbfish, torpedo": 5,
|
| 401 |
+
"entertainment center": 548,
|
| 402 |
+
"envelope": 549,
|
| 403 |
+
"espresso": 967,
|
| 404 |
+
"espresso maker": 550,
|
| 405 |
+
"face powder": 551,
|
| 406 |
+
"feather boa, boa": 552,
|
| 407 |
+
"fiddler crab": 120,
|
| 408 |
+
"fig": 952,
|
| 409 |
+
"file, file cabinet, filing cabinet": 553,
|
| 410 |
+
"fire engine, fire truck": 555,
|
| 411 |
+
"fire screen, fireguard": 556,
|
| 412 |
+
"fireboat": 554,
|
| 413 |
+
"flagpole, flagstaff": 557,
|
| 414 |
+
"flamingo": 130,
|
| 415 |
+
"flat-coated retriever": 205,
|
| 416 |
+
"flatworm, platyhelminth": 110,
|
| 417 |
+
"flute, transverse flute": 558,
|
| 418 |
+
"fly": 308,
|
| 419 |
+
"folding chair": 559,
|
| 420 |
+
"football helmet": 560,
|
| 421 |
+
"forklift": 561,
|
| 422 |
+
"fountain": 562,
|
| 423 |
+
"fountain pen": 563,
|
| 424 |
+
"four-poster": 564,
|
| 425 |
+
"fox squirrel, eastern fox squirrel, Sciurus niger": 335,
|
| 426 |
+
"freight car": 565,
|
| 427 |
+
"frilled lizard, Chlamydosaurus kingi": 43,
|
| 428 |
+
"frying pan, frypan, skillet": 567,
|
| 429 |
+
"fur coat": 568,
|
| 430 |
+
"gar, garfish, garpike, billfish, Lepisosteus osseus": 395,
|
| 431 |
+
"garbage truck, dustcart": 569,
|
| 432 |
+
"garden spider, Aranea diademata": 74,
|
| 433 |
+
"garter snake, grass snake": 57,
|
| 434 |
+
"gas pump, gasoline pump, petrol pump, island dispenser": 571,
|
| 435 |
+
"gasmask, respirator, gas helmet": 570,
|
| 436 |
+
"gazelle": 353,
|
| 437 |
+
"geyser": 974,
|
| 438 |
+
"giant panda, panda, panda bear, coon bear, Ailuropoda melanoleuca": 388,
|
| 439 |
+
"giant schnauzer": 197,
|
| 440 |
+
"gibbon, Hylobates lar": 368,
|
| 441 |
+
"go-kart": 573,
|
| 442 |
+
"goblet": 572,
|
| 443 |
+
"golden retriever": 207,
|
| 444 |
+
"goldfinch, Carduelis carduelis": 11,
|
| 445 |
+
"goldfish, Carassius auratus": 1,
|
| 446 |
+
"golf ball": 574,
|
| 447 |
+
"golfcart, golf cart": 575,
|
| 448 |
+
"gondola": 576,
|
| 449 |
+
"gong, tam-tam": 577,
|
| 450 |
+
"goose": 99,
|
| 451 |
+
"gorilla, Gorilla gorilla": 366,
|
| 452 |
+
"gown": 578,
|
| 453 |
+
"grand piano, grand": 579,
|
| 454 |
+
"grasshopper, hopper": 311,
|
| 455 |
+
"great grey owl, great gray owl, Strix nebulosa": 24,
|
| 456 |
+
"great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias": 2,
|
| 457 |
+
"green lizard, Lacerta viridis": 46,
|
| 458 |
+
"green mamba": 64,
|
| 459 |
+
"green snake, grass snake": 55,
|
| 460 |
+
"greenhouse, nursery, glasshouse": 580,
|
| 461 |
+
"grey fox, gray fox, Urocyon cinereoargenteus": 280,
|
| 462 |
+
"grey whale, gray whale, devilfish, Eschrichtius gibbosus, Eschrichtius robustus": 147,
|
| 463 |
+
"grille, radiator grille": 581,
|
| 464 |
+
"grocery store, grocery, food market, market": 582,
|
| 465 |
+
"groenendael": 224,
|
| 466 |
+
"groom, bridegroom": 982,
|
| 467 |
+
"ground beetle, carabid beetle": 302,
|
| 468 |
+
"guacamole": 924,
|
| 469 |
+
"guenon, guenon monkey": 370,
|
| 470 |
+
"guillotine": 583,
|
| 471 |
+
"guinea pig, Cavia cobaya": 338,
|
| 472 |
+
"gyromitra": 993,
|
| 473 |
+
"hair slide": 584,
|
| 474 |
+
"hair spray": 585,
|
| 475 |
+
"half track": 586,
|
| 476 |
+
"hammer": 587,
|
| 477 |
+
"hammerhead, hammerhead shark": 4,
|
| 478 |
+
"hamper": 588,
|
| 479 |
+
"hamster": 333,
|
| 480 |
+
"hand blower, blow dryer, blow drier, hair dryer, hair drier": 589,
|
| 481 |
+
"hand-held computer, hand-held microcomputer": 590,
|
| 482 |
+
"handkerchief, hankie, hanky, hankey": 591,
|
| 483 |
+
"hard disc, hard disk, fixed disk": 592,
|
| 484 |
+
"hare": 331,
|
| 485 |
+
"harmonica, mouth organ, harp, mouth harp": 593,
|
| 486 |
+
"harp": 594,
|
| 487 |
+
"hartebeest": 351,
|
| 488 |
+
"harvester, reaper": 595,
|
| 489 |
+
"harvestman, daddy longlegs, Phalangium opilio": 70,
|
| 490 |
+
"hatchet": 596,
|
| 491 |
+
"hay": 958,
|
| 492 |
+
"head cabbage": 936,
|
| 493 |
+
"hen": 8,
|
| 494 |
+
"hen-of-the-woods, hen of the woods, Polyporus frondosus, Grifola frondosa": 996,
|
| 495 |
+
"hermit crab": 125,
|
| 496 |
+
"hip, rose hip, rosehip": 989,
|
| 497 |
+
"hippopotamus, hippo, river horse, Hippopotamus amphibius": 344,
|
| 498 |
+
"hog, pig, grunter, squealer, Sus scrofa": 341,
|
| 499 |
+
"hognose snake, puff adder, sand viper": 54,
|
| 500 |
+
"holster": 597,
|
| 501 |
+
"home theater, home theatre": 598,
|
| 502 |
+
"honeycomb": 599,
|
| 503 |
+
"hook, claw": 600,
|
| 504 |
+
"hoopskirt, crinoline": 601,
|
| 505 |
+
"horizontal bar, high bar": 602,
|
| 506 |
+
"hornbill": 93,
|
| 507 |
+
"horned viper, cerastes, sand viper, horned asp, Cerastes cornutus": 66,
|
| 508 |
+
"horse cart, horse-cart": 603,
|
| 509 |
+
"hot pot, hotpot": 926,
|
| 510 |
+
"hotdog, hot dog, red hot": 934,
|
| 511 |
+
"hourglass": 604,
|
| 512 |
+
"house finch, linnet, Carpodacus mexicanus": 12,
|
| 513 |
+
"howler monkey, howler": 379,
|
| 514 |
+
"hummingbird": 94,
|
| 515 |
+
"hyena, hyaena": 276,
|
| 516 |
+
"iPod": 605,
|
| 517 |
+
"ibex, Capra ibex": 350,
|
| 518 |
+
"ice bear, polar bear, Ursus Maritimus, Thalarctos maritimus": 296,
|
| 519 |
+
"ice cream, icecream": 928,
|
| 520 |
+
"ice lolly, lolly, lollipop, popsicle": 929,
|
| 521 |
+
"impala, Aepyceros melampus": 352,
|
| 522 |
+
"indigo bunting, indigo finch, indigo bird, Passerina cyanea": 14,
|
| 523 |
+
"indri, indris, Indri indri, Indri brevicaudatus": 384,
|
| 524 |
+
"iron, smoothing iron": 606,
|
| 525 |
+
"isopod": 126,
|
| 526 |
+
"jacamar": 95,
|
| 527 |
+
"jack-o'-lantern": 607,
|
| 528 |
+
"jackfruit, jak, jack": 955,
|
| 529 |
+
"jaguar, panther, Panthera onca, Felis onca": 290,
|
| 530 |
+
"jay": 17,
|
| 531 |
+
"jean, blue jean, denim": 608,
|
| 532 |
+
"jeep, landrover": 609,
|
| 533 |
+
"jellyfish": 107,
|
| 534 |
+
"jersey, T-shirt, tee shirt": 610,
|
| 535 |
+
"jigsaw puzzle": 611,
|
| 536 |
+
"jinrikisha, ricksha, rickshaw": 612,
|
| 537 |
+
"joystick": 613,
|
| 538 |
+
"junco, snowbird": 13,
|
| 539 |
+
"keeshond": 261,
|
| 540 |
+
"kelpie": 227,
|
| 541 |
+
"killer whale, killer, orca, grampus, sea wolf, Orcinus orca": 148,
|
| 542 |
+
"kimono": 614,
|
| 543 |
+
"king crab, Alaska crab, Alaskan king crab, Alaska king crab, Paralithodes camtschatica": 121,
|
| 544 |
+
"king penguin, Aptenodytes patagonica": 145,
|
| 545 |
+
"king snake, kingsnake": 56,
|
| 546 |
+
"kit fox, Vulpes macrotis": 278,
|
| 547 |
+
"kite": 21,
|
| 548 |
+
"knee pad": 615,
|
| 549 |
+
"knot": 616,
|
| 550 |
+
"koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus": 105,
|
| 551 |
+
"komondor": 228,
|
| 552 |
+
"kuvasz": 222,
|
| 553 |
+
"lab coat, laboratory coat": 617,
|
| 554 |
+
"lacewing, lacewing fly": 318,
|
| 555 |
+
"ladle": 618,
|
| 556 |
+
"ladybug, ladybeetle, lady beetle, ladybird, ladybird beetle": 301,
|
| 557 |
+
"lakeside, lakeshore": 975,
|
| 558 |
+
"lampshade, lamp shade": 619,
|
| 559 |
+
"langur": 374,
|
| 560 |
+
"laptop, laptop computer": 620,
|
| 561 |
+
"lawn mower, mower": 621,
|
| 562 |
+
"leaf beetle, chrysomelid": 304,
|
| 563 |
+
"leafhopper": 317,
|
| 564 |
+
"leatherback turtle, leatherback, leathery turtle, Dermochelys coriacea": 34,
|
| 565 |
+
"lemon": 951,
|
| 566 |
+
"lens cap, lens cover": 622,
|
| 567 |
+
"leopard, Panthera pardus": 288,
|
| 568 |
+
"lesser panda, red panda, panda, bear cat, cat bear, Ailurus fulgens": 387,
|
| 569 |
+
"letter opener, paper knife, paperknife": 623,
|
| 570 |
+
"library": 624,
|
| 571 |
+
"lifeboat": 625,
|
| 572 |
+
"lighter, light, igniter, ignitor": 626,
|
| 573 |
+
"limousine, limo": 627,
|
| 574 |
+
"limpkin, Aramus pictus": 135,
|
| 575 |
+
"liner, ocean liner": 628,
|
| 576 |
+
"lion, king of beasts, Panthera leo": 291,
|
| 577 |
+
"lionfish": 396,
|
| 578 |
+
"lipstick, lip rouge": 629,
|
| 579 |
+
"little blue heron, Egretta caerulea": 131,
|
| 580 |
+
"llama": 355,
|
| 581 |
+
"loggerhead, loggerhead turtle, Caretta caretta": 33,
|
| 582 |
+
"long-horned beetle, longicorn, longicorn beetle": 303,
|
| 583 |
+
"lorikeet": 90,
|
| 584 |
+
"lotion": 631,
|
| 585 |
+
"loudspeaker, speaker, speaker unit, loudspeaker system, speaker system": 632,
|
| 586 |
+
"loupe, jeweler's loupe": 633,
|
| 587 |
+
"lumbermill, sawmill": 634,
|
| 588 |
+
"lycaenid, lycaenid butterfly": 326,
|
| 589 |
+
"lynx, catamount": 287,
|
| 590 |
+
"macaque": 373,
|
| 591 |
+
"macaw": 88,
|
| 592 |
+
"magnetic compass": 635,
|
| 593 |
+
"magpie": 18,
|
| 594 |
+
"mailbag, postbag": 636,
|
| 595 |
+
"mailbox, letter box": 637,
|
| 596 |
+
"maillot": 638,
|
| 597 |
+
"maillot, tank suit": 639,
|
| 598 |
+
"malamute, malemute, Alaskan malamute": 249,
|
| 599 |
+
"malinois": 225,
|
| 600 |
+
"manhole cover": 640,
|
| 601 |
+
"mantis, mantid": 315,
|
| 602 |
+
"maraca": 641,
|
| 603 |
+
"marimba, xylophone": 642,
|
| 604 |
+
"marmoset": 377,
|
| 605 |
+
"marmot": 336,
|
| 606 |
+
"mashed potato": 935,
|
| 607 |
+
"mask": 643,
|
| 608 |
+
"matchstick": 644,
|
| 609 |
+
"maypole": 645,
|
| 610 |
+
"maze, labyrinth": 646,
|
| 611 |
+
"measuring cup": 647,
|
| 612 |
+
"meat loaf, meatloaf": 962,
|
| 613 |
+
"medicine chest, medicine cabinet": 648,
|
| 614 |
+
"meerkat, mierkat": 299,
|
| 615 |
+
"megalith, megalithic structure": 649,
|
| 616 |
+
"menu": 922,
|
| 617 |
+
"microphone, mike": 650,
|
| 618 |
+
"microwave, microwave oven": 651,
|
| 619 |
+
"military uniform": 652,
|
| 620 |
+
"milk can": 653,
|
| 621 |
+
"miniature pinscher": 237,
|
| 622 |
+
"miniature poodle": 266,
|
| 623 |
+
"miniature schnauzer": 196,
|
| 624 |
+
"minibus": 654,
|
| 625 |
+
"miniskirt, mini": 655,
|
| 626 |
+
"minivan": 656,
|
| 627 |
+
"mink": 357,
|
| 628 |
+
"missile": 657,
|
| 629 |
+
"mitten": 658,
|
| 630 |
+
"mixing bowl": 659,
|
| 631 |
+
"mobile home, manufactured home": 660,
|
| 632 |
+
"modem": 662,
|
| 633 |
+
"monarch, monarch butterfly, milkweed butterfly, Danaus plexippus": 323,
|
| 634 |
+
"monastery": 663,
|
| 635 |
+
"mongoose": 298,
|
| 636 |
+
"monitor": 664,
|
| 637 |
+
"moped": 665,
|
| 638 |
+
"mortar": 666,
|
| 639 |
+
"mortarboard": 667,
|
| 640 |
+
"mosque": 668,
|
| 641 |
+
"mosquito net": 669,
|
| 642 |
+
"motor scooter, scooter": 670,
|
| 643 |
+
"mountain bike, all-terrain bike, off-roader": 671,
|
| 644 |
+
"mountain tent": 672,
|
| 645 |
+
"mouse, computer mouse": 673,
|
| 646 |
+
"mousetrap": 674,
|
| 647 |
+
"moving van": 675,
|
| 648 |
+
"mud turtle": 35,
|
| 649 |
+
"mushroom": 947,
|
| 650 |
+
"muzzle": 676,
|
| 651 |
+
"nail": 677,
|
| 652 |
+
"neck brace": 678,
|
| 653 |
+
"necklace": 679,
|
| 654 |
+
"nematode, nematode worm, roundworm": 111,
|
| 655 |
+
"night snake, Hypsiglena torquata": 60,
|
| 656 |
+
"nipple": 680,
|
| 657 |
+
"notebook, notebook computer": 681,
|
| 658 |
+
"obelisk": 682,
|
| 659 |
+
"oboe, hautboy, hautbois": 683,
|
| 660 |
+
"ocarina, sweet potato": 684,
|
| 661 |
+
"odometer, hodometer, mileometer, milometer": 685,
|
| 662 |
+
"oil filter": 686,
|
| 663 |
+
"orange": 950,
|
| 664 |
+
"orangutan, orang, orangutang, Pongo pygmaeus": 365,
|
| 665 |
+
"organ, pipe organ": 687,
|
| 666 |
+
"oscilloscope, scope, cathode-ray oscilloscope, CRO": 688,
|
| 667 |
+
"ostrich, Struthio camelus": 9,
|
| 668 |
+
"otter": 360,
|
| 669 |
+
"otterhound, otter hound": 175,
|
| 670 |
+
"overskirt": 689,
|
| 671 |
+
"ox": 345,
|
| 672 |
+
"oxcart": 690,
|
| 673 |
+
"oxygen mask": 691,
|
| 674 |
+
"oystercatcher, oyster catcher": 143,
|
| 675 |
+
"packet": 692,
|
| 676 |
+
"paddle, boat paddle": 693,
|
| 677 |
+
"paddlewheel, paddle wheel": 694,
|
| 678 |
+
"padlock": 695,
|
| 679 |
+
"paintbrush": 696,
|
| 680 |
+
"pajama, pyjama, pj's, jammies": 697,
|
| 681 |
+
"palace": 698,
|
| 682 |
+
"panpipe, pandean pipe, syrinx": 699,
|
| 683 |
+
"paper towel": 700,
|
| 684 |
+
"papillon": 157,
|
| 685 |
+
"parachute, chute": 701,
|
| 686 |
+
"parallel bars, bars": 702,
|
| 687 |
+
"park bench": 703,
|
| 688 |
+
"parking meter": 704,
|
| 689 |
+
"partridge": 86,
|
| 690 |
+
"passenger car, coach, carriage": 705,
|
| 691 |
+
"patas, hussar monkey, Erythrocebus patas": 371,
|
| 692 |
+
"patio, terrace": 706,
|
| 693 |
+
"pay-phone, pay-station": 707,
|
| 694 |
+
"peacock": 84,
|
| 695 |
+
"pedestal, plinth, footstall": 708,
|
| 696 |
+
"pelican": 144,
|
| 697 |
+
"pencil box, pencil case": 709,
|
| 698 |
+
"pencil sharpener": 710,
|
| 699 |
+
"perfume, essence": 711,
|
| 700 |
+
"photocopier": 713,
|
| 701 |
+
"pick, plectrum, plectron": 714,
|
| 702 |
+
"pickelhaube": 715,
|
| 703 |
+
"picket fence, paling": 716,
|
| 704 |
+
"pickup, pickup truck": 717,
|
| 705 |
+
"pier": 718,
|
| 706 |
+
"piggy bank, penny bank": 719,
|
| 707 |
+
"pill bottle": 720,
|
| 708 |
+
"pillow": 721,
|
| 709 |
+
"pineapple, ananas": 953,
|
| 710 |
+
"ping-pong ball": 722,
|
| 711 |
+
"pinwheel": 723,
|
| 712 |
+
"pirate, pirate ship": 724,
|
| 713 |
+
"pitcher, ewer": 725,
|
| 714 |
+
"pizza, pizza pie": 963,
|
| 715 |
+
"plane, carpenter's plane, woodworking plane": 726,
|
| 716 |
+
"planetarium": 727,
|
| 717 |
+
"plastic bag": 728,
|
| 718 |
+
"plate": 923,
|
| 719 |
+
"plate rack": 729,
|
| 720 |
+
"platypus, duckbill, duckbilled platypus, duck-billed platypus, Ornithorhynchus anatinus": 103,
|
| 721 |
+
"plow, plough": 730,
|
| 722 |
+
"plunger, plumber's helper": 731,
|
| 723 |
+
"pole": 733,
|
| 724 |
+
"polecat, fitch, foulmart, foumart, Mustela putorius": 358,
|
| 725 |
+
"police van, police wagon, paddy wagon, patrol wagon, wagon, black Maria": 734,
|
| 726 |
+
"pomegranate": 957,
|
| 727 |
+
"poncho": 735,
|
| 728 |
+
"pool table, billiard table, snooker table": 736,
|
| 729 |
+
"pop bottle, soda bottle": 737,
|
| 730 |
+
"porcupine, hedgehog": 334,
|
| 731 |
+
"pot, flowerpot": 738,
|
| 732 |
+
"potpie": 964,
|
| 733 |
+
"potter's wheel": 739,
|
| 734 |
+
"power drill": 740,
|
| 735 |
+
"prairie chicken, prairie grouse, prairie fowl": 83,
|
| 736 |
+
"prayer rug, prayer mat": 741,
|
| 737 |
+
"pretzel": 932,
|
| 738 |
+
"printer": 742,
|
| 739 |
+
"prison, prison house": 743,
|
| 740 |
+
"proboscis monkey, Nasalis larvatus": 376,
|
| 741 |
+
"projectile, missile": 744,
|
| 742 |
+
"projector": 745,
|
| 743 |
+
"promontory, headland, head, foreland": 976,
|
| 744 |
+
"ptarmigan": 81,
|
| 745 |
+
"puck, hockey puck": 746,
|
| 746 |
+
"puffer, pufferfish, blowfish, globefish": 397,
|
| 747 |
+
"pug, pug-dog": 254,
|
| 748 |
+
"punching bag, punch bag, punching ball, punchball": 747,
|
| 749 |
+
"purse": 748,
|
| 750 |
+
"quail": 85,
|
| 751 |
+
"quill, quill pen": 749,
|
| 752 |
+
"quilt, comforter, comfort, puff": 750,
|
| 753 |
+
"racer, race car, racing car": 751,
|
| 754 |
+
"racket, racquet": 752,
|
| 755 |
+
"radiator": 753,
|
| 756 |
+
"radio telescope, radio reflector": 755,
|
| 757 |
+
"radio, wireless": 754,
|
| 758 |
+
"rain barrel": 756,
|
| 759 |
+
"ram, tup": 348,
|
| 760 |
+
"rapeseed": 984,
|
| 761 |
+
"recreational vehicle, RV, R.V.": 757,
|
| 762 |
+
"red fox, Vulpes vulpes": 277,
|
| 763 |
+
"red wine": 966,
|
| 764 |
+
"red wolf, maned wolf, Canis rufus, Canis niger": 271,
|
| 765 |
+
"red-backed sandpiper, dunlin, Erolia alpina": 140,
|
| 766 |
+
"red-breasted merganser, Mergus serrator": 98,
|
| 767 |
+
"redbone": 168,
|
| 768 |
+
"redshank, Tringa totanus": 141,
|
| 769 |
+
"reel": 758,
|
| 770 |
+
"reflex camera": 759,
|
| 771 |
+
"refrigerator, icebox": 760,
|
| 772 |
+
"remote control, remote": 761,
|
| 773 |
+
"restaurant, eating house, eating place, eatery": 762,
|
| 774 |
+
"revolver, six-gun, six-shooter": 763,
|
| 775 |
+
"rhinoceros beetle": 306,
|
| 776 |
+
"rifle": 764,
|
| 777 |
+
"ringlet, ringlet butterfly": 322,
|
| 778 |
+
"ringneck snake, ring-necked snake, ring snake": 53,
|
| 779 |
+
"robin, American robin, Turdus migratorius": 15,
|
| 780 |
+
"rock beauty, Holocanthus tricolor": 392,
|
| 781 |
+
"rock crab, Cancer irroratus": 119,
|
| 782 |
+
"rock python, rock snake, Python sebae": 62,
|
| 783 |
+
"rocking chair, rocker": 765,
|
| 784 |
+
"rotisserie": 766,
|
| 785 |
+
"rubber eraser, rubber, pencil eraser": 767,
|
| 786 |
+
"ruddy turnstone, Arenaria interpres": 139,
|
| 787 |
+
"ruffed grouse, partridge, Bonasa umbellus": 82,
|
| 788 |
+
"rugby ball": 768,
|
| 789 |
+
"rule, ruler": 769,
|
| 790 |
+
"running shoe": 770,
|
| 791 |
+
"safe": 771,
|
| 792 |
+
"safety pin": 772,
|
| 793 |
+
"saltshaker, salt shaker": 773,
|
| 794 |
+
"sandal": 774,
|
| 795 |
+
"sandbar, sand bar": 977,
|
| 796 |
+
"sarong": 775,
|
| 797 |
+
"sax, saxophone": 776,
|
| 798 |
+
"scabbard": 777,
|
| 799 |
+
"scale, weighing machine": 778,
|
| 800 |
+
"schipperke": 223,
|
| 801 |
+
"school bus": 779,
|
| 802 |
+
"schooner": 780,
|
| 803 |
+
"scoreboard": 781,
|
| 804 |
+
"scorpion": 71,
|
| 805 |
+
"screen, CRT screen": 782,
|
| 806 |
+
"screw": 783,
|
| 807 |
+
"screwdriver": 784,
|
| 808 |
+
"scuba diver": 983,
|
| 809 |
+
"sea anemone, anemone": 108,
|
| 810 |
+
"sea cucumber, holothurian": 329,
|
| 811 |
+
"sea lion": 150,
|
| 812 |
+
"sea slug, nudibranch": 115,
|
| 813 |
+
"sea snake": 65,
|
| 814 |
+
"sea urchin": 328,
|
| 815 |
+
"seashore, coast, seacoast, sea-coast": 978,
|
| 816 |
+
"seat belt, seatbelt": 785,
|
| 817 |
+
"sewing machine": 786,
|
| 818 |
+
"shield, buckler": 787,
|
| 819 |
+
"shoe shop, shoe-shop, shoe store": 788,
|
| 820 |
+
"shoji": 789,
|
| 821 |
+
"shopping basket": 790,
|
| 822 |
+
"shopping cart": 791,
|
| 823 |
+
"shovel": 792,
|
| 824 |
+
"shower cap": 793,
|
| 825 |
+
"shower curtain": 794,
|
| 826 |
+
"siamang, Hylobates syndactylus, Symphalangus syndactylus": 369,
|
| 827 |
+
"sidewinder, horned rattlesnake, Crotalus cerastes": 68,
|
| 828 |
+
"silky terrier, Sydney silky": 201,
|
| 829 |
+
"ski": 795,
|
| 830 |
+
"ski mask": 796,
|
| 831 |
+
"skunk, polecat, wood pussy": 361,
|
| 832 |
+
"sleeping bag": 797,
|
| 833 |
+
"slide rule, slipstick": 798,
|
| 834 |
+
"sliding door": 799,
|
| 835 |
+
"slot, one-armed bandit": 800,
|
| 836 |
+
"sloth bear, Melursus ursinus, Ursus ursinus": 297,
|
| 837 |
+
"slug": 114,
|
| 838 |
+
"snail": 113,
|
| 839 |
+
"snorkel": 801,
|
| 840 |
+
"snow leopard, ounce, Panthera uncia": 289,
|
| 841 |
+
"snowmobile": 802,
|
| 842 |
+
"snowplow, snowplough": 803,
|
| 843 |
+
"soap dispenser": 804,
|
| 844 |
+
"soccer ball": 805,
|
| 845 |
+
"sock": 806,
|
| 846 |
+
"soft-coated wheaten terrier": 202,
|
| 847 |
+
"solar dish, solar collector, solar furnace": 807,
|
| 848 |
+
"sombrero": 808,
|
| 849 |
+
"sorrel": 339,
|
| 850 |
+
"soup bowl": 809,
|
| 851 |
+
"space bar": 810,
|
| 852 |
+
"space heater": 811,
|
| 853 |
+
"space shuttle": 812,
|
| 854 |
+
"spaghetti squash": 940,
|
| 855 |
+
"spatula": 813,
|
| 856 |
+
"speedboat": 814,
|
| 857 |
+
"spider monkey, Ateles geoffroyi": 381,
|
| 858 |
+
"spider web, spider's web": 815,
|
| 859 |
+
"spindle": 816,
|
| 860 |
+
"spiny lobster, langouste, rock lobster, crawfish, crayfish, sea crawfish": 123,
|
| 861 |
+
"spoonbill": 129,
|
| 862 |
+
"sports car, sport car": 817,
|
| 863 |
+
"spotlight, spot": 818,
|
| 864 |
+
"spotted salamander, Ambystoma maculatum": 28,
|
| 865 |
+
"squirrel monkey, Saimiri sciureus": 382,
|
| 866 |
+
"stage": 819,
|
| 867 |
+
"standard poodle": 267,
|
| 868 |
+
"standard schnauzer": 198,
|
| 869 |
+
"starfish, sea star": 327,
|
| 870 |
+
"steam locomotive": 820,
|
| 871 |
+
"steel arch bridge": 821,
|
| 872 |
+
"steel drum": 822,
|
| 873 |
+
"stethoscope": 823,
|
| 874 |
+
"stingray": 6,
|
| 875 |
+
"stinkhorn, carrion fungus": 994,
|
| 876 |
+
"stole": 824,
|
| 877 |
+
"stone wall": 825,
|
| 878 |
+
"stopwatch, stop watch": 826,
|
| 879 |
+
"stove": 827,
|
| 880 |
+
"strainer": 828,
|
| 881 |
+
"strawberry": 949,
|
| 882 |
+
"street sign": 919,
|
| 883 |
+
"streetcar, tram, tramcar, trolley, trolley car": 829,
|
| 884 |
+
"stretcher": 830,
|
| 885 |
+
"studio couch, day bed": 831,
|
| 886 |
+
"stupa, tope": 832,
|
| 887 |
+
"sturgeon": 394,
|
| 888 |
+
"submarine, pigboat, sub, U-boat": 833,
|
| 889 |
+
"suit, suit of clothes": 834,
|
| 890 |
+
"sulphur butterfly, sulfur butterfly": 325,
|
| 891 |
+
"sulphur-crested cockatoo, Kakatoe galerita, Cacatua galerita": 89,
|
| 892 |
+
"sundial": 835,
|
| 893 |
+
"sunglass": 836,
|
| 894 |
+
"sunglasses, dark glasses, shades": 837,
|
| 895 |
+
"sunscreen, sunblock, sun blocker": 838,
|
| 896 |
+
"suspension bridge": 839,
|
| 897 |
+
"swab, swob, mop": 840,
|
| 898 |
+
"sweatshirt": 841,
|
| 899 |
+
"swimming trunks, bathing trunks": 842,
|
| 900 |
+
"swing": 843,
|
| 901 |
+
"switch, electric switch, electrical switch": 844,
|
| 902 |
+
"syringe": 845,
|
| 903 |
+
"tabby, tabby cat": 281,
|
| 904 |
+
"table lamp": 846,
|
| 905 |
+
"tailed frog, bell toad, ribbed toad, tailed toad, Ascaphus trui": 32,
|
| 906 |
+
"tank, army tank, armored combat vehicle, armoured combat vehicle": 847,
|
| 907 |
+
"tape player": 848,
|
| 908 |
+
"tarantula": 76,
|
| 909 |
+
"teapot": 849,
|
| 910 |
+
"teddy, teddy bear": 850,
|
| 911 |
+
"television, television system": 851,
|
| 912 |
+
"tench, Tinca tinca": 0,
|
| 913 |
+
"tennis ball": 852,
|
| 914 |
+
"terrapin": 36,
|
| 915 |
+
"thatch, thatched roof": 853,
|
| 916 |
+
"theater curtain, theatre curtain": 854,
|
| 917 |
+
"thimble": 855,
|
| 918 |
+
"three-toed sloth, ai, Bradypus tridactylus": 364,
|
| 919 |
+
"thresher, thrasher, threshing machine": 856,
|
| 920 |
+
"throne": 857,
|
| 921 |
+
"thunder snake, worm snake, Carphophis amoenus": 52,
|
| 922 |
+
"tick": 78,
|
| 923 |
+
"tiger beetle": 300,
|
| 924 |
+
"tiger cat": 282,
|
| 925 |
+
"tiger shark, Galeocerdo cuvieri": 3,
|
| 926 |
+
"tiger, Panthera tigris": 292,
|
| 927 |
+
"tile roof": 858,
|
| 928 |
+
"timber wolf, grey wolf, gray wolf, Canis lupus": 269,
|
| 929 |
+
"titi, titi monkey": 380,
|
| 930 |
+
"toaster": 859,
|
| 931 |
+
"tobacco shop, tobacconist shop, tobacconist": 860,
|
| 932 |
+
"toilet seat": 861,
|
| 933 |
+
"toilet tissue, toilet paper, bathroom tissue": 999,
|
| 934 |
+
"torch": 862,
|
| 935 |
+
"totem pole": 863,
|
| 936 |
+
"toucan": 96,
|
| 937 |
+
"tow truck, tow car, wrecker": 864,
|
| 938 |
+
"toy poodle": 265,
|
| 939 |
+
"toy terrier": 158,
|
| 940 |
+
"toyshop": 865,
|
| 941 |
+
"tractor": 866,
|
| 942 |
+
"traffic light, traffic signal, stoplight": 920,
|
| 943 |
+
"trailer truck, tractor trailer, trucking rig, rig, articulated lorry, semi": 867,
|
| 944 |
+
"tray": 868,
|
| 945 |
+
"tree frog, tree-frog": 31,
|
| 946 |
+
"trench coat": 869,
|
| 947 |
+
"triceratops": 51,
|
| 948 |
+
"tricycle, trike, velocipede": 870,
|
| 949 |
+
"trifle": 927,
|
| 950 |
+
"trilobite": 69,
|
| 951 |
+
"trimaran": 871,
|
| 952 |
+
"tripod": 872,
|
| 953 |
+
"triumphal arch": 873,
|
| 954 |
+
"trolleybus, trolley coach, trackless trolley": 874,
|
| 955 |
+
"trombone": 875,
|
| 956 |
+
"tub, vat": 876,
|
| 957 |
+
"turnstile": 877,
|
| 958 |
+
"tusker": 101,
|
| 959 |
+
"typewriter keyboard": 878,
|
| 960 |
+
"umbrella": 879,
|
| 961 |
+
"unicycle, monocycle": 880,
|
| 962 |
+
"upright, upright piano": 881,
|
| 963 |
+
"vacuum, vacuum cleaner": 882,
|
| 964 |
+
"valley, vale": 979,
|
| 965 |
+
"vase": 883,
|
| 966 |
+
"vault": 884,
|
| 967 |
+
"velvet": 885,
|
| 968 |
+
"vending machine": 886,
|
| 969 |
+
"vestment": 887,
|
| 970 |
+
"viaduct": 888,
|
| 971 |
+
"vine snake": 59,
|
| 972 |
+
"violin, fiddle": 889,
|
| 973 |
+
"vizsla, Hungarian pointer": 211,
|
| 974 |
+
"volcano": 980,
|
| 975 |
+
"volleyball": 890,
|
| 976 |
+
"vulture": 23,
|
| 977 |
+
"waffle iron": 891,
|
| 978 |
+
"walking stick, walkingstick, stick insect": 313,
|
| 979 |
+
"wall clock": 892,
|
| 980 |
+
"wallaby, brush kangaroo": 104,
|
| 981 |
+
"wallet, billfold, notecase, pocketbook": 893,
|
| 982 |
+
"wardrobe, closet, press": 894,
|
| 983 |
+
"warplane, military plane": 895,
|
| 984 |
+
"warthog": 343,
|
| 985 |
+
"washbasin, handbasin, washbowl, lavabo, wash-hand basin": 896,
|
| 986 |
+
"washer, automatic washer, washing machine": 897,
|
| 987 |
+
"water bottle": 898,
|
| 988 |
+
"water buffalo, water ox, Asiatic buffalo, Bubalus bubalis": 346,
|
| 989 |
+
"water jug": 899,
|
| 990 |
+
"water ouzel, dipper": 20,
|
| 991 |
+
"water snake": 58,
|
| 992 |
+
"water tower": 900,
|
| 993 |
+
"weasel": 356,
|
| 994 |
+
"web site, website, internet site, site": 916,
|
| 995 |
+
"weevil": 307,
|
| 996 |
+
"whippet": 172,
|
| 997 |
+
"whiptail, whiptail lizard": 41,
|
| 998 |
+
"whiskey jug": 901,
|
| 999 |
+
"whistle": 902,
|
| 1000 |
+
"white stork, Ciconia ciconia": 127,
|
| 1001 |
+
"white wolf, Arctic wolf, Canis lupus tundrarum": 270,
|
| 1002 |
+
"wig": 903,
|
| 1003 |
+
"wild boar, boar, Sus scrofa": 342,
|
| 1004 |
+
"window screen": 904,
|
| 1005 |
+
"window shade": 905,
|
| 1006 |
+
"wine bottle": 907,
|
| 1007 |
+
"wing": 908,
|
| 1008 |
+
"wire-haired fox terrier": 188,
|
| 1009 |
+
"wok": 909,
|
| 1010 |
+
"wolf spider, hunting spider": 77,
|
| 1011 |
+
"wombat": 106,
|
| 1012 |
+
"wood rabbit, cottontail, cottontail rabbit": 330,
|
| 1013 |
+
"wooden spoon": 910,
|
| 1014 |
+
"wool, woolen, woollen": 911,
|
| 1015 |
+
"worm fence, snake fence, snake-rail fence, Virginia fence": 912,
|
| 1016 |
+
"wreck": 913,
|
| 1017 |
+
"yawl": 914,
|
| 1018 |
+
"yellow lady's slipper, yellow lady-slipper, Cypripedium calceolus, Cypripedium parviflorum": 986,
|
| 1019 |
+
"yurt": 915,
|
| 1020 |
+
"zebra": 340,
|
| 1021 |
+
"zucchini, courgette": 939
|
| 1022 |
+
},
|
| 1023 |
+
"layer_norm_eps": 1e-12,
|
| 1024 |
+
"layer_scale_init_value": 0.1,
|
| 1025 |
+
"model_type": "beit",
|
| 1026 |
+
"num_attention_heads": 12,
|
| 1027 |
+
"num_channels": 3,
|
| 1028 |
+
"num_hidden_layers": 12,
|
| 1029 |
+
"out_indices": [
|
| 1030 |
+
3,
|
| 1031 |
+
5,
|
| 1032 |
+
7,
|
| 1033 |
+
11
|
| 1034 |
+
],
|
| 1035 |
+
"patch_size": 16,
|
| 1036 |
+
"pool_scales": [
|
| 1037 |
+
1,
|
| 1038 |
+
2,
|
| 1039 |
+
3,
|
| 1040 |
+
6
|
| 1041 |
+
],
|
| 1042 |
+
"problem_type": "single_label_classification",
|
| 1043 |
+
"semantic_loss_ignore_index": 255,
|
| 1044 |
+
"torch_dtype": "float32",
|
| 1045 |
+
"transformers_version": "4.24.0",
|
| 1046 |
+
"use_absolute_position_embeddings": false,
|
| 1047 |
+
"use_auxiliary_head": true,
|
| 1048 |
+
"use_mask_token": false,
|
| 1049 |
+
"use_mean_pooling": true,
|
| 1050 |
+
"use_relative_position_bias": true,
|
| 1051 |
+
"use_shared_relative_position_bias": false,
|
| 1052 |
+
"vocab_size": 8192
|
| 1053 |
+
}
|
image-detection-waifu-v1/preprocessor_config.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crop_size": 224,
|
| 3 |
+
"do_center_crop": false,
|
| 4 |
+
"do_normalize": true,
|
| 5 |
+
"do_resize": true,
|
| 6 |
+
"feature_extractor_type": "BeitFeatureExtractor",
|
| 7 |
+
"image_mean": [
|
| 8 |
+
0.5,
|
| 9 |
+
0.5,
|
| 10 |
+
0.5
|
| 11 |
+
],
|
| 12 |
+
"image_std": [
|
| 13 |
+
0.5,
|
| 14 |
+
0.5,
|
| 15 |
+
0.5
|
| 16 |
+
],
|
| 17 |
+
"reduce_labels": false,
|
| 18 |
+
"resample": 2,
|
| 19 |
+
"size": 384
|
| 20 |
+
}
|
image-detection-waifu-v1/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd6411a1246239829e16bf9ef60fc12abf2baea36a4acd5b854259bdf453529d
|
| 3 |
+
size 375948473
|
image-detection-waifu-v1/train_results.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 4.0,
|
| 3 |
+
"train_loss": 0.47138625010848045,
|
| 4 |
+
"train_runtime": 752.897,
|
| 5 |
+
"train_samples_per_second": 16.225,
|
| 6 |
+
"train_steps_per_second": 0.043
|
| 7 |
+
}
|
image-detection-waifu-v1/trainer_state.json
ADDED
|
@@ -0,0 +1,187 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": 0.8588235294117647,
|
| 3 |
+
"best_model_checkpoint": "beit-base-patch16-384-finetuned-waifu-cafe/checkpoint-22",
|
| 4 |
+
"epoch": 4.0,
|
| 5 |
+
"global_step": 32,
|
| 6 |
+
"is_hyper_param_search": false,
|
| 7 |
+
"is_local_process_zero": true,
|
| 8 |
+
"is_world_process_zero": true,
|
| 9 |
+
"log_history": [
|
| 10 |
+
{
|
| 11 |
+
"epoch": 0.25,
|
| 12 |
+
"eval_accuracy": 0.5588235294117647,
|
| 13 |
+
"eval_loss": 0.7163116931915283,
|
| 14 |
+
"eval_runtime": 12.9255,
|
| 15 |
+
"eval_samples_per_second": 26.305,
|
| 16 |
+
"eval_steps_per_second": 0.155,
|
| 17 |
+
"step": 2
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.5,
|
| 21 |
+
"eval_accuracy": 0.6882352941176471,
|
| 22 |
+
"eval_loss": 0.839873731136322,
|
| 23 |
+
"eval_runtime": 12.9227,
|
| 24 |
+
"eval_samples_per_second": 26.31,
|
| 25 |
+
"eval_steps_per_second": 0.155,
|
| 26 |
+
"step": 4
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"epoch": 0.75,
|
| 30 |
+
"eval_accuracy": 0.7970588235294118,
|
| 31 |
+
"eval_loss": 0.44704675674438477,
|
| 32 |
+
"eval_runtime": 12.8511,
|
| 33 |
+
"eval_samples_per_second": 26.457,
|
| 34 |
+
"eval_steps_per_second": 0.156,
|
| 35 |
+
"step": 6
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"epoch": 1.0,
|
| 39 |
+
"eval_accuracy": 0.638235294117647,
|
| 40 |
+
"eval_loss": 0.5900296568870544,
|
| 41 |
+
"eval_runtime": 12.861,
|
| 42 |
+
"eval_samples_per_second": 26.437,
|
| 43 |
+
"eval_steps_per_second": 0.156,
|
| 44 |
+
"step": 8
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 1.25,
|
| 48 |
+
"learning_rate": 3.928571428571429e-05,
|
| 49 |
+
"loss": 0.7671,
|
| 50 |
+
"step": 10
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"epoch": 1.25,
|
| 54 |
+
"eval_accuracy": 0.8264705882352941,
|
| 55 |
+
"eval_loss": 0.4393908679485321,
|
| 56 |
+
"eval_runtime": 12.9335,
|
| 57 |
+
"eval_samples_per_second": 26.288,
|
| 58 |
+
"eval_steps_per_second": 0.155,
|
| 59 |
+
"step": 10
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 1.5,
|
| 63 |
+
"eval_accuracy": 0.8382352941176471,
|
| 64 |
+
"eval_loss": 0.3851720094680786,
|
| 65 |
+
"eval_runtime": 12.8822,
|
| 66 |
+
"eval_samples_per_second": 26.393,
|
| 67 |
+
"eval_steps_per_second": 0.155,
|
| 68 |
+
"step": 12
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"epoch": 1.75,
|
| 72 |
+
"eval_accuracy": 0.8264705882352941,
|
| 73 |
+
"eval_loss": 0.367575466632843,
|
| 74 |
+
"eval_runtime": 12.8552,
|
| 75 |
+
"eval_samples_per_second": 26.448,
|
| 76 |
+
"eval_steps_per_second": 0.156,
|
| 77 |
+
"step": 14
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"epoch": 2.0,
|
| 81 |
+
"eval_accuracy": 0.8411764705882353,
|
| 82 |
+
"eval_loss": 0.344406396150589,
|
| 83 |
+
"eval_runtime": 12.892,
|
| 84 |
+
"eval_samples_per_second": 26.373,
|
| 85 |
+
"eval_steps_per_second": 0.155,
|
| 86 |
+
"step": 16
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"epoch": 2.25,
|
| 90 |
+
"eval_accuracy": 0.8264705882352941,
|
| 91 |
+
"eval_loss": 0.34714558720588684,
|
| 92 |
+
"eval_runtime": 12.9147,
|
| 93 |
+
"eval_samples_per_second": 26.327,
|
| 94 |
+
"eval_steps_per_second": 0.155,
|
| 95 |
+
"step": 18
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"epoch": 2.5,
|
| 99 |
+
"learning_rate": 2.1428571428571428e-05,
|
| 100 |
+
"loss": 0.3832,
|
| 101 |
+
"step": 20
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 2.5,
|
| 105 |
+
"eval_accuracy": 0.8470588235294118,
|
| 106 |
+
"eval_loss": 0.325613796710968,
|
| 107 |
+
"eval_runtime": 12.891,
|
| 108 |
+
"eval_samples_per_second": 26.375,
|
| 109 |
+
"eval_steps_per_second": 0.155,
|
| 110 |
+
"step": 20
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"epoch": 2.75,
|
| 114 |
+
"eval_accuracy": 0.8588235294117647,
|
| 115 |
+
"eval_loss": 0.3240058124065399,
|
| 116 |
+
"eval_runtime": 12.9745,
|
| 117 |
+
"eval_samples_per_second": 26.205,
|
| 118 |
+
"eval_steps_per_second": 0.154,
|
| 119 |
+
"step": 22
|
| 120 |
+
},
|
| 121 |
+
{
|
| 122 |
+
"epoch": 3.0,
|
| 123 |
+
"eval_accuracy": 0.8411764705882353,
|
| 124 |
+
"eval_loss": 0.3178284466266632,
|
| 125 |
+
"eval_runtime": 13.0,
|
| 126 |
+
"eval_samples_per_second": 26.154,
|
| 127 |
+
"eval_steps_per_second": 0.154,
|
| 128 |
+
"step": 24
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 3.25,
|
| 132 |
+
"eval_accuracy": 0.8382352941176471,
|
| 133 |
+
"eval_loss": 0.3322012424468994,
|
| 134 |
+
"eval_runtime": 13.3231,
|
| 135 |
+
"eval_samples_per_second": 25.52,
|
| 136 |
+
"eval_steps_per_second": 0.15,
|
| 137 |
+
"step": 26
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"epoch": 3.5,
|
| 141 |
+
"eval_accuracy": 0.8382352941176471,
|
| 142 |
+
"eval_loss": 0.32616716623306274,
|
| 143 |
+
"eval_runtime": 12.9394,
|
| 144 |
+
"eval_samples_per_second": 26.276,
|
| 145 |
+
"eval_steps_per_second": 0.155,
|
| 146 |
+
"step": 28
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"epoch": 3.75,
|
| 150 |
+
"learning_rate": 3.5714285714285714e-06,
|
| 151 |
+
"loss": 0.3014,
|
| 152 |
+
"step": 30
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"epoch": 3.75,
|
| 156 |
+
"eval_accuracy": 0.8470588235294118,
|
| 157 |
+
"eval_loss": 0.3135005831718445,
|
| 158 |
+
"eval_runtime": 12.9318,
|
| 159 |
+
"eval_samples_per_second": 26.292,
|
| 160 |
+
"eval_steps_per_second": 0.155,
|
| 161 |
+
"step": 30
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"epoch": 4.0,
|
| 165 |
+
"eval_accuracy": 0.8588235294117647,
|
| 166 |
+
"eval_loss": 0.3113703429698944,
|
| 167 |
+
"eval_runtime": 12.9695,
|
| 168 |
+
"eval_samples_per_second": 26.215,
|
| 169 |
+
"eval_steps_per_second": 0.154,
|
| 170 |
+
"step": 32
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 4.0,
|
| 174 |
+
"step": 32,
|
| 175 |
+
"total_flos": 2.787689868572492e+18,
|
| 176 |
+
"train_loss": 0.47138625010848045,
|
| 177 |
+
"train_runtime": 752.897,
|
| 178 |
+
"train_samples_per_second": 16.225,
|
| 179 |
+
"train_steps_per_second": 0.043
|
| 180 |
+
}
|
| 181 |
+
],
|
| 182 |
+
"max_steps": 32,
|
| 183 |
+
"num_train_epochs": 4,
|
| 184 |
+
"total_flos": 2.787689868572492e+18,
|
| 185 |
+
"trial_name": null,
|
| 186 |
+
"trial_params": null
|
| 187 |
+
}
|
image-detection-waifu-v1/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf346e89d77dd1125476c7cb7dbdf294bdbbf4d2f4fbb28954ce951838d8ca94
|
| 3 |
+
size 3387
|