Update README.md
Browse files
README.md
CHANGED
@@ -73,10 +73,12 @@ dataset_info:
|
|
73 |
dtype: string
|
74 |
- name: Outfit/Pattern Design
|
75 |
dtype: string
|
76 |
-
- name:
|
77 |
-
|
|
|
78 |
dtype: string
|
79 |
-
- name:
|
|
|
80 |
height
|
81 |
dtype: string
|
82 |
- name: Paintowork
|
@@ -323,10 +325,12 @@ dataset_info:
|
|
323 |
dtype: string
|
324 |
- name: Outfit/Pattern Design
|
325 |
dtype: string
|
326 |
-
- name:
|
327 |
-
|
|
|
328 |
dtype: string
|
329 |
-
- name:
|
|
|
330 |
height
|
331 |
dtype: string
|
332 |
- name: Paintowork
|
@@ -573,10 +577,12 @@ dataset_info:
|
|
573 |
dtype: string
|
574 |
- name: Outfit/Pattern Design
|
575 |
dtype: string
|
576 |
-
- name:
|
577 |
-
|
|
|
578 |
dtype: string
|
579 |
-
- name:
|
|
|
580 |
height
|
581 |
dtype: string
|
582 |
- name: Paintowork
|
@@ -823,10 +829,12 @@ dataset_info:
|
|
823 |
dtype: string
|
824 |
- name: Outfit/Pattern Design
|
825 |
dtype: string
|
826 |
-
- name:
|
827 |
-
|
|
|
828 |
dtype: string
|
829 |
-
- name:
|
|
|
830 |
height
|
831 |
dtype: string
|
832 |
- name: Paintowork
|
@@ -1073,10 +1081,12 @@ dataset_info:
|
|
1073 |
dtype: string
|
1074 |
- name: Outfit/Pattern Design
|
1075 |
dtype: string
|
1076 |
-
- name:
|
1077 |
-
|
|
|
1078 |
dtype: string
|
1079 |
-
- name:
|
|
|
1080 |
height
|
1081 |
dtype: string
|
1082 |
- name: Paintowork
|
@@ -1323,10 +1333,12 @@ dataset_info:
|
|
1323 |
dtype: string
|
1324 |
- name: Outfit/Pattern Design
|
1325 |
dtype: string
|
1326 |
-
- name:
|
1327 |
-
|
|
|
1328 |
dtype: string
|
1329 |
-
- name:
|
|
|
1330 |
height
|
1331 |
dtype: string
|
1332 |
- name: Paintowork
|
@@ -1573,10 +1585,12 @@ dataset_info:
|
|
1573 |
dtype: string
|
1574 |
- name: Outfit/Pattern Design
|
1575 |
dtype: string
|
1576 |
-
- name:
|
1577 |
-
|
|
|
1578 |
dtype: string
|
1579 |
-
- name:
|
|
|
1580 |
height
|
1581 |
dtype: string
|
1582 |
- name: Paintowork
|
@@ -1780,239 +1794,23 @@ configs:
|
|
1780 |
data_files:
|
1781 |
- split: train
|
1782 |
path: tokyofigure/train-*
|
|
|
|
|
|
|
1783 |
---
|
1784 |
|
1785 |
# PVC figure products dataset
|
1786 |
-
This dataset contains product information for figure images scraped from multiple Web sites.
|
1787 |
|
1788 |
-
|
1789 |
|
1790 |
-
|
1791 |
|
1792 |
-
|
1793 |
-
|
1794 |
-
|
1795 |
-
|
1796 |
-
|
1797 |
-
|
1798 |
-
|
1799 |
-
|
1800 |
-
|
1801 |
-
|
1802 |
-
```json
|
1803 |
-
[
|
1804 |
-
...
|
1805 |
-
{
|
1806 |
-
"id": 107,
|
1807 |
-
"image_urls": [
|
1808 |
-
"http://www.myethos.cn/upload/image/20160414/570f46082398c.jpg",
|
1809 |
-
...
|
1810 |
-
],
|
1811 |
-
"descriptions": {
|
1812 |
-
"Product Name": "FairyTale-Another-Snow White",
|
1813 |
-
"Scale": "1/8 (Approximately 245mm in height with stand included)",
|
1814 |
-
"Specifications": "Pre-painted ABS&PVC figure",
|
1815 |
-
"List Price": "8800 JPY",
|
1816 |
-
"Release Date": "2015/01"
|
1817 |
-
}
|
1818 |
-
},
|
1819 |
-
...
|
1820 |
-
]
|
1821 |
-
```
|
1822 |
-
|
1823 |
-
## tokyofigure.json
|
1824 |
-
|
1825 |
-
PVC figure products information from [tokyofigure.jp](https://tokyofigure.jp).
|
1826 |
-
|
1827 |
-
```ts
|
1828 |
-
interface Tokyofigure {
|
1829 |
-
id: number
|
1830 |
-
name: string
|
1831 |
-
price: string
|
1832 |
-
points: string
|
1833 |
-
descriptions: Record<string, string>
|
1834 |
-
comment: string
|
1835 |
-
image_urls: string[]
|
1836 |
-
}
|
1837 |
-
```
|
1838 |
-
|
1839 |
-
e.g.
|
1840 |
-
|
1841 |
-
```json
|
1842 |
-
[
|
1843 |
-
...
|
1844 |
-
{
|
1845 |
-
"id": 323,
|
1846 |
-
"name": "Genshin Impact \"It's not emergency food!\" Paimon Gourmet Series Trading Figures 6 pieces BOX",
|
1847 |
-
"price": "9,240",
|
1848 |
-
"points": "84",
|
1849 |
-
"descriptions": {
|
1850 |
-
"Product Categories": "Bishoujo (Beautiful Girls)",
|
1851 |
-
"JAN code": "6974096536047",
|
1852 |
-
"Release Date": "May. 2023 TBD",
|
1853 |
-
"Series": "Video Game",
|
1854 |
-
"Distributor:": "miHoYo",
|
1855 |
-
"Material:": "PVC & ABS Painted Finished Figures"
|
1856 |
-
},
|
1857 |
-
"comment": "All 6 types are available by purchasing 1BOX.\n\u3010lineup\u3011Paimon, Ripe Tomato Meat SaucePaimon Meat TsumitsumiPaimon Fisherman ToastPaimon/Kusaku Farmer's CuisinePaimon/Sen JumpPaimon Gogo no Pancake",
|
1858 |
-
"meta": {
|
1859 |
-
"Manufacturer": "miHoYo",
|
1860 |
-
"Original": "Genshin"
|
1861 |
-
},
|
1862 |
-
"image_urls": [
|
1863 |
-
"https://tokyofigure.jp/upload/save_image/12231522_63a54929240b3.jpg",
|
1864 |
-
...
|
1865 |
-
]
|
1866 |
-
},
|
1867 |
-
...
|
1868 |
-
]
|
1869 |
-
```
|
1870 |
-
|
1871 |
-
## kotobukiya.json
|
1872 |
-
|
1873 |
-
PVC figure products information from [en.kotobukiya.co.jp](https://en.kotobukiya.co.jp).
|
1874 |
-
|
1875 |
-
```ts
|
1876 |
-
interface Kotobukiya {
|
1877 |
-
id: string
|
1878 |
-
title: string
|
1879 |
-
copyrights: string[]
|
1880 |
-
tags: string[]
|
1881 |
-
specification: Record<string, string>
|
1882 |
-
images: string[]
|
1883 |
-
descriptions: string[]
|
1884 |
-
}
|
1885 |
-
```
|
1886 |
-
|
1887 |
-
e.g.
|
1888 |
-
|
1889 |
-
```json
|
1890 |
-
[
|
1891 |
-
{
|
1892 |
-
"id": "0000004744",
|
1893 |
-
"title": "Ange Katrina",
|
1894 |
-
"copyrights": [
|
1895 |
-
"Pre-Painted PVC Figure",
|
1896 |
-
"NIJISANJI"
|
1897 |
-
],
|
1898 |
-
"tags": [
|
1899 |
-
"Figure"
|
1900 |
-
],
|
1901 |
-
"specification": {
|
1902 |
-
"Month of Release": "Sep, 2023",
|
1903 |
-
"Scale": "1/7",
|
1904 |
-
"Product Size": "264mm tall",
|
1905 |
-
"Specification": "Pre-Painted PVC Figure",
|
1906 |
-
"Material": "PVC (Phthalate-free)\u30fbABS",
|
1907 |
-
"Sculptor": "Rico"
|
1908 |
-
},
|
1909 |
-
"images": [
|
1910 |
-
"https://en.kotobukiya.co.jp/wp-content/uploads/2023/01/4327d953cc3a863ab3ec7f476e291abf3f8ae4a4.jpg",
|
1911 |
-
...
|
1912 |
-
],
|
1913 |
-
"descriptions": [
|
1914 |
-
"The virtual Youtuber and NIJISANJI member Ange Katrina is being made into a 1/7 scale figure!",
|
1915 |
-
"She comes to life in a pose based on her promotional visual, with her signature cheerful smile being the highlight of this figure!",
|
1916 |
-
"Extra care was paid to bringing out even the minute details, such as the volume in her thick coat and detailing on her boots.",
|
1917 |
-
"Clear parts were used on her crimson hair to achieve a light and delicate finish with a sense of transparency. Her gold hairpin has also been perfectly sculpted.",
|
1918 |
-
"Enjoy her even more with the option of displaying her with the included winking face part!",
|
1919 |
-
"Recreate Sanbaka by displaying her alongside Lize Helesta and the upcoming Inui Toko! Add her to your collection today!"
|
1920 |
-
]
|
1921 |
-
},
|
1922 |
-
...
|
1923 |
-
]
|
1924 |
-
```
|
1925 |
-
|
1926 |
-
## goodsmile
|
1927 |
-
|
1928 |
-
```ts
|
1929 |
-
interface GoodSmile {
|
1930 |
-
id: string
|
1931 |
-
title: string
|
1932 |
-
details: Record<string, string>
|
1933 |
-
image_urls: string[]
|
1934 |
-
}
|
1935 |
-
```
|
1936 |
-
|
1937 |
-
### Figma
|
1938 |
-
|
1939 |
-
Figma products information from [www.goodsmile.info](https://www.goodsmile.info/en/).
|
1940 |
-
|
1941 |
-
e.g.
|
1942 |
-
|
1943 |
-
```json
|
1944 |
-
[
|
1945 |
-
{
|
1946 |
-
"id": "13881",
|
1947 |
-
"title": "figma Sophia F. Shirring: Bikini Armor ver.",
|
1948 |
-
"details": {
|
1949 |
-
"Product Name": "figma Sophia F. Shirring: Bikini Armor ver.",
|
1950 |
-
"Series": "BUNNY SUIT PLANNING",
|
1951 |
-
"Manufacturer": "Max Factory",
|
1952 |
-
"Category": "figma",
|
1953 |
-
"Price": "\u00a512,800",
|
1954 |
-
"Release Date": "2024/01",
|
1955 |
-
"Specifications": "Painted plastic non-scale articulated figure with stand included. Approximately 170mm in height (150mm in height to top of head).",
|
1956 |
-
"Sculptor": "Max Factory (Jun Yamaoka)/PINPOINT",
|
1957 |
-
"Cooperation": "Masaki Apsy",
|
1958 |
-
"Released by": "Max Factory",
|
1959 |
-
"Distributed by": "Good Smile Company"
|
1960 |
-
},
|
1961 |
-
"image_urls": [
|
1962 |
-
"https://images.goodsmile.info/cgm/images/product/20230126/13881/110758/large/3c43cba93a10884cc52c63850b1e89dc.jpg",
|
1963 |
-
...
|
1964 |
-
]
|
1965 |
-
},
|
1966 |
-
...
|
1967 |
-
```
|
1968 |
-
|
1969 |
-
### Nendoroid
|
1970 |
-
|
1971 |
-
Nendoroid products information from [www.goodsmile.info](https://www.goodsmile.info/en/).
|
1972 |
-
|
1973 |
-
e.g.
|
1974 |
-
|
1975 |
-
```json
|
1976 |
-
[
|
1977 |
-
{
|
1978 |
-
"id": "13943",
|
1979 |
-
"title": "Nendoroid Doll Marin Kitagawa",
|
1980 |
-
"details": {
|
1981 |
-
"Product Name": "Nendoroid Doll Marin Kitagawa",
|
1982 |
-
"Series": "My Dress-Up Darling",
|
1983 |
-
"Manufacturer": "Good Smile Company",
|
1984 |
-
"Category": "Nendoroid Doll",
|
1985 |
-
"Price": "\u00a58,500",
|
1986 |
-
"Release Date": "2023/11",
|
1987 |
-
"Specifications": "Painted non-scale articulated doll made with cloth, magnets and plastic with stand included. Approximately 140mm in height.",
|
1988 |
-
"Sculptor": "Shichibee (Matsuda Model), Nendoron",
|
1989 |
-
"Cooperation": "Sawada Koubou, Nendoron",
|
1990 |
-
"Outfit/Pattern Design": "Mieko Akimoto"
|
1991 |
-
},
|
1992 |
-
"image_urls": [
|
1993 |
-
"https://images.goodsmile.info/cgm/images/product/20230208/13943/111351/large/05550ad6dbbb6e4f9a6622e30610fe96.jpg",
|
1994 |
-
...
|
1995 |
-
]
|
1996 |
-
},
|
1997 |
-
...
|
1998 |
-
```
|
1999 |
-
|
2000 |
-
## spiritale.json
|
2001 |
-
|
2002 |
-
Spiritale products information from [spiritale.jp](https://spiritale.jp).
|
2003 |
-
|
2004 |
-
e.g.
|
2005 |
-
|
2006 |
-
```json
|
2007 |
-
[
|
2008 |
-
{
|
2009 |
-
"id": "50101200",
|
2010 |
-
"title": "\u521d\u97f3\u30df\u30af 39's Special Day 1/7\u30b9\u30b1\u30fc\u30eb\u30d5\u30a3\u30ae\u30e5\u30a2\u3010\u5b8c\u5168\u53d7\u6ce8\u751f\u7523\u30fb\u30bf\u30a4\u30c8\u30fc\u30d7\u30ed\u30c0\u30af\u30c4\u30aa\u30f3\u30e9\u30a4\u30f3\u30b9\u30c8\u30a2\u9650\u5b9a\u3011",
|
2011 |
-
"images": [
|
2012 |
-
"https://spiritale.jp/img/items/2302_39miku/02_31008.jpg",
|
2013 |
-
...
|
2014 |
-
],
|
2015 |
-
"price": "\uffe535,200"
|
2016 |
-
},
|
2017 |
-
...
|
2018 |
-
```
|
|
|
73 |
dtype: string
|
74 |
- name: Outfit/Pattern Design
|
75 |
dtype: string
|
76 |
+
- name: >-
|
77 |
+
Painted ABS&PVC non-scale articulated figure with stand included.
|
78 |
+
Approximately 165mm in height
|
79 |
dtype: string
|
80 |
+
- name: >-
|
81 |
+
Painted ABS&PVC posable figure - not to scale - approximately 150mm in
|
82 |
height
|
83 |
dtype: string
|
84 |
- name: Paintowork
|
|
|
325 |
dtype: string
|
326 |
- name: Outfit/Pattern Design
|
327 |
dtype: string
|
328 |
+
- name: >-
|
329 |
+
Painted ABS&PVC non-scale articulated figure with stand included.
|
330 |
+
Approximately 165mm in height
|
331 |
dtype: string
|
332 |
+
- name: >-
|
333 |
+
Painted ABS&PVC posable figure - not to scale - approximately 150mm in
|
334 |
height
|
335 |
dtype: string
|
336 |
- name: Paintowork
|
|
|
577 |
dtype: string
|
578 |
- name: Outfit/Pattern Design
|
579 |
dtype: string
|
580 |
+
- name: >-
|
581 |
+
Painted ABS&PVC non-scale articulated figure with stand included.
|
582 |
+
Approximately 165mm in height
|
583 |
dtype: string
|
584 |
+
- name: >-
|
585 |
+
Painted ABS&PVC posable figure - not to scale - approximately 150mm in
|
586 |
height
|
587 |
dtype: string
|
588 |
- name: Paintowork
|
|
|
829 |
dtype: string
|
830 |
- name: Outfit/Pattern Design
|
831 |
dtype: string
|
832 |
+
- name: >-
|
833 |
+
Painted ABS&PVC non-scale articulated figure with stand included.
|
834 |
+
Approximately 165mm in height
|
835 |
dtype: string
|
836 |
+
- name: >-
|
837 |
+
Painted ABS&PVC posable figure - not to scale - approximately 150mm in
|
838 |
height
|
839 |
dtype: string
|
840 |
- name: Paintowork
|
|
|
1081 |
dtype: string
|
1082 |
- name: Outfit/Pattern Design
|
1083 |
dtype: string
|
1084 |
+
- name: >-
|
1085 |
+
Painted ABS&PVC non-scale articulated figure with stand included.
|
1086 |
+
Approximately 165mm in height
|
1087 |
dtype: string
|
1088 |
+
- name: >-
|
1089 |
+
Painted ABS&PVC posable figure - not to scale - approximately 150mm in
|
1090 |
height
|
1091 |
dtype: string
|
1092 |
- name: Paintowork
|
|
|
1333 |
dtype: string
|
1334 |
- name: Outfit/Pattern Design
|
1335 |
dtype: string
|
1336 |
+
- name: >-
|
1337 |
+
Painted ABS&PVC non-scale articulated figure with stand included.
|
1338 |
+
Approximately 165mm in height
|
1339 |
dtype: string
|
1340 |
+
- name: >-
|
1341 |
+
Painted ABS&PVC posable figure - not to scale - approximately 150mm in
|
1342 |
height
|
1343 |
dtype: string
|
1344 |
- name: Paintowork
|
|
|
1585 |
dtype: string
|
1586 |
- name: Outfit/Pattern Design
|
1587 |
dtype: string
|
1588 |
+
- name: >-
|
1589 |
+
Painted ABS&PVC non-scale articulated figure with stand included.
|
1590 |
+
Approximately 165mm in height
|
1591 |
dtype: string
|
1592 |
+
- name: >-
|
1593 |
+
Painted ABS&PVC posable figure - not to scale - approximately 150mm in
|
1594 |
height
|
1595 |
dtype: string
|
1596 |
- name: Paintowork
|
|
|
1794 |
data_files:
|
1795 |
- split: train
|
1796 |
path: tokyofigure/train-*
|
1797 |
+
language:
|
1798 |
+
- en
|
1799 |
+
- ja
|
1800 |
---
|
1801 |
|
1802 |
# PVC figure products dataset
|
|
|
1803 |
|
1804 |
+
This dataset contains product information of figure images scraped from multiple Web sites.
|
1805 |
|
1806 |
+
## Dataset information
|
1807 |
|
1808 |
+
|Subset|Source|Size|
|
1809 |
+
|-|-|-|
|
1810 |
+
|`goodsmile-figma`|https://www.goodsmile.info/ja/products/category/figma/announced/2023|947|
|
1811 |
+
|`goodsmile-nendoroid`|https://www.goodsmile.info/ja/products/category/nendoroid_series/announced/2023|3378|
|
1812 |
+
|`goodsmile-scale`|https://www.goodsmile.info/ja/products/category/scale/announced/2023|2203|
|
1813 |
+
|`kotobukiya`|https://www.kotobukiya.co.jp/en/product/figures/|864|
|
1814 |
+
|`myethos`|http://www.myethos.cn/Collection|95|
|
1815 |
+
|`spiritale`|https://spiritale.jp/shop/c/csallitem/|21|
|
1816 |
+
|`tokyofigures`|https://tokyofigure.jp/products/list.php|394|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|