![]()
= ({
width: size.width,
height: size.height
};
-
const listStyleContent: React.CSSProperties = {
width: size.width,
height: imageData.labelRects.length * labelInputFieldHeight
@@ -136,32 +134,6 @@ const RectLabelsList: React.FC
= ({
updateActiveLabelId(null);
};
- const checkScore = (labelRect: LabelRect): boolean => {
- const criteria = AISelector.getScoreCriteria();
-
- if (labelRect.mode === LabelModeType.HUMAN) {
- const found = _.find(imageData.humans, {uuid: labelRect.id});
- if(found?.genderScore < criteria.gender) {
- return true;
- }
- if(found?.styleScore?.length > 0 && found?.styleScore[0].score < criteria.style) {
- return true;
- }
- } else {
- const found = _.find(imageData.items, {uuid: labelRect.id});
- if(found?.colorScore?.length > 0 && found?.colorScore[0].score < criteria.color) {
- return true;
- }
- if(found?.itemScore < criteria.item) {
- return true;
- }
- if(found?.patternScore?.length > 0 && found?.patternScore[0].score < criteria.pattern) {
- return true;
- }
- }
- return false;
- }
-
const getDescription = (labelRect: LabelRect) => {
if (labelRect.mode === LabelModeType.HUMAN) {
const found = _.find(imageData.humans, {uuid: labelRect.id});
@@ -352,7 +324,7 @@ const RectLabelsList: React.FC = ({
labelRect.status === LabelStatus.ACCEPTED
)
.map((labelRect: LabelRect) => {
- const isFlagged = checkScore(labelRect)
+
return (
= ({
imageStatus={imageData.image_status}
qcStatus={labelRect.qc_status}
qcComment={labelRect.qc_comment}
- scoreFlag={isFlagged}
/>
);
});
diff --git a/src/views/MainView/ImagesFetcher/ImagesFetcher.tsx b/src/views/MainView/ImagesFetcher/ImagesFetcher.tsx
index 27bdbd6c..8d3ef159 100644
--- a/src/views/MainView/ImagesFetcher/ImagesFetcher.tsx
+++ b/src/views/MainView/ImagesFetcher/ImagesFetcher.tsx
@@ -23,15 +23,11 @@ import {APIService} from '../../../services/API';
import {ClipLoader} from 'react-spinners';
import {CSSHelper} from '../../../logic/helpers/CSSHelper';
import {Package, ChevronRightBlack, ChevronRightWhite} from "../../../assets/icons"
-// import peudoData from './psedu_data.json'
-import { updateScoreCriteria } from 'store/ai/actionCreators';
-
interface IProps {
updateActiveImageIndexAction: (activeImageIndex: number) => any;
addImageDataAction: (imageData: ImageData[]) => any;
updateProjectDataAction: (projectData: ProjectData) => any;
updateActivePopupTypeAction: (activePopupType: PopupWindowType) => any;
- updateScoreCriteria: (scoreCriteria: any) => any;
projectData: ProjectData;
goBack: () => any
}
@@ -67,12 +63,7 @@ const ImagesFetcher: React.FC = (props: PropsWithChildren) => {
setIsLoading(true);
const statusValueParams = statusValue !== 'all' ? statusValue: null
const {data} = await APIService.fetchImages({offset, limit, image_status: statusValueParams});
- //@ts-ignore
setAcceptedImages(data.data.image_list);
- if(data.data?.score_criteria) {
- console.log('criteria', data.data.score_criteria)
- props.updateScoreCriteria(data.data.score_criteria);
- }
} catch (error) {
console.error('Failed to loadImages: ', error);
} finally {
@@ -218,8 +209,7 @@ const mapDispatchToProps = {
updateActiveImageIndexAction: updateActiveImageIndex,
addImageDataAction: addImageData,
updateProjectDataAction: updateProjectData,
- updateActivePopupTypeAction: updateActivePopupType,
- updateScoreCriteria: updateScoreCriteria,
+ updateActivePopupTypeAction: updateActivePopupType
};
const mapStateToProps = (state: AppState) => ({
diff --git a/src/views/MainView/ImagesFetcher/psedu_data.json b/src/views/MainView/ImagesFetcher/psedu_data.json
deleted file mode 100644
index 2f5df115..00000000
--- a/src/views/MainView/ImagesFetcher/psedu_data.json
+++ /dev/null
@@ -1,15102 +0,0 @@
-{
- "status": "success",
- "code": 200,
- "message": {
- "en": "Your request is successful.",
- "vi": "Your request is successful.",
- "kr": "Your request is successful."
- },
- "data": {
- "image_list": [
- {
- "image_id": "1324288",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/thebitsy.chic/thebitsy.chic_001/thebitsy.chic_Female_Girly-Elegance_Cp5I3TqPhbd-20230403140608-75.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/thebitsy.chic/thebitsy.chic_001/thebitsy.chic_Female_Girly-Elegance_Cp5I3TqPhbd-20230403140608-75.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 251,
- "lt_y": 172,
- "rb_x": 713,
- "rb_y": 1193
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "GIRLY:VACATION:SEXY",
- "style_score": "0.86:0.05:0.04"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:8:38:c2cd458e-9eea-4eea-8e90-0ca1ca9be5bd:2:14",
- "bounding_box": {
- "lt_x": 420,
- "lt_y": 909,
- "rb_x": 566,
- "rb_y": 1193
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.42:0.36:0.1:0.08:0.01",
- "colors": "2:7:5:6:8",
- "item_score": 0.51,
- "pattern_score": "0.86:0.06:0.05:0.02:0.01",
- "patterns": "14:2:17:18:10"
- },
- {
- "item_id": "0:2:5:24:06070810-7962-40fd-9199-36fa0c858681:5:1",
- "bounding_box": {
- "lt_x": 303,
- "lt_y": 329,
- "rb_x": 650,
- "rb_y": 828
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.0:0.0:0.0:0.0",
- "colors": "5:17:6:7:12",
- "item_score": 0.84,
- "pattern_score": "0.91:0.06:0.01:0.01:0.01",
- "patterns": "1:18:10:13:14"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "19",
- "name": "Elegance"
- }
- ]
- },
- {
- "image_id": "1324289",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/thebitsy.chic/thebitsy.chic_001/thebitsy.chic_Female_Girly-Elegance_Cp5I3TqPhbd-20230403140609-10.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/thebitsy.chic/thebitsy.chic_001/thebitsy.chic_Female_Girly-Elegance_Cp5I3TqPhbd-20230403140609-10.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 230,
- "lt_y": 189,
- "rb_x": 775,
- "rb_y": 1195
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "style_candidates": "GIRLY:ELEGANCE:BASIC"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:5:24:81f9df8e-e839-4bd3-ad5f-a719b8b7f7ef:5:1",
- "bounding_box": {
- "lt_x": 236,
- "lt_y": 356,
- "rb_x": 766,
- "rb_y": 979
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "colors": "5:17:7:6:4",
- "patterns": "1:18:14:2:10"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "19",
- "name": "Elegance"
- }
- ]
- },
- {
- "image_id": "1324290",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/thebitsy.chic/thebitsy.chic_001/thebitsy.chic_Female_Girly-Elegance_Cp5I3TqPhbd-20230403140610-91.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/thebitsy.chic/thebitsy.chic_001/thebitsy.chic_Female_Girly-Elegance_Cp5I3TqPhbd-20230403140610-91.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 221,
- "lt_y": 284,
- "rb_x": 922,
- "rb_y": 1200
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "GIRLY:SEXY:ELEGANCE",
- "style_score": "0.64:0.12:0.11"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:5:24:275ce4ea-59fc-404a-9f9b-ddab0d793633:5:1",
- "bounding_box": {
- "lt_x": 224,
- "lt_y": 443,
- "rb_x": 688,
- "rb_y": 1047
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.0:0.0:0.0:0.0",
- "colors": "5:17:7:6:12",
- "item_score": 0.96,
- "pattern_score": "0.67:0.14:0.07:0.04:0.02",
- "patterns": "1:18:14:10:11"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "19",
- "name": "Elegance"
- }
- ]
- },
- {
- "image_id": "1324291",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/thebitsy.chic/thebitsy.chic_001/thebitsy.chic_Female_Girly-Elegance_Cp5I3TqPhbd-20230403140610-88.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/thebitsy.chic/thebitsy.chic_001/thebitsy.chic_Female_Girly-Elegance_Cp5I3TqPhbd-20230403140610-88.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 163,
- "lt_y": 165,
- "rb_x": 715,
- "rb_y": 1193
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "GIRLY:VACATION:ELEGANCE",
- "style_score": "0.86:0.05:0.03"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:9:43:5b02a017-55c7-4eca-9e83-c433e6b78d10:5:18",
- "bounding_box": {
- "lt_x": 321,
- "lt_y": 365,
- "rb_x": 420,
- "rb_y": 536
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.97:0.01:0.01:0.0:0.0",
- "colors": "5:2:7:6:17",
- "item_score": 0.33,
- "pattern_score": "0.41:0.39:0.18:0.01:0.0",
- "patterns": "18:10:13:6:14"
- },
- {
- "item_id": "0:2:5:24:a232babe-637e-465d-ae6e-12ac16ba26a8:5:1",
- "bounding_box": {
- "lt_x": 294,
- "lt_y": 332,
- "rb_x": 676,
- "rb_y": 864
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.0:0.0:0.0:0.0",
- "colors": "5:17:6:7:4",
- "item_score": 0.96,
- "pattern_score": "0.95:0.02:0.01:0.01:0.0",
- "patterns": "1:18:14:10:13"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "19",
- "name": "Elegance"
- }
- ]
- },
- {
- "image_id": "1323799",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/mimistudios__/mimistudios___001/mimistudios___Female_Elegance-Sexy_CqPJg3vJ8ai-20230403122803-35.jpg",
- "image_width": 750,
- "image_height": 750,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/mimistudios__/mimistudios___001/mimistudios___Female_Elegance-Sexy_CqPJg3vJ8ai-20230403122803-35.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "26",
- "name": "Sexy"
- }
- ]
- },
- {
- "image_id": "1323800",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/mimistudios__/mimistudios___001/mimistudios___Female_Elegance-Sexy_CqGAi4vpWpA-20230403122804-55.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/mimistudios__/mimistudios___001/mimistudios___Female_Elegance-Sexy_CqGAi4vpWpA-20230403122804-55.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 217,
- "lt_y": 195,
- "rb_x": 892,
- "rb_y": 1200
- },
- "style": [
- "ELEGANCE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "ELEGANCE:GIRLY:OFFICE",
- "style_score": "0.36:0.34:0.13"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:5:24:3e922003-a449-475b-99f8-c61ba568f453:1:18",
- "bounding_box": {
- "lt_x": 235,
- "lt_y": 364,
- "rb_x": 668,
- "rb_y": 924
- },
- "style": [
- "ELEGANCE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.94:0.03:0.01:0.01:0.01",
- "colors": "1:3:14:7:2",
- "item_score": 0.75,
- "pattern_score": "0.95:0.04:0.01:0.0:0.0",
- "patterns": "18:14:10:17:13"
- },
- {
- "item_id": "0:2:8:38:0501efe5-7a0b-4294-b224-7ea0f13d9905:1:17",
- "bounding_box": {
- "lt_x": 595,
- "lt_y": 1017,
- "rb_x": 885,
- "rb_y": 1200
- },
- "style": [
- "ELEGANCE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.73:0.17:0.03:0.02:0.02",
- "colors": "1:7:2:3:8",
- "item_score": 0.87,
- "pattern_score": "0.78:0.11:0.04:0.04:0.02",
- "patterns": "17:11:15:14:2"
- }
- ]
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "26",
- "name": "Sexy"
- }
- ]
- },
- {
- "image_id": "1323801",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/mimistudios__/mimistudios___001/mimistudios___Female_Elegance-Sexy_CqGAi4vpWpA-20230403122805-36.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/mimistudios__/mimistudios___001/mimistudios___Female_Elegance-Sexy_CqGAi4vpWpA-20230403122805-36.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 442,
- "lt_y": 380,
- "rb_x": 958,
- "rb_y": 1198
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "GIRLY:STREET:RETRO",
- "style_score": "0.36:0.28:0.16"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:2:12:34343970-3802-41cf-847d-48b76d778034:1:14",
- "bounding_box": {
- "lt_x": 577,
- "lt_y": 557,
- "rb_x": 956,
- "rb_y": 1046
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.66:0.26:0.06:0.01:0.0",
- "colors": "1:14:3:2:7",
- "item_score": 0.54,
- "pattern_score": "0.52:0.26:0.16:0.02:0.01",
- "patterns": "14:18:2:13:17"
- }
- ]
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "26",
- "name": "Sexy"
- }
- ]
- },
- {
- "image_id": "1323802",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/mimistudios__/mimistudios___001/mimistudios___Female_Elegance-Sexy_CqGAi4vpWpA-20230403122806-91.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/mimistudios__/mimistudios___001/mimistudios___Female_Elegance-Sexy_CqGAi4vpWpA-20230403122806-91.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 282,
- "lt_y": 388,
- "rb_x": 815,
- "rb_y": 1157
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.96,
- "style_candidates": "STREET:PUNK:GIRLY",
- "style_score": "0.3:0.24:0.23"
- },
- {
- "human_id": "1:2:-1",
- "bounding_box": {
- "lt_x": 597,
- "lt_y": 444,
- "rb_x": 958,
- "rb_y": 1030
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.97,
- "style_candidates": "STREET:SEXY:SPORTY",
- "style_score": "0.43:0.15:0.09"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:5:24:98ec66c7-1df4-4e31-9745-f3ceba107c22:1:14",
- "bounding_box": {
- "lt_x": 285,
- "lt_y": 496,
- "rb_x": 607,
- "rb_y": 853
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.97:0.02:0.01:0.0:0.0",
- "colors": "1:3:14:2:7",
- "item_score": 0.86,
- "pattern_score": "0.64:0.29:0.03:0.02:0.01",
- "patterns": "14:18:10:13:6"
- },
- {
- "item_id": "0:2:8:38:75b738b5-fb4e-4621-907e-f5011089a951:1:17",
- "bounding_box": {
- "lt_x": 626,
- "lt_y": 931,
- "rb_x": 814,
- "rb_y": 1157
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.91:0.03:0.03:0.02:0.01",
- "colors": "1:7:2:3:14",
- "item_score": 0.87,
- "pattern_score": "0.66:0.19:0.09:0.04:0.01",
- "patterns": "17:15:11:14:2"
- },
- {
- "item_id": "1:2:11:62:de4f55eb-ac5a-42a3-84fe-886d6241566f:1:14",
- "bounding_box": {
- "lt_x": 597,
- "lt_y": 696,
- "rb_x": 954,
- "rb_y": 1030
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.95:0.02:0.01:0.01:0.01",
- "colors": "1:7:2:14:3",
- "item_score": 0.43,
- "pattern_score": "0.62:0.23:0.04:0.03:0.03",
- "patterns": "14:17:18:15:2"
- },
- {
- "item_id": "1:2:8:37:7b873bb7-bd26-46f0-a4c1-b981cc6cf03f:1:17",
- "bounding_box": {
- "lt_x": 670,
- "lt_y": 917,
- "rb_x": 956,
- "rb_y": 1030
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.96:0.01:0.01:0.01:0.0",
- "colors": "1:7:2:3:21",
- "item_score": 0.56,
- "pattern_score": "0.45:0.32:0.13:0.05:0.02",
- "patterns": "17:15:14:11:13"
- }
- ]
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "26",
- "name": "Sexy"
- }
- ]
- },
- {
- "image_id": "1323803",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqiD_0LpjSw-20230403123004-80.jpg",
- "image_width": 1075,
- "image_height": 1343,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqiD_0LpjSw-20230403123004-80.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:-1:-1",
- "bounding_box": {
- "lt_x": 402,
- "lt_y": 401,
- "rb_x": 669,
- "rb_y": 1330
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "GIRLY:STREET:ELEGANCE",
- "style_score": "0.32:0.25:0.11"
- }
- ],
- "item_info": [
- {
- "item_id": "0:-1:2:12:b3e00224-cf40-4d65-85d1-0f5bae496f59:1:6",
- "bounding_box": {
- "lt_x": 419,
- "lt_y": 514,
- "rb_x": 668,
- "rb_y": 891
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "1.0:0.0:0.0:0.0:0.0",
- "colors": "1:14:7:8:2",
- "item_score": 0.27,
- "pattern_score": "0.72:0.16:0.07:0.03:0.01",
- "patterns": "6:15:10:14:18"
- },
- {
- "item_id": "0:-1:12:65:9afb129d-5cef-4651-a2b5-e3fe12e2dc6c:7:13",
- "bounding_box": {
- "lt_x": 483,
- "lt_y": 443,
- "rb_x": 573,
- "rb_y": 482
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.31:0.28:0.09:0.09:0.07",
- "colors": "7:2:21:3:15",
- "item_score": 0.35,
- "pattern_score": "0.98:0.01:0.0:0.0:0.0",
- "patterns": "13:14:15:17:11"
- },
- {
- "item_id": "0:-1:9:44:b64a8d5f-8e5d-4990-9f5c-3a490d900738:1:11",
- "bounding_box": {
- "lt_x": 402,
- "lt_y": 671,
- "rb_x": 483,
- "rb_y": 834
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.0:0.0:0.0:0.0",
- "colors": "1:14:8:7:3",
- "item_score": 0.49,
- "pattern_score": "0.91:0.04:0.04:0.0:0.0",
- "patterns": "11:14:15:17:13"
- },
- {
- "item_id": "0:-1:8:37:363a32cf-d3f2-40aa-a17e-f5ebe101c5ed:1:17",
- "bounding_box": {
- "lt_x": 434,
- "lt_y": 1169,
- "rb_x": 541,
- "rb_y": 1330
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.81:0.12:0.02:0.01:0.01",
- "colors": "1:2:3:14:7",
- "item_score": 0.77,
- "pattern_score": "0.65:0.21:0.07:0.03:0.02",
- "patterns": "17:14:15:13:2"
- }
- ]
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323804",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqffNZiPaQ8-20230403123004-32.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqffNZiPaQ8-20230403123004-32.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 335,
- "lt_y": 288,
- "rb_x": 678,
- "rb_y": 1200
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "GIRLY:ELEGANCE:PUNK",
- "style_score": "0.35:0.23:0.21"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:8:39:7f8dae3e-e7d7-4e71-98a9-a3bf8fc2cc00:1:14",
- "bounding_box": {
- "lt_x": 384,
- "lt_y": 1117,
- "rb_x": 522,
- "rb_y": 1200
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.65:0.27:0.04:0.01:0.01",
- "colors": "1:2:7:15:3",
- "item_score": 0.33,
- "pattern_score": "0.48:0.3:0.13:0.06:0.02",
- "patterns": "14:2:17:13:11"
- },
- {
- "item_id": "0:2:7:36:bf7ac73f-5798-483e-af8d-d800d0dc2313:1:6",
- "bounding_box": {
- "lt_x": 404,
- "lt_y": 548,
- "rb_x": 536,
- "rb_y": 610
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.55:0.41:0.01:0.0:0.0",
- "colors": "1:8:7:11:21",
- "item_score": 0.54,
- "pattern_score": "0.73:0.17:0.03:0.03:0.02",
- "patterns": "6:14:13:15:18"
- },
- {
- "item_id": "0:2:11:60:64254857-0aa6-4b8f-81fe-6ed5ca971d1a:1:6",
- "bounding_box": {
- "lt_x": 402,
- "lt_y": 546,
- "rb_x": 537,
- "rb_y": 609
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.67:0.29:0.01:0.0:0.0",
- "colors": "1:8:7:3:21",
- "item_score": 0.59,
- "pattern_score": "0.74:0.16:0.03:0.02:0.02",
- "patterns": "6:14:15:18:13"
- },
- {
- "item_id": "0:2:11:58:bf05af14-7ad6-4e2d-a6e6-8eeb26d89836:2:14",
- "bounding_box": {
- "lt_x": 386,
- "lt_y": 1082,
- "rb_x": 520,
- "rb_y": 1198
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.5:0.44:0.03:0.01:0.01",
- "colors": "2:1:7:15:3",
- "item_score": 0.77,
- "pattern_score": "0.51:0.25:0.13:0.07:0.02",
- "patterns": "14:2:17:13:11"
- },
- {
- "item_id": "0:2:8:37:f98ece44-3537-4e2c-bc91-e6452c17886e:1:14",
- "bounding_box": {
- "lt_x": 384,
- "lt_y": 1118,
- "rb_x": 524,
- "rb_y": 1199
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.71:0.22:0.04:0.01:0.01",
- "colors": "1:2:7:15:3",
- "item_score": 0.78,
- "pattern_score": "0.59:0.2:0.15:0.03:0.02",
- "patterns": "14:17:2:11:13"
- },
- {
- "item_id": "0:2:5:24:144e00d1-7b57-4e25-8fa7-e5a225e592ec:1:18",
- "bounding_box": {
- "lt_x": 335,
- "lt_y": 440,
- "rb_x": 675,
- "rb_y": 850
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.88:0.08:0.02:0.01:0.01",
- "colors": "1:8:3:7:2",
- "item_score": 0.85,
- "pattern_score": "1.0:0.0:0.0:0.0:0.0",
- "patterns": "18:6:14:10:13"
- }
- ]
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323805",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqMqJQhPtJu-20230403123004-04.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqMqJQhPtJu-20230403123004-04.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:-1:-1",
- "bounding_box": {
- "lt_x": 160,
- "lt_y": 79,
- "rb_x": 844,
- "rb_y": 1200
- },
- "style": [
- "RETRO"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "RETRO:OFFICE:ELEGANCE",
- "style_score": "0.43:0.29:0.09"
- }
- ],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323806",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqiD_0LpjSw-20230403123006-98.jpg",
- "image_width": 1075,
- "image_height": 1343,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqiD_0LpjSw-20230403123006-98.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 418,
- "lt_y": 350,
- "rb_x": 659,
- "rb_y": 1318
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.47,
- "style_candidates": "GIRLY:PUNK:ELEGANCE",
- "style_score": "0.52:0.14:0.08"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:9:42:c7efc007-ee16-4f59-9ccf-fa101953ceb8:1:14",
- "bounding_box": {
- "lt_x": 490,
- "lt_y": 845,
- "rb_x": 583,
- "rb_y": 1113
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.94:0.02:0.01:0.01:0.01",
- "colors": "1:8:14:3:7",
- "item_score": 0.45,
- "pattern_score": "0.44:0.28:0.19:0.03:0.03",
- "patterns": "14:11:15:17:13"
- },
- {
- "item_id": "0:2:12:65:502eb441-435c-41fc-975f-bffa67bf29b2:7:13",
- "bounding_box": {
- "lt_x": 471,
- "lt_y": 409,
- "rb_x": 568,
- "rb_y": 446
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.34:0.21:0.11:0.08:0.07",
- "colors": "7:2:8:5:15",
- "item_score": 0.49,
- "pattern_score": "0.96:0.02:0.02:0.0:0.0",
- "patterns": "13:14:17:15:11"
- },
- {
- "item_id": "0:2:2:12:74e2215d-c15d-4efc-a887-ec0f5b4ca835:1:15",
- "bounding_box": {
- "lt_x": 440,
- "lt_y": 480,
- "rb_x": 656,
- "rb_y": 857
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.97:0.02:0.01:0.0:0.0",
- "colors": "1:14:7:8:3",
- "item_score": 0.56,
- "pattern_score": "0.51:0.39:0.08:0.01:0.0",
- "patterns": "15:10:6:14:18"
- },
- {
- "item_id": "0:2:8:37:8625dfe7-8888-45b4-8aa5-80e422c8da9c:1:17",
- "bounding_box": {
- "lt_x": 460,
- "lt_y": 1188,
- "rb_x": 582,
- "rb_y": 1317
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.96:0.01:0.01:0.01:0.0",
- "colors": "1:14:3:2:13",
- "item_score": 0.63,
- "pattern_score": "0.73:0.13:0.06:0.05:0.03",
- "patterns": "17:13:14:15:8"
- },
- {
- "item_id": "0:2:1:1:bbf6322e-8c1d-4c11-9ad4-ae8332f0b684:1:10",
- "bounding_box": {
- "lt_x": 441,
- "lt_y": 480,
- "rb_x": 655,
- "rb_y": 857
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.96:0.03:0.01:0.0:0.0",
- "colors": "1:14:7:3:2",
- "item_score": 0.76,
- "pattern_score": "0.56:0.33:0.08:0.01:0.01",
- "patterns": "10:15:6:14:18"
- },
- {
- "item_id": "0:2:12:64:13e5793c-7bc4-4f4b-bce1-bc2ff4e3737d:7:13",
- "bounding_box": {
- "lt_x": 470,
- "lt_y": 410,
- "rb_x": 568,
- "rb_y": 446
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.35:0.23:0.11:0.07:0.06",
- "colors": "7:2:8:5:15",
- "item_score": 0.77,
- "pattern_score": "0.97:0.02:0.01:0.0:0.0",
- "patterns": "13:14:17:15:11"
- }
- ]
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323807",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqiD_0LpjSw-20230403123007-07.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqiD_0LpjSw-20230403123007-07.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:1:1:fff70f6d-2640-4498-b499-583929decdfc:1:15",
- "bounding_box": {
- "lt_x": 179,
- "lt_y": 261,
- "rb_x": 852,
- "rb_y": 1035
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "1.0:0.0:0.0:0.0:0.0",
- "colors": "1:3:2:14:7",
- "item_score": 0.88,
- "pattern_score": "0.4:0.35:0.13:0.11:0.0",
- "patterns": "15:6:10:14:1"
- }
- ]
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323808",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqiD_0LpjSw-20230403123008-31.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqiD_0LpjSw-20230403123008-31.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:2:13:d32304f6-d298-4ac0-bd42-bbdd9514b115:1:14",
- "bounding_box": {
- "lt_x": 162,
- "lt_y": 258,
- "rb_x": 847,
- "rb_y": 1032
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "1.0:0.0:0.0:0.0:0.0",
- "colors": "1:3:14:2:7",
- "item_score": 0.33,
- "pattern_score": "0.99:0.01:0.0:0.0:0.0",
- "patterns": "14:11:2:15:17"
- }
- ]
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323809",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqffNZiPaQ8-20230403123008-70.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqffNZiPaQ8-20230403123008-70.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 305,
- "lt_y": 465,
- "rb_x": 552,
- "rb_y": 1173
- },
- "style": [
- "PUNK"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "PUNK:GIRLY:STREET",
- "style_score": "0.25:0.24:0.18"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:5:24:135ecbd9-1585-499e-8969-895e0e3f3113:1:18",
- "bounding_box": {
- "lt_x": 306,
- "lt_y": 568,
- "rb_x": 544,
- "rb_y": 876
- },
- "style": [
- "PUNK"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.0:0.0:0.0:0.0",
- "colors": "1:8:7:3:21",
- "item_score": 0.35,
- "pattern_score": "1.0:0.0:0.0:0.0:0.0",
- "patterns": "18:6:14:10:17"
- },
- {
- "item_id": "0:2:11:58:4b24e93d-f244-444c-ad89-c0784f8c193d:2:17",
- "bounding_box": {
- "lt_x": 389,
- "lt_y": 1045,
- "rb_x": 508,
- "rb_y": 1159
- },
- "style": [
- "PUNK"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.57:0.37:0.03:0.01:0.0",
- "colors": "2:1:7:3:21",
- "item_score": 0.73,
- "pattern_score": "0.49:0.33:0.11:0.05:0.02",
- "patterns": "17:14:2:13:15"
- },
- {
- "item_id": "0:2:8:37:1af69cb9-c4ce-4790-81f9-398c6cb43732:1:17",
- "bounding_box": {
- "lt_x": 389,
- "lt_y": 1085,
- "rb_x": 510,
- "rb_y": 1171
- },
- "style": [
- "PUNK"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.82:0.15:0.01:0.01:0.0",
- "colors": "1:2:7:3:21",
- "item_score": 0.87,
- "pattern_score": "0.52:0.25:0.15:0.04:0.02",
- "patterns": "17:14:13:15:2"
- }
- ]
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323810",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqffNZiPaQ8-20230403123010-60.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqffNZiPaQ8-20230403123010-60.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 265,
- "lt_y": 290,
- "rb_x": 577,
- "rb_y": 1198
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "GIRLY:ELEGANCE:STREET",
- "style_score": "0.29:0.15:0.1"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:8:37:3d60d317-283a-4591-93c5-96f663cafd30:1:17",
- "bounding_box": {
- "lt_x": 372,
- "lt_y": 1096,
- "rb_x": 546,
- "rb_y": 1198
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.49:0.39:0.06:0.03:0.02",
- "colors": "1:2:7:3:8",
- "item_score": 0.29,
- "pattern_score": "0.47:0.27:0.22:0.02:0.01",
- "patterns": "17:14:2:1:13"
- },
- {
- "item_id": "0:2:11:58:35c90515-9cc5-4685-9205-d60bd88cdc9f:1:14",
- "bounding_box": {
- "lt_x": 391,
- "lt_y": 1062,
- "rb_x": 545,
- "rb_y": 1197
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.5:0.41:0.03:0.03:0.01",
- "colors": "1:2:7:3:8",
- "item_score": 0.57,
- "pattern_score": "0.44:0.37:0.14:0.02:0.01",
- "patterns": "14:2:17:1:11"
- },
- {
- "item_id": "0:2:8:38:46c0108c-90f9-4b92-a2d6-a42f3bcb4d92:1:14",
- "bounding_box": {
- "lt_x": 383,
- "lt_y": 1096,
- "rb_x": 545,
- "rb_y": 1197
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.5:0.34:0.07:0.04:0.02",
- "colors": "1:2:7:3:15",
- "item_score": 0.59,
- "pattern_score": "0.43:0.31:0.2:0.02:0.02",
- "patterns": "14:17:2:1:13"
- },
- {
- "item_id": "0:2:5:24:45cec50e-f72a-4606-bfc9-0e8cf3e59802:1:18",
- "bounding_box": {
- "lt_x": 268,
- "lt_y": 438,
- "rb_x": 564,
- "rb_y": 858
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.87:0.11:0.01:0.0:0.0",
- "colors": "1:8:3:7:2",
- "item_score": 0.72,
- "pattern_score": "1.0:0.0:0.0:0.0:0.0",
- "patterns": "18:14:6:10:2"
- }
- ]
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323811",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqffNZiPaQ8-20230403123011-73.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqffNZiPaQ8-20230403123011-73.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 291,
- "lt_y": 429,
- "rb_x": 556,
- "rb_y": 1123
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "GIRLY:PUNK:STREET",
- "style_score": "0.37:0.27:0.13"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:5:24:40e3f8fe-67e8-4503-adc2-eb18e1373032:1:18",
- "bounding_box": {
- "lt_x": 292,
- "lt_y": 528,
- "rb_x": 554,
- "rb_y": 973
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.0:0.0:0.0:0.0",
- "colors": "1:8:7:3:21",
- "item_score": 0.35,
- "pattern_score": "0.95:0.03:0.02:0.0:0.0",
- "patterns": "18:14:6:10:5"
- },
- {
- "item_id": "0:2:11:58:e2a434dd-2808-4011-ae43-ffcb54cfd2c1:1:14",
- "bounding_box": {
- "lt_x": 389,
- "lt_y": 999,
- "rb_x": 508,
- "rb_y": 1111
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.48:0.47:0.04:0.01:0.0",
- "colors": "1:2:7:3:21",
- "item_score": 0.7,
- "pattern_score": "0.44:0.3:0.15:0.07:0.02",
- "patterns": "14:17:2:13:15"
- },
- {
- "item_id": "0:2:8:37:eb15e52f-85cf-4230-bea8-a3b4ec4e8c3b:1:14",
- "bounding_box": {
- "lt_x": 388,
- "lt_y": 1036,
- "rb_x": 510,
- "rb_y": 1121
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.75:0.22:0.01:0.0:0.0",
- "colors": "1:2:7:3:21",
- "item_score": 0.87,
- "pattern_score": "0.48:0.38:0.07:0.04:0.02",
- "patterns": "14:17:13:15:11"
- }
- ]
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323812",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqffNZiPaQ8-20230403123012-56.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqffNZiPaQ8-20230403123012-56.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 315,
- "lt_y": 277,
- "rb_x": 742,
- "rb_y": 1198
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "GIRLY:STREET:PUNK",
- "style_score": "0.55:0.09:0.08"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:5:24:87059618-7e5a-4eb0-b01e-59e05ca1eb1b:1:18",
- "bounding_box": {
- "lt_x": 320,
- "lt_y": 428,
- "rb_x": 680,
- "rb_y": 846
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.87:0.07:0.03:0.01:0.01",
- "colors": "1:8:2:3:7",
- "item_score": 0.85,
- "pattern_score": "1.0:0.0:0.0:0.0:0.0",
- "patterns": "18:6:14:10:2"
- },
- {
- "item_id": "0:2:8:37:d24fb3e5-ee02-4b0d-950d-02cf902b110a:1:14",
- "bounding_box": {
- "lt_x": 439,
- "lt_y": 1081,
- "rb_x": 522,
- "rb_y": 1198
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.63:0.28:0.05:0.01:0.01",
- "colors": "1:2:7:8:3",
- "item_score": 0.88,
- "pattern_score": "0.58:0.27:0.05:0.04:0.04",
- "patterns": "14:17:11:2:13"
- },
- {
- "item_id": "0:2:11:58:6e5ff50d-dff0-4e0f-ba54-cd650b3dd30b:2:14",
- "bounding_box": {
- "lt_x": 440,
- "lt_y": 1012,
- "rb_x": 524,
- "rb_y": 1195
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.63:0.3:0.05:0.01:0.01",
- "colors": "2:1:7:3:15",
- "item_score": 0.89,
- "pattern_score": "0.47:0.43:0.05:0.02:0.02",
- "patterns": "14:17:2:13:11"
- }
- ]
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323813",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqffNZiPaQ8-20230403123013-12.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqffNZiPaQ8-20230403123013-12.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:5:24:09fc1680-b1fd-4f2a-b700-0f3bbd8499da:1:18",
- "bounding_box": {
- "lt_x": 144,
- "lt_y": 259,
- "rb_x": 824,
- "rb_y": 1041
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.85:0.09:0.03:0.01:0.01",
- "colors": "1:3:8:7:2",
- "item_score": 0.28,
- "pattern_score": "1.0:0.0:0.0:0.0:0.0",
- "patterns": "18:14:6:10:17"
- }
- ]
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1324581",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqj9L1ppluj-20230403145205-14.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqj9L1ppluj-20230403145205-14.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 173,
- "lt_y": 1,
- "rb_x": 1118,
- "rb_y": 1185
- },
- "style": [
- "ELEGANCE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "ELEGANCE:GIRLY:OFFICE",
- "style_score": "0.36:0.26:0.15"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:9:42:958e7551-eb87-495c-a859-bcebf72b3916:7:14",
- "bounding_box": {
- "lt_x": 372,
- "lt_y": 275,
- "rb_x": 563,
- "rb_y": 785
- },
- "style": [
- "ELEGANCE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.56:0.16:0.08:0.06:0.06",
- "colors": "7:1:21:8:2",
- "item_score": 0.48,
- "pattern_score": "0.81:0.15:0.02:0.01:0.01",
- "patterns": "14:18:13:11:15"
- },
- {
- "item_id": "0:2:5:24:83b972a3-8979-406e-9bb2-915108e61ad2:7:14",
- "bounding_box": {
- "lt_x": 344,
- "lt_y": 263,
- "rb_x": 1084,
- "rb_y": 1043
- },
- "style": [
- "ELEGANCE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.95:0.03:0.01:0.0:0.0",
- "colors": "7:5:2:8:6",
- "item_score": 0.71,
- "pattern_score": "0.52:0.38:0.08:0.01:0.01",
- "patterns": "14:18:10:2:13"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1323814",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqffNZiPaQ8-20230403123015-69.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqffNZiPaQ8-20230403123015-69.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1324582",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqj9J43LIGT-20230403145206-29.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqj9J43LIGT-20230403145206-29.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 173,
- "lt_y": 1,
- "rb_x": 1118,
- "rb_y": 1185
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "GIRLY:ELEGANCE:BASIC",
- "style_score": "0.36:0.21:0.15"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:9:42:04e99b5d-e7ae-47f0-98e3-8fe33fc98a2e:7:14",
- "bounding_box": {
- "lt_x": 372,
- "lt_y": 275,
- "rb_x": 563,
- "rb_y": 785
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.56:0.16:0.08:0.06:0.06",
- "colors": "7:1:21:8:2",
- "item_score": 0.48,
- "pattern_score": "0.81:0.15:0.02:0.01:0.01",
- "patterns": "14:18:13:11:15"
- },
- {
- "item_id": "0:2:5:24:2b85fa83-b6c4-4bee-902a-3152f4e00ee5:7:14",
- "bounding_box": {
- "lt_x": 344,
- "lt_y": 263,
- "rb_x": 1084,
- "rb_y": 1043
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.95:0.03:0.01:0.0:0.0",
- "colors": "7:5:2:8:6",
- "item_score": 0.71,
- "pattern_score": "0.52:0.38:0.08:0.01:0.01",
- "patterns": "14:18:10:2:13"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1323815",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqffNZiPaQ8-20230403123016-01.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqffNZiPaQ8-20230403123016-01.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:5:24:84784377-2600-4730-98e9-ecf7e0462b45:1:6",
- "bounding_box": {
- "lt_x": 139,
- "lt_y": 262,
- "rb_x": 819,
- "rb_y": 1044
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.86:0.07:0.06:0.01:0.0",
- "colors": "1:3:8:7:11",
- "item_score": 0.25,
- "pattern_score": "0.74:0.25:0.01:0.0:0.0",
- "patterns": "6:18:2:17:10"
- }
- ]
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1324583",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqf25WZPY2s-20230403145206-34.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqf25WZPY2s-20230403145206-34.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 515,
- "lt_y": 154,
- "rb_x": 911,
- "rb_y": 1165
- },
- "style": [
- "RETRO"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "RETRO:STREET:PUNK",
- "style_score": "0.39:0.3:0.11"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:2:8:4e6b6041-61d2-404e-af24-7da76c0872c9:1:14",
- "bounding_box": {
- "lt_x": 516,
- "lt_y": 174,
- "rb_x": 855,
- "rb_y": 643
- },
- "style": [
- "RETRO"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.94:0.05:0.0:0.0:0.0",
- "colors": "1:14:3:2:7",
- "item_score": 0.29,
- "pattern_score": "0.75:0.13:0.03:0.03:0.02",
- "patterns": "14:1:2:17:11"
- },
- {
- "item_id": "0:2:8:39:5c7df15c-8af0-4f81-8a66-2e6461607635:1:17",
- "bounding_box": {
- "lt_x": 612,
- "lt_y": 1037,
- "rb_x": 796,
- "rb_y": 1165
- },
- "style": [
- "RETRO"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.94:0.02:0.01:0.01:0.01",
- "colors": "1:14:2:3:7",
- "item_score": 0.61,
- "pattern_score": "0.68:0.11:0.09:0.07:0.03",
- "patterns": "17:11:15:2:14"
- },
- {
- "item_id": "0:2:4:23:3e22f211-872b-47c5-84e7-c25a3bd8dc61:1:1",
- "bounding_box": {
- "lt_x": 541,
- "lt_y": 459,
- "rb_x": 908,
- "rb_y": 1073
- },
- "style": [
- "RETRO"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.92:0.07:0.01:0.0:0.0",
- "colors": "1:14:3:2:13",
- "item_score": 0.76,
- "pattern_score": "0.8:0.13:0.02:0.02:0.01",
- "patterns": "1:2:13:14:15"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1323816",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqMqJQhPtJu-20230403123017-45.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqMqJQhPtJu-20230403123017-45.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 348,
- "lt_y": 43,
- "rb_x": 666,
- "rb_y": 1180
- },
- "style": [
- "OFFICE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.99,
- "style_candidates": "OFFICE:ELEGANCE:RETRO",
- "style_score": "0.34:0.29:0.18"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:4:22:11585faf-8a62-4d51-9924-59c1eeeba229:7:14",
- "bounding_box": {
- "lt_x": 377,
- "lt_y": 410,
- "rb_x": 652,
- "rb_y": 686
- },
- "style": [
- "OFFICE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.87:0.09:0.02:0.01:0.0",
- "colors": "7:8:6:5:4",
- "item_score": 0.61,
- "pattern_score": "0.97:0.01:0.01:0.0:0.0",
- "patterns": "14:11:17:15:1"
- },
- {
- "item_id": "0:2:2:12:ef59be23-d84c-4e00-8668-ce9797993348:7:14",
- "bounding_box": {
- "lt_x": 350,
- "lt_y": 214,
- "rb_x": 665,
- "rb_y": 582
- },
- "style": [
- "OFFICE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.97:0.01:0.01:0.01:0.0",
- "colors": "7:8:6:5:2",
- "item_score": 0.77,
- "pattern_score": "0.86:0.11:0.01:0.01:0.01",
- "patterns": "14:18:2:10:17"
- },
- {
- "item_id": "0:2:8:38:e554b7d5-4a2f-4bc4-a569-63d64a03d7d3:8:14",
- "bounding_box": {
- "lt_x": 466,
- "lt_y": 989,
- "rb_x": 598,
- "rb_y": 1179
- },
- "style": [
- "OFFICE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.49:0.2:0.18:0.04:0.02",
- "colors": "8:18:7:20:5",
- "item_score": 0.97,
- "pattern_score": "0.99:0.01:0.0:0.0:0.0",
- "patterns": "14:15:13:11:17"
- }
- ]
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1324584",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqj9L1ppluj-20230403145208-57.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqj9L1ppluj-20230403145208-57.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 303,
- "lt_y": 51,
- "rb_x": 952,
- "rb_y": 1196
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.99,
- "style_candidates": "GIRLY:ELEGANCE:SEXY",
- "style_score": "0.42:0.23:0.17"
- }
- ],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1323817",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqMqJQhPtJu-20230403123018-89.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqMqJQhPtJu-20230403123018-89.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 176,
- "lt_y": 51,
- "rb_x": 909,
- "rb_y": 1196
- },
- "style": [
- "OFFICE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.89,
- "style_candidates": "OFFICE:ELEGANCE:RETRO",
- "style_score": "0.31:0.24:0.22"
- }
- ],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1324585",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqj9L1ppluj-20230403145209-64.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqj9L1ppluj-20230403145209-64.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 21,
- "lt_y": 70,
- "rb_x": 1170,
- "rb_y": 1197
- },
- "style": [
- "SEXY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "SEXY:GIRLY:BASIC",
- "style_score": "0.58:0.21:0.07"
- }
- ],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1323818",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqMqJQhPtJu-20230403123019-22.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqMqJQhPtJu-20230403123019-22.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:-1:-1",
- "bounding_box": {
- "lt_x": 118,
- "lt_y": 152,
- "rb_x": 708,
- "rb_y": 1199
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "STREET:RETRO:BASIC",
- "style_score": "0.32:0.24:0.21"
- }
- ],
- "item_info": [
- {
- "item_id": "0:-1:2:12:365783da-c3a9-4a14-8248-da5dc00c97db:7:14",
- "bounding_box": {
- "lt_x": 176,
- "lt_y": 401,
- "rb_x": 706,
- "rb_y": 1012
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.95:0.02:0.01:0.01:0.0",
- "colors": "7:2:4:8:6",
- "item_score": 0.6,
- "pattern_score": "0.98:0.01:0.01:0.0:0.0",
- "patterns": "14:17:11:15:2"
- }
- ]
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1324586",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqj9L1ppluj-20230403145209-33.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqj9L1ppluj-20230403145209-33.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 0,
- "lt_y": 64,
- "rb_x": 1137,
- "rb_y": 1199
- },
- "style": [
- "SEXY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "SEXY:ELEGANCE:GIRLY",
- "style_score": "0.35:0.28:0.25"
- }
- ],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1323819",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqMqJQhPtJu-20230403123020-56.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqMqJQhPtJu-20230403123020-56.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:2:12:09fe85ea-b5f0-4db7-8370-c8fd1b56b46c:7:18",
- "bounding_box": {
- "lt_x": 162,
- "lt_y": 175,
- "rb_x": 803,
- "rb_y": 963
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.95:0.03:0.02:0.0:0.0",
- "colors": "7:9:2:8:1",
- "item_score": 0.96,
- "pattern_score": "0.6:0.27:0.07:0.03:0.02",
- "patterns": "18:2:14:13:10"
- }
- ]
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1324587",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqj9L1ppluj-20230403145210-84.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqj9L1ppluj-20230403145210-84.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1323820",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqMqJQhPtJu-20230403123021-39.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqMqJQhPtJu-20230403123021-39.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1324076",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/thesis.wear/thesis.wear_001/thesis.wear_Female_Sexy-Basic_CqA54V7PNUS-20230403132603-28.jpg",
- "image_width": 976,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/thesis.wear/thesis.wear_001/thesis.wear_Female_Sexy-Basic_CqA54V7PNUS-20230403132603-28.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "26",
- "name": "Sexy"
- }
- ]
- },
- {
- "image_id": "1324588",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqj9L1ppluj-20230403145211-79.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqj9L1ppluj-20230403145211-79.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1323821",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqMqJQhPtJu-20230403123022-78.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqMqJQhPtJu-20230403123022-78.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:2:12:1bb95ce3-36fb-4fa4-bc1f-4734fd95d8ed:7:14",
- "bounding_box": {
- "lt_x": 180,
- "lt_y": 175,
- "rb_x": 788,
- "rb_y": 958
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.96:0.02:0.01:0.0:0.0",
- "colors": "7:9:2:8:1",
- "item_score": 0.8,
- "pattern_score": "0.95:0.03:0.02:0.0:0.0",
- "patterns": "14:18:13:2:17"
- }
- ]
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1324077",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/thesis.wear/thesis.wear_001/thesis.wear_Female_Sexy-Basic_CqA5nhvPCsk-20230403132604-43.jpg",
- "image_width": 987,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/thesis.wear/thesis.wear_001/thesis.wear_Female_Sexy-Basic_CqA5nhvPCsk-20230403132604-43.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:4:22:2e2aa19d-d751-4a97-a9d4-2eb829e76143:14:13",
- "bounding_box": {
- "lt_x": 269,
- "lt_y": 741,
- "rb_x": 827,
- "rb_y": 1199
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.46:0.18:0.16:0.09:0.04",
- "colors": "14:1:13:3:15",
- "item_score": 0.37,
- "pattern_score": "0.73:0.22:0.02:0.01:0.01",
- "patterns": "13:14:2:17:5"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "26",
- "name": "Sexy"
- }
- ]
- },
- {
- "image_id": "1324589",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqj9J43LIGT-20230403145212-65.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqj9J43LIGT-20230403145212-65.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 303,
- "lt_y": 51,
- "rb_x": 952,
- "rb_y": 1196
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.99,
- "style_candidates": "GIRLY:ELEGANCE:SEXY",
- "style_score": "0.38:0.28:0.12"
- }
- ],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1323566",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/thebrothersclo/thebrothersclo_001/thebrothersclo_All_Street_CqA7Paorapf-20230403113004-10.jpg",
- "image_width": 958,
- "image_height": 960,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/thebrothersclo/thebrothersclo_001/thebrothersclo_All_Street_CqA7Paorapf-20230403113004-10.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:1:-1",
- "bounding_box": {
- "lt_x": 426,
- "lt_y": 122,
- "rb_x": 657,
- "rb_y": 902
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "BASIC:STREET:SPORTY",
- "style_score": "0.68:0.22:0.04"
- }
- ],
- "item_info": [
- {
- "item_id": "0:1:3:16:3bb4a10a-eed3-41b4-a466-6ea20d8ec18e:3:14",
- "bounding_box": {
- "lt_x": 432,
- "lt_y": 390,
- "rb_x": 620,
- "rb_y": 881
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.51:0.4:0.04:0.02:0.01",
- "colors": "3:7:8:1:11",
- "item_score": 0.75,
- "pattern_score": "0.68:0.19:0.04:0.03:0.03",
- "patterns": "14:2:11:13:1"
- },
- {
- "item_id": "0:1:8:39:3d63f4d5-1ae3-479e-a294-ab0729cf335f:7:17",
- "bounding_box": {
- "lt_x": 465,
- "lt_y": 806,
- "rb_x": 611,
- "rb_y": 902
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.32:0.18:0.17:0.16:0.08",
- "colors": "7:3:8:2:1",
- "item_score": 0.83,
- "pattern_score": "0.48:0.25:0.15:0.1:0.01",
- "patterns": "17:11:14:15:2"
- },
- {
- "item_id": "0:1:2:8:a015b2e4-6096-4f6e-b8c1-8feaa05fdd7b:2:2",
- "bounding_box": {
- "lt_x": 431,
- "lt_y": 179,
- "rb_x": 656,
- "rb_y": 440
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.88:0.1:0.01:0.0:0.0",
- "colors": "2:7:3:1:21",
- "item_score": 0.92,
- "pattern_score": "0.45:0.36:0.17:0.02:0.01",
- "patterns": "2:17:11:14:15"
- }
- ]
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1323822",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqMqJQhPtJu-20230403123023-56.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqMqJQhPtJu-20230403123023-56.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:4:22:a861ee9a-8cff-4a28-a04c-6322f2d7b73e:7:14",
- "bounding_box": {
- "lt_x": 164,
- "lt_y": 278,
- "rb_x": 816,
- "rb_y": 917
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.64:0.23:0.09:0.02:0.01",
- "colors": "7:8:11:3:9",
- "item_score": 0.34,
- "pattern_score": "0.98:0.01:0.01:0.0:0.0",
- "patterns": "14:11:15:1:17"
- }
- ]
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1324078",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/thesis.wear/thesis.wear_001/thesis.wear_Female_Sexy-Basic_CqA5eohvmJs-20230403132604-56.jpg",
- "image_width": 1174,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/thesis.wear/thesis.wear_001/thesis.wear_Female_Sexy-Basic_CqA5eohvmJs-20230403132604-56.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:2:8:412da394-5a42-45bc-a0d7-3777c20ce4c1:1:17",
- "bounding_box": {
- "lt_x": 257,
- "lt_y": 133,
- "rb_x": 978,
- "rb_y": 900
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.94:0.02:0.02:0.0:0.0",
- "colors": "1:3:14:2:7",
- "item_score": 0.83,
- "pattern_score": "0.83:0.12:0.03:0.02:0.01",
- "patterns": "17:11:14:15:13"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "26",
- "name": "Sexy"
- }
- ]
- },
- {
- "image_id": "1324590",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqj9J43LIGT-20230403145212-83.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqj9J43LIGT-20230403145212-83.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 21,
- "lt_y": 70,
- "rb_x": 1170,
- "rb_y": 1197
- },
- "style": [
- "SEXY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "SEXY:GIRLY:BASIC",
- "style_score": "0.46:0.41:0.04"
- }
- ],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1323567",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/thebrothersclo/thebrothersclo_001/thebrothersclo_All_Street_CpxZK1cJ21w-20230403113004-98.jpg",
- "image_width": 960,
- "image_height": 960,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/thebrothersclo/thebrothersclo_001/thebrothersclo_All_Street_CpxZK1cJ21w-20230403113004-98.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:1:-1",
- "bounding_box": {
- "lt_x": 382,
- "lt_y": 190,
- "rb_x": 629,
- "rb_y": 893
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "STREET:BASIC:TECH",
- "style_score": "0.7:0.22:0.03"
- }
- ],
- "item_info": [
- {
- "item_id": "0:1:3:15:075b01d4-31cf-4c8f-83d9-fedd99d63e76:13:13",
- "bounding_box": {
- "lt_x": 404,
- "lt_y": 445,
- "rb_x": 568,
- "rb_y": 855
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.36:0.29:0.2:0.07:0.03",
- "colors": "13:15:14:3:1",
- "item_score": 0.61,
- "pattern_score": "0.98:0.02:0.0:0.0:0.0",
- "patterns": "13:14:17:2:5"
- },
- {
- "item_id": "0:1:3:16:004b8fbb-3b5e-4be9-9739-d73e54caf4f3:13:13",
- "bounding_box": {
- "lt_x": 404,
- "lt_y": 446,
- "rb_x": 567,
- "rb_y": 854
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.34:0.27:0.2:0.08:0.04",
- "colors": "13:15:14:3:1",
- "item_score": 0.79,
- "pattern_score": "0.98:0.01:0.0:0.0:0.0",
- "patterns": "13:14:17:2:15"
- },
- {
- "item_id": "0:1:8:39:d5326bba-2c04-4b7a-9565-fa2f03e827ff:1:17",
- "bounding_box": {
- "lt_x": 406,
- "lt_y": 805,
- "rb_x": 549,
- "rb_y": 890
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.3:0.23:0.14:0.12:0.09",
- "colors": "1:15:13:14:3",
- "item_score": 0.87,
- "pattern_score": "0.66:0.28:0.03:0.01:0.01",
- "patterns": "17:14:13:15:2"
- },
- {
- "item_id": "0:1:2:12:b0e8bb61-e13f-4dd4-aa19-a1cef0476d78:3:11",
- "bounding_box": {
- "lt_x": 383,
- "lt_y": 250,
- "rb_x": 626,
- "rb_y": 520
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.91:0.02:0.02:0.01:0.01",
- "colors": "3:1:14:15:2",
- "item_score": 0.97,
- "pattern_score": "0.81:0.08:0.04:0.04:0.02",
- "patterns": "11:17:2:15:14"
- }
- ]
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1323823",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqMqJQhPtJu-20230403123024-64.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqMqJQhPtJu-20230403123024-64.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1324079",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/thesis.wear/thesis.wear_001/thesis.wear_Female_Sexy-Basic_CqA54V7PNUS-20230403132605-40.jpg",
- "image_width": 976,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/thesis.wear/thesis.wear_001/thesis.wear_Female_Sexy-Basic_CqA54V7PNUS-20230403132605-40.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:3:14:b69e0972-34f4-4e1b-84a2-af5dc8d2249a:13:13",
- "bounding_box": {
- "lt_x": 225,
- "lt_y": 741,
- "rb_x": 867,
- "rb_y": 1200
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.3:0.24:0.1:0.09:0.08",
- "colors": "13:15:3:1:2",
- "item_score": 0.58,
- "pattern_score": "0.81:0.12:0.06:0.0:0.0",
- "patterns": "13:14:2:17:18"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "26",
- "name": "Sexy"
- }
- ]
- },
- {
- "image_id": "1324591",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqj9J43LIGT-20230403145213-67.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqj9J43LIGT-20230403145213-67.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 0,
- "lt_y": 64,
- "rb_x": 1137,
- "rb_y": 1199
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "GIRLY:ELEGANCE:SEXY",
- "style_score": "0.43:0.32:0.17"
- }
- ],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1323568",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/thebrothersclo/thebrothersclo_001/thebrothersclo_All_Street_CqA7Paorapf-20230403113005-74.jpg",
- "image_width": 960,
- "image_height": 960,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/thebrothersclo/thebrothersclo_001/thebrothersclo_All_Street_CqA7Paorapf-20230403113005-74.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:1:-1",
- "bounding_box": {
- "lt_x": 324,
- "lt_y": 3,
- "rb_x": 627,
- "rb_y": 856
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "BASIC:STREET:MINIMALIST",
- "style_score": "0.76:0.14:0.05"
- }
- ],
- "item_info": [
- {
- "item_id": "0:1:10:53:f84a84a1-f463-4a9c-96f2-5914351678d7:1:14",
- "bounding_box": {
- "lt_x": 484,
- "lt_y": 3,
- "rb_x": 541,
- "rb_y": 35
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.51:0.34:0.05:0.03:0.03",
- "colors": "1:8:7:2:21",
- "item_score": 0.39,
- "pattern_score": "0.98:0.01:0.01:0.0:0.0",
- "patterns": "14:11:13:15:17"
- },
- {
- "item_id": "0:1:3:15:244b0dd9-7405-4708-8c1c-8708b58b85f7:7:2",
- "bounding_box": {
- "lt_x": 399,
- "lt_y": 267,
- "rb_x": 601,
- "rb_y": 809
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.51:0.38:0.04:0.03:0.03",
- "colors": "7:3:11:2:8",
- "item_score": 0.74,
- "pattern_score": "0.48:0.29:0.12:0.05:0.03",
- "patterns": "2:14:13:17:1"
- },
- {
- "item_id": "0:1:8:39:ea182d3f-609d-4672-b1f1-c032e76bf357:7:14",
- "bounding_box": {
- "lt_x": 370,
- "lt_y": 755,
- "rb_x": 596,
- "rb_y": 856
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.47:0.28:0.11:0.06:0.05",
- "colors": "7:8:2:1:3",
- "item_score": 0.91,
- "pattern_score": "0.51:0.46:0.01:0.01:0.0",
- "patterns": "14:17:11:15:13"
- },
- {
- "item_id": "0:1:2:8:427ded71-0b82-436f-ae94-4a4390d2dffe:2:17",
- "bounding_box": {
- "lt_x": 352,
- "lt_y": 5,
- "rb_x": 624,
- "rb_y": 322
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.96:0.02:0.01:0.0:0.0",
- "colors": "2:7:3:1:15",
- "item_score": 0.95,
- "pattern_score": "0.36:0.33:0.27:0.02:0.01",
- "patterns": "17:11:2:15:14"
- }
- ]
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1323824",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqMqJQhPtJu-20230403123025-03.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/themavenofficial/themavenofficial_001/themavenofficial_Female_Elegance-Girly_CqMqJQhPtJu-20230403123025-03.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1324080",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/thesis.wear/thesis.wear_001/thesis.wear_Female_Sexy-Basic_CqA5nhvPCsk-20230403132606-76.jpg",
- "image_width": 987,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/thesis.wear/thesis.wear_001/thesis.wear_Female_Sexy-Basic_CqA5nhvPCsk-20230403132606-76.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "26",
- "name": "Sexy"
- }
- ]
- },
- {
- "image_id": "1324592",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqj9J43LIGT-20230403145214-47.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqj9J43LIGT-20230403145214-47.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1323569",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/thebrothersclo/thebrothersclo_001/thebrothersclo_All_Street_CqA7Paorapf-20230403113006-43.jpg",
- "image_width": 960,
- "image_height": 960,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/thebrothersclo/thebrothersclo_001/thebrothersclo_All_Street_CqA7Paorapf-20230403113006-43.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:1:-1",
- "bounding_box": {
- "lt_x": 360,
- "lt_y": 4,
- "rb_x": 613,
- "rb_y": 816
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.99,
- "style_candidates": "BASIC:STREET:SPORTY",
- "style_score": "0.59:0.3:0.06"
- }
- ],
- "item_info": [
- {
- "item_id": "0:1:3:16:c2de8136-e5c2-4a42-9e35-8f955cd50219:3:2",
- "bounding_box": {
- "lt_x": 388,
- "lt_y": 266,
- "rb_x": 569,
- "rb_y": 784
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.92:0.04:0.01:0.01:0.01",
- "colors": "3:7:2:1:11",
- "item_score": 0.29,
- "pattern_score": "0.43:0.38:0.09:0.04:0.03",
- "patterns": "2:14:13:17:11"
- },
- {
- "item_id": "0:1:8:39:67c27455-a7fa-4bd1-be37-094e7836477b:3:17",
- "bounding_box": {
- "lt_x": 382,
- "lt_y": 721,
- "rb_x": 574,
- "rb_y": 816
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.39:0.18:0.15:0.14:0.08",
- "colors": "3:1:7:2:21",
- "item_score": 0.58,
- "pattern_score": "0.72:0.21:0.04:0.02:0.01",
- "patterns": "17:14:15:11:13"
- },
- {
- "item_id": "0:1:2:8:cf3bbd27-3e81-40e5-93d0-dc00a758882c:2:17",
- "bounding_box": {
- "lt_x": 362,
- "lt_y": 5,
- "rb_x": 610,
- "rb_y": 339
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.93:0.04:0.02:0.0:0.0",
- "colors": "2:7:3:1:15",
- "item_score": 0.87,
- "pattern_score": "0.7:0.19:0.07:0.03:0.0",
- "patterns": "17:11:2:15:14"
- }
- ]
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324081",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/thesis.wear/thesis.wear_001/thesis.wear_Female_Sexy-Basic_CqA5nhvPCsk-20230403132607-22.jpg",
- "image_width": 987,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/thesis.wear/thesis.wear_001/thesis.wear_Female_Sexy-Basic_CqA5nhvPCsk-20230403132607-22.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 304,
- "lt_y": 299,
- "rb_x": 729,
- "rb_y": 1199
- },
- "style": [
- "OFFICE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "OFFICE:BASIC:MINIMALIST",
- "style_score": "0.47:0.36:0.06"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:2:8:d0dbf85a-3416-446f-b2cf-6a04c2d37b02:1:14",
- "bounding_box": {
- "lt_x": 328,
- "lt_y": 515,
- "rb_x": 696,
- "rb_y": 1012
- },
- "style": [
- "OFFICE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.86:0.06:0.02:0.02:0.02",
- "colors": "1:11:8:7:3",
- "item_score": 0.35,
- "pattern_score": "0.51:0.24:0.22:0.01:0.01",
- "patterns": "14:17:2:1:11"
- },
- {
- "item_id": "0:2:2:12:29969277-27a8-4a8d-8bec-55f84fb0a885:1:17",
- "bounding_box": {
- "lt_x": 329,
- "lt_y": 515,
- "rb_x": 693,
- "rb_y": 1004
- },
- "style": [
- "OFFICE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.91:0.03:0.02:0.01:0.01",
- "colors": "1:11:7:8:3",
- "item_score": 0.39,
- "pattern_score": "0.42:0.32:0.23:0.01:0.01",
- "patterns": "17:14:2:1:11"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "26",
- "name": "Sexy"
- }
- ]
- },
- {
- "image_id": "1324593",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqj9J43LIGT-20230403145214-45.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqj9J43LIGT-20230403145214-45.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1323570",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/thebrothersclo/thebrothersclo_001/thebrothersclo_All_Street_CqA7Paorapf-20230403113006-48.jpg",
- "image_width": 960,
- "image_height": 960,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/thebrothersclo/thebrothersclo_001/thebrothersclo_All_Street_CqA7Paorapf-20230403113006-48.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:1:-1",
- "bounding_box": {
- "lt_x": 335,
- "lt_y": 149,
- "rb_x": 619,
- "rb_y": 898
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "BASIC:STREET:SPORTY",
- "style_score": "0.69:0.21:0.04"
- }
- ],
- "item_info": [
- {
- "item_id": "0:1:3:15:4a288424-5158-4ccf-ab1f-14b608570e1a:3:2",
- "bounding_box": {
- "lt_x": 411,
- "lt_y": 438,
- "rb_x": 580,
- "rb_y": 866
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.56:0.39:0.04:0.01:0.0",
- "colors": "3:7:2:1:8",
- "item_score": 0.39,
- "pattern_score": "0.73:0.25:0.01:0.01:0.0",
- "patterns": "2:14:1:13:17"
- },
- {
- "item_id": "0:1:3:16:7e6164f9-222d-4c61-9185-983f71e99362:3:2",
- "bounding_box": {
- "lt_x": 411,
- "lt_y": 439,
- "rb_x": 580,
- "rb_y": 865
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.56:0.38:0.04:0.01:0.0",
- "colors": "3:7:2:1:8",
- "item_score": 0.69,
- "pattern_score": "0.54:0.43:0.01:0.01:0.01",
- "patterns": "2:14:1:13:17"
- },
- {
- "item_id": "0:1:8:39:9ed414b4-814c-4336-b39c-d3ba8f941c5a:7:14",
- "bounding_box": {
- "lt_x": 395,
- "lt_y": 829,
- "rb_x": 593,
- "rb_y": 897
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.48:0.16:0.15:0.1:0.05",
- "colors": "7:3:8:2:1",
- "item_score": 0.89,
- "pattern_score": "0.45:0.28:0.1:0.1:0.05",
- "patterns": "14:17:15:11:8"
- },
- {
- "item_id": "0:1:2:8:5d3859c1-f0ab-486e-a37e-0b6d7366c09d:2:17",
- "bounding_box": {
- "lt_x": 383,
- "lt_y": 230,
- "rb_x": 617,
- "rb_y": 476
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.93:0.04:0.02:0.0:0.0",
- "colors": "2:7:3:1:15",
- "item_score": 0.94,
- "pattern_score": "0.48:0.37:0.12:0.03:0.01",
- "patterns": "17:11:2:15:14"
- }
- ]
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324082",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/thesis.wear/thesis.wear_001/thesis.wear_Female_Sexy-Basic_CqA5nhvPCsk-20230403132608-77.jpg",
- "image_width": 988,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/thesis.wear/thesis.wear_001/thesis.wear_Female_Sexy-Basic_CqA5nhvPCsk-20230403132608-77.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:2:12:c8eb7733-ec42-487d-b4ff-747d39617aa2:1:2",
- "bounding_box": {
- "lt_x": 210,
- "lt_y": 127,
- "rb_x": 767,
- "rb_y": 760
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.96:0.02:0.01:0.01:0.0",
- "colors": "1:7:8:11:3",
- "item_score": 0.27,
- "pattern_score": "0.71:0.19:0.06:0.03:0.01",
- "patterns": "2:14:17:1:18"
- },
- {
- "item_id": "-1:-1:2:8:2da37e22-d838-448c-b8e6-93dbe6626ff4:1:2",
- "bounding_box": {
- "lt_x": 210,
- "lt_y": 126,
- "rb_x": 767,
- "rb_y": 774
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.95:0.02:0.01:0.01:0.0",
- "colors": "1:7:8:11:3",
- "item_score": 0.39,
- "pattern_score": "0.7:0.18:0.05:0.05:0.01",
- "patterns": "2:14:17:1:11"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "26",
- "name": "Sexy"
- }
- ]
- },
- {
- "image_id": "1324594",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqf25WZPY2s-20230403145216-93.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqf25WZPY2s-20230403145216-93.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 461,
- "lt_y": 132,
- "rb_x": 867,
- "rb_y": 1146
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.99,
- "style_candidates": "STREET:PUNK:TECH",
- "style_score": "0.32:0.3:0.17"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:4:23:1ddcbdfc-0738-45e2-a7a6-5a27889085e5:1:1",
- "bounding_box": {
- "lt_x": 462,
- "lt_y": 465,
- "rb_x": 839,
- "rb_y": 1021
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.95:0.04:0.01:0.0:0.0",
- "colors": "1:14:3:2:7",
- "item_score": 0.26,
- "pattern_score": "0.51:0.32:0.1:0.04:0.01",
- "patterns": "1:18:14:2:13"
- },
- {
- "item_id": "0:2:2:12:cb015d1a-6b69-4312-80e5-deb74a468888:1:7",
- "bounding_box": {
- "lt_x": 507,
- "lt_y": 264,
- "rb_x": 862,
- "rb_y": 644
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.9:0.08:0.01:0.0:0.0",
- "colors": "1:14:3:2:8",
- "item_score": 0.76,
- "pattern_score": "0.34:0.22:0.16:0.14:0.04",
- "patterns": "7:13:15:1:14"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1324083",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/thesis.wear/thesis.wear_001/thesis.wear_Female_Sexy-Basic_CqA5eohvmJs-20230403132609-83.jpg",
- "image_width": 1174,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/thesis.wear/thesis.wear_001/thesis.wear_Female_Sexy-Basic_CqA5eohvmJs-20230403132609-83.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "26",
- "name": "Sexy"
- }
- ]
- },
- {
- "image_id": "1324595",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqf25WZPY2s-20230403145216-39.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqf25WZPY2s-20230403145216-39.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:11:61:c7929a38-699c-4739-a2cd-86b6f567dff7:1:15",
- "bounding_box": {
- "lt_x": 420,
- "lt_y": 427,
- "rb_x": 1073,
- "rb_y": 1198
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.78:0.21:0.0:0.0:0.0",
- "colors": "1:3:14:2:7",
- "item_score": 0.28,
- "pattern_score": "0.81:0.06:0.04:0.03:0.03",
- "patterns": "15:11:14:17:13"
- },
- {
- "item_id": "-1:-1:11:63:bd99157c-0bfd-4748-85c0-f9c55fe8e203:2:15",
- "bounding_box": {
- "lt_x": 43,
- "lt_y": 392,
- "rb_x": 602,
- "rb_y": 847
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.46:0.37:0.07:0.03:0.03",
- "colors": "2:1:3:7:14",
- "item_score": 0.29,
- "pattern_score": "0.92:0.03:0.02:0.01:0.01",
- "patterns": "15:12:10:17:11"
- },
- {
- "item_id": "-1:-1:11:57:cb24fae8-0651-4d3f-b254-05c54b2f2a96:1:15",
- "bounding_box": {
- "lt_x": 172,
- "lt_y": 464,
- "rb_x": 600,
- "rb_y": 991
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.58:0.3:0.07:0.02:0.01",
- "colors": "1:2:3:7:14",
- "item_score": 0.39,
- "pattern_score": "0.9:0.03:0.02:0.01:0.01",
- "patterns": "15:10:17:12:11"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1324084",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/thesis.wear/thesis.wear_001/thesis.wear_Female_Sexy-Basic_CqA5eohvmJs-20230403132609-93.jpg",
- "image_width": 1174,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/thesis.wear/thesis.wear_001/thesis.wear_Female_Sexy-Basic_CqA5eohvmJs-20230403132609-93.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "26",
- "name": "Sexy"
- }
- ]
- },
- {
- "image_id": "1324596",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqf25WZPY2s-20230403145217-21.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqf25WZPY2s-20230403145217-21.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 405,
- "lt_y": 117,
- "rb_x": 773,
- "rb_y": 1182
- },
- "style": [
- "PUNK"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "PUNK:STREET:TECH",
- "style_score": "0.55:0.23:0.11"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:4:23:cb16f030-c7a0-43ca-b5b0-e498acbe4fb9:1:1",
- "bounding_box": {
- "lt_x": 405,
- "lt_y": 487,
- "rb_x": 772,
- "rb_y": 1148
- },
- "style": [
- "PUNK"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.97:0.02:0.01:0.0:0.0",
- "colors": "1:3:14:2:7",
- "item_score": 0.26,
- "pattern_score": "0.79:0.07:0.04:0.03:0.03",
- "patterns": "1:2:14:15:13"
- },
- {
- "item_id": "0:2:8:37:07516ac6-8762-4d07-be59-cddc3f9f7bad:1:17",
- "bounding_box": {
- "lt_x": 471,
- "lt_y": 1065,
- "rb_x": 637,
- "rb_y": 1182
- },
- "style": [
- "PUNK"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.91:0.05:0.02:0.01:0.01",
- "colors": "1:2:3:7:14",
- "item_score": 0.44,
- "pattern_score": "0.98:0.01:0.01:0.0:0.0",
- "patterns": "17:2:11:14:15"
- },
- {
- "item_id": "0:2:8:39:e84cf3b2-81ee-4547-8495-7ca2fec9723a:1:17",
- "bounding_box": {
- "lt_x": 470,
- "lt_y": 1063,
- "rb_x": 637,
- "rb_y": 1182
- },
- "style": [
- "PUNK"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.91:0.04:0.03:0.01:0.01",
- "colors": "1:2:3:7:14",
- "item_score": 0.54,
- "pattern_score": "0.96:0.02:0.01:0.01:0.0",
- "patterns": "17:2:15:11:14"
- },
- {
- "item_id": "0:2:9:42:2b966b8e-024c-4913-8bfb-4eaa364f668a:1:14",
- "bounding_box": {
- "lt_x": 428,
- "lt_y": 257,
- "rb_x": 577,
- "rb_y": 733
- },
- "style": [
- "PUNK"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.96:0.02:0.02:0.0:0.0",
- "colors": "1:14:3:2:8",
- "item_score": 0.95,
- "pattern_score": "0.52:0.3:0.07:0.03:0.02",
- "patterns": "14:13:2:1:11"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1324597",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqf25WZPY2s-20230403145218-05.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqf25WZPY2s-20230403145218-05.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 543,
- "lt_y": 172,
- "rb_x": 900,
- "rb_y": 1147
- },
- "style": [
- "PUNK"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "PUNK:RETRO:STREET",
- "style_score": "0.43:0.23:0.13"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:3:16:01d9db18-0697-48c7-aadd-3152ec127d32:1:14",
- "bounding_box": {
- "lt_x": 546,
- "lt_y": 511,
- "rb_x": 849,
- "rb_y": 1076
- },
- "style": [
- "PUNK"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.97:0.03:0.0:0.0:0.0",
- "colors": "1:14:3:2:8",
- "item_score": 0.25,
- "pattern_score": "0.87:0.03:0.03:0.02:0.02",
- "patterns": "14:2:17:18:13"
- },
- {
- "item_id": "0:2:8:39:6ac0924a-9542-4be5-91fe-6de04c24b611:1:17",
- "bounding_box": {
- "lt_x": 619,
- "lt_y": 1049,
- "rb_x": 785,
- "rb_y": 1147
- },
- "style": [
- "PUNK"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.97:0.01:0.01:0.0:0.0",
- "colors": "1:2:3:14:7",
- "item_score": 0.29,
- "pattern_score": "0.41:0.31:0.2:0.05:0.02",
- "patterns": "17:11:15:2:14"
- },
- {
- "item_id": "0:2:4:23:d2570d54-288f-47d1-a6db-1b8536402e0a:1:14",
- "bounding_box": {
- "lt_x": 549,
- "lt_y": 510,
- "rb_x": 848,
- "rb_y": 1066
- },
- "style": [
- "PUNK"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.96:0.04:0.0:0.0:0.0",
- "colors": "1:14:3:2:8",
- "item_score": 0.31,
- "pattern_score": "0.92:0.03:0.02:0.01:0.01",
- "patterns": "14:2:18:3:17"
- },
- {
- "item_id": "0:2:2:12:744daa35-e290-4f1e-a3bd-73d063e9a368:1:1",
- "bounding_box": {
- "lt_x": 554,
- "lt_y": 292,
- "rb_x": 825,
- "rb_y": 693
- },
- "style": [
- "PUNK"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.98:0.02:0.0:0.0:0.0",
- "colors": "1:14:3:2:8",
- "item_score": 0.33,
- "pattern_score": "0.78:0.08:0.04:0.03:0.03",
- "patterns": "1:2:17:14:15"
- },
- {
- "item_id": "0:2:1:1:9e523c05-1aee-4dcf-865d-feb3afea1bd6:1:1",
- "bounding_box": {
- "lt_x": 555,
- "lt_y": 292,
- "rb_x": 823,
- "rb_y": 675
- },
- "style": [
- "PUNK"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.94:0.05:0.0:0.0:0.0",
- "colors": "1:14:3:2:7",
- "item_score": 0.35,
- "pattern_score": "0.92:0.04:0.01:0.01:0.01",
- "patterns": "1:2:14:16:15"
- },
- {
- "item_id": "0:2:9:42:55f8b82c-e77a-4e7f-8c37-06cea3bb5f2d:1:14",
- "bounding_box": {
- "lt_x": 624,
- "lt_y": 513,
- "rb_x": 848,
- "rb_y": 1054
- },
- "style": [
- "PUNK"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.95:0.04:0.0:0.0:0.0",
- "colors": "1:14:2:3:8",
- "item_score": 0.74,
- "pattern_score": "0.93:0.02:0.01:0.01:0.01",
- "patterns": "14:18:2:17:3"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1324598",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqf25WZPY2s-20230403145219-90.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/meimii.shop/meimii.shop_001/meimii.shop_Female_Girly-Basic_Cqf25WZPY2s-20230403145219-90.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 526,
- "lt_y": 175,
- "rb_x": 888,
- "rb_y": 1167
- },
- "style": [
- "RETRO"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "RETRO:STREET:GIRLY",
- "style_score": "0.45:0.18:0.1"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:8:39:cf079f4a-8c88-4b13-8ab7-5cf9a8e05ced:1:17",
- "bounding_box": {
- "lt_x": 643,
- "lt_y": 1038,
- "rb_x": 887,
- "rb_y": 1167
- },
- "style": [
- "RETRO"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.98:0.01:0.01:0.0:0.0",
- "colors": "1:7:2:8:3",
- "item_score": 0.65,
- "pattern_score": "0.49:0.25:0.1:0.09:0.06",
- "patterns": "17:2:14:15:11"
- },
- {
- "item_id": "0:2:4:23:2b7b2e3c-c551-43ea-bba9-c4ec7f02208f:1:14",
- "bounding_box": {
- "lt_x": 533,
- "lt_y": 492,
- "rb_x": 877,
- "rb_y": 1050
- },
- "style": [
- "RETRO"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.0:0.0:0.0:0.0",
- "colors": "1:14:7:3:2",
- "item_score": 0.83,
- "pattern_score": "0.58:0.22:0.06:0.05:0.04",
- "patterns": "14:1:2:18:13"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1323580",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/goodletterh/goodletterh_001/goodletterh_Female_Street_CqNsuk-P57n-20230403113404-92.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/goodletterh/goodletterh_001/goodletterh_Female_Street_CqNsuk-P57n-20230403113404-92.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 316,
- "lt_y": 184,
- "rb_x": 621,
- "rb_y": 1130
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "BASIC:STREET:SEXY",
- "style_score": "0.24:0.23:0.23"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:8:40:dc4d32cf-6d67-4ee2-83a1-97c206bd1844:3:14",
- "bounding_box": {
- "lt_x": 317,
- "lt_y": 1026,
- "rb_x": 540,
- "rb_y": 1129
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.35:0.33:0.09:0.08:0.03",
- "colors": "3:8:7:2:17",
- "item_score": 0.74,
- "pattern_score": "0.86:0.09:0.03:0.01:0.0",
- "patterns": "14:17:13:2:15"
- },
- {
- "item_id": "0:2:3:16:0b9b9dd2-b649-436e-b178-7e37c40b3abf:2:14",
- "bounding_box": {
- "lt_x": 324,
- "lt_y": 535,
- "rb_x": 614,
- "rb_y": 1082
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.67:0.13:0.08:0.05:0.03",
- "colors": "2:3:17:7:15",
- "item_score": 0.89,
- "pattern_score": "0.92:0.04:0.01:0.01:0.01",
- "patterns": "14:2:15:11:17"
- },
- {
- "item_id": "0:2:2:9:fe539a6e-b486-4d44-bbf7-fb91bd9d1f6c:1:15",
- "bounding_box": {
- "lt_x": 405,
- "lt_y": 327,
- "rb_x": 554,
- "rb_y": 519
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.98:0.01:0.0:0.0:0.0",
- "colors": "1:14:2:7:3",
- "item_score": 0.9,
- "pattern_score": "0.33:0.25:0.19:0.1:0.07",
- "patterns": "15:18:10:14:11"
- }
- ]
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1323581",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/goodletterh/goodletterh_001/goodletterh_Female_Street_CqNM4M7PnJ-20230403113404-49.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/goodletterh/goodletterh_001/goodletterh_Female_Street_CqNM4M7PnJ-20230403113404-49.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:4:22:4837202f-8562-4381-b9ef-619150eb4239:1:14",
- "bounding_box": {
- "lt_x": 0,
- "lt_y": 0,
- "rb_x": 253,
- "rb_y": 259
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.98:0.01:0.0:0.0:0.0",
- "colors": "1:3:2:14:7",
- "item_score": 0.27,
- "pattern_score": "0.84:0.07:0.04:0.04:0.01",
- "patterns": "14:15:13:11:17"
- },
- {
- "item_id": "-1:-1:2:9:0640ac5c-9e23-4c23-bcd5-c48f5eabf7b4:7:15",
- "bounding_box": {
- "lt_x": 326,
- "lt_y": 65,
- "rb_x": 638,
- "rb_y": 417
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.89:0.04:0.02:0.01:0.01",
- "colors": "7:8:3:1:2",
- "item_score": 0.51,
- "pattern_score": "0.67:0.26:0.04:0.03:0.0",
- "patterns": "15:11:17:14:10"
- }
- ]
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1323582",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/goodletterh/goodletterh_001/goodletterh_Female_Street_CqM3LhbviM8-20230403113405-85.jpg",
- "image_width": 1200,
- "image_height": 801,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/goodletterh/goodletterh_001/goodletterh_Female_Street_CqM3LhbviM8-20230403113405-85.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 362,
- "lt_y": 115,
- "rb_x": 725,
- "rb_y": 795
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "BASIC:STREET:GIRLY",
- "style_score": "0.33:0.17:0.15"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:3:20:3060dea3-6e76-45fa-a372-b0210499099f:17:14",
- "bounding_box": {
- "lt_x": 363,
- "lt_y": 378,
- "rb_x": 671,
- "rb_y": 786
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.53:0.23:0.06:0.05:0.04",
- "colors": "17:2:7:5:3",
- "item_score": 0.32,
- "pattern_score": "0.59:0.28:0.06:0.03:0.02",
- "patterns": "14:15:13:11:2"
- },
- {
- "item_id": "0:2:8:39:6a59cb25-f82d-433a-9272-670c15597de0:7:14",
- "bounding_box": {
- "lt_x": 414,
- "lt_y": 521,
- "rb_x": 532,
- "rb_y": 795
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.23:0.18:0.18:0.08:0.05",
- "colors": "7:17:8:12:11",
- "item_score": 0.5,
- "pattern_score": "0.72:0.11:0.06:0.04:0.02",
- "patterns": "14:15:17:2:18"
- },
- {
- "item_id": "0:2:2:9:f3caea9f-3146-4933-92e2-79c36f55a223:1:18",
- "bounding_box": {
- "lt_x": 543,
- "lt_y": 260,
- "rb_x": 684,
- "rb_y": 460
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.93:0.05:0.01:0.0:0.0",
- "colors": "1:14:2:7:3",
- "item_score": 0.56,
- "pattern_score": "0.47:0.23:0.18:0.04:0.03",
- "patterns": "18:10:15:14:11"
- }
- ]
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1323583",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/goodletterh/goodletterh_001/goodletterh_Female_Street_CqNsuk-P57n-20230403113406-02.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/goodletterh/goodletterh_001/goodletterh_Female_Street_CqNsuk-P57n-20230403113406-02.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:3:14:e15bde5d-a464-46a9-8bc2-bc8380e8466b:3:14",
- "bounding_box": {
- "lt_x": 3,
- "lt_y": 788,
- "rb_x": 500,
- "rb_y": 1200
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.67:0.23:0.06:0.02:0.01",
- "colors": "3:2:15:1:17",
- "item_score": 0.49,
- "pattern_score": "0.56:0.24:0.16:0.01:0.01",
- "patterns": "14:2:18:17:10"
- }
- ]
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1323584",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/goodletterh/goodletterh_001/goodletterh_Female_Street_CqNsuk-P57n-20230403113406-03.jpg",
- "image_width": 958,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/goodletterh/goodletterh_001/goodletterh_Female_Street_CqNsuk-P57n-20230403113406-03.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:3:14:057efcd4-e44d-4542-aeee-fcf0f1caae74:2:14",
- "bounding_box": {
- "lt_x": 0,
- "lt_y": 636,
- "rb_x": 659,
- "rb_y": 1200
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.43:0.17:0.12:0.11:0.05",
- "colors": "2:3:7:15:5",
- "item_score": 0.6,
- "pattern_score": "0.93:0.03:0.02:0.01:0.0",
- "patterns": "14:11:17:15:2"
- }
- ]
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1323860",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/dearjose.xo/dearjose.xo_001/dearjose.xo_Female_Elegance-Vacation_CqF5KF6yrOg-20230403124002-91.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/dearjose.xo/dearjose.xo_001/dearjose.xo_Female_Elegance-Vacation_CqF5KF6yrOg-20230403124002-91.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 156,
- "lt_y": 61,
- "rb_x": 764,
- "rb_y": 1193
- },
- "style": [
- "MINIMALIST"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "MINIMALIST:ELEGANCE:SEXY",
- "style_score": "0.29:0.26:0.19"
- }
- ],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "22",
- "name": "Vacation"
- }
- ]
- },
- {
- "image_id": "1323861",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/dearjose.xo/dearjose.xo_001/dearjose.xo_Female_Elegance-Vacation_CqCimd0yOk_-20230403124003-72.jpg",
- "image_width": 935,
- "image_height": 1168,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/dearjose.xo/dearjose.xo_001/dearjose.xo_Female_Elegance-Vacation_CqCimd0yOk_-20230403124003-72.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "22",
- "name": "Vacation"
- }
- ]
- },
- {
- "image_id": "1323862",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/dearjose.xo/dearjose.xo_001/dearjose.xo_Female_Elegance-Vacation_CqF5KF6yrOg-20230403124004-80.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/dearjose.xo/dearjose.xo_001/dearjose.xo_Female_Elegance-Vacation_CqF5KF6yrOg-20230403124004-80.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 388,
- "lt_y": 75,
- "rb_x": 718,
- "rb_y": 1167
- },
- "style": [
- "ELEGANCE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "ELEGANCE:MINIMALIST:GIRLY",
- "style_score": "0.47:0.24:0.08"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:8:40:a0b4a548-fc0c-47b4-8dfd-89e50c59262a:2:14",
- "bounding_box": {
- "lt_x": 446,
- "lt_y": 990,
- "rb_x": 660,
- "rb_y": 1166
- },
- "style": [
- "ELEGANCE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.56:0.33:0.05:0.03:0.01",
- "colors": "2:7:3:21:1",
- "item_score": 0.3,
- "pattern_score": "0.92:0.04:0.01:0.01:0.0",
- "patterns": "14:13:18:17:6"
- },
- {
- "item_id": "0:2:8:37:87541aa2-56e6-4c4f-acc9-68433edcc096:2:14",
- "bounding_box": {
- "lt_x": 446,
- "lt_y": 989,
- "rb_x": 660,
- "rb_y": 1166
- },
- "style": [
- "ELEGANCE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.58:0.32:0.04:0.03:0.01",
- "colors": "2:7:3:21:1",
- "item_score": 0.49,
- "pattern_score": "0.93:0.04:0.01:0.01:0.0",
- "patterns": "14:13:18:17:6"
- }
- ]
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "22",
- "name": "Vacation"
- }
- ]
- },
- {
- "image_id": "1323863",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/dearjose.xo/dearjose.xo_001/dearjose.xo_Female_Elegance-Vacation_CqF5KF6yrOg-20230403124005-03.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/dearjose.xo/dearjose.xo_001/dearjose.xo_Female_Elegance-Vacation_CqF5KF6yrOg-20230403124005-03.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 220,
- "lt_y": 18,
- "rb_x": 909,
- "rb_y": 1194
- },
- "style": [
- "SEXY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "SEXY:GIRLY:ELEGANCE",
- "style_score": "0.79:0.05:0.04"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:9:48:ce721a53-ae8e-4797-98b9-9ee2cedaa461:7:14",
- "bounding_box": {
- "lt_x": 222,
- "lt_y": 956,
- "rb_x": 375,
- "rb_y": 1194
- },
- "style": [
- "SEXY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.67:0.3:0.01:0.0:0.0",
- "colors": "7:2:8:3:21",
- "item_score": 0.35,
- "pattern_score": "0.96:0.02:0.01:0.0:0.0",
- "patterns": "14:13:15:17:11"
- },
- {
- "item_id": "0:2:2:9:e25cfe5d-6b39-47eb-b44e-945290b856a3:7:14",
- "bounding_box": {
- "lt_x": 329,
- "lt_y": 450,
- "rb_x": 710,
- "rb_y": 1189
- },
- "style": [
- "SEXY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.94:0.05:0.0:0.0:0.0",
- "colors": "7:2:3:12:8",
- "item_score": 0.41,
- "pattern_score": "0.82:0.12:0.04:0.0:0.0",
- "patterns": "14:18:13:17:10"
- }
- ]
- },
- "style_list": [
- {
- "seq": "19",
- "name": "Elegance"
- },
- {
- "seq": "22",
- "name": "Vacation"
- }
- ]
- },
- {
- "image_id": "1323875",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/lybongshop/lybongshop_001/lybongshop_Female_Office-Girly_CpwYQAnPZFM-20230403124608-16.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/lybongshop/lybongshop_001/lybongshop_Female_Office-Girly_CpwYQAnPZFM-20230403124608-16.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 292,
- "lt_y": 40,
- "rb_x": 660,
- "rb_y": 1182
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "GIRLY:ELEGANCE:SEXY",
- "style_score": "0.71:0.24:0.03"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:8:41:de976bca-376a-4fe0-82a1-cc84a4c988b6:2:14",
- "bounding_box": {
- "lt_x": 294,
- "lt_y": 1042,
- "rb_x": 574,
- "rb_y": 1182
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.52:0.46:0.01:0.0:0.0",
- "colors": "2:7:5:8:3",
- "item_score": 0.35,
- "pattern_score": "1.0:0.0:0.0:0.0:0.0",
- "patterns": "14:17:15:11:13"
- },
- {
- "item_id": "0:2:8:38:63a77c98-cd18-492e-b2fd-c717982a92b9:7:14",
- "bounding_box": {
- "lt_x": 292,
- "lt_y": 1046,
- "rb_x": 571,
- "rb_y": 1182
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.54:0.45:0.01:0.0:0.0",
- "colors": "7:2:5:8:3",
- "item_score": 0.71,
- "pattern_score": "0.99:0.0:0.0:0.0:0.0",
- "patterns": "14:17:15:13:10"
- },
- {
- "item_id": "0:2:11:62:8938cf30-df3c-4942-9aee-f7c059b26726:1:18",
- "bounding_box": {
- "lt_x": 302,
- "lt_y": 442,
- "rb_x": 613,
- "rb_y": 1158
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.32:0.28:0.26:0.11:0.02",
- "colors": "1:5:7:2:6",
- "item_score": 0.75,
- "pattern_score": "0.89:0.09:0.01:0.0:0.0",
- "patterns": "18:14:6:10:17"
- },
- {
- "item_id": "0:2:4:22:3865ef26-3fad-4c82-9ea7-f4bfdca7a423:1:18",
- "bounding_box": {
- "lt_x": 389,
- "lt_y": 433,
- "rb_x": 655,
- "rb_y": 691
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.96:0.02:0.01:0.0:0.0",
- "colors": "1:2:7:5:3",
- "item_score": 0.96,
- "pattern_score": "0.89:0.1:0.01:0.0:0.0",
- "patterns": "18:14:10:6:2"
- },
- {
- "item_id": "0:2:2:12:641091be-3b3b-46df-afaf-3c1f20a039b9:2:18",
- "bounding_box": {
- "lt_x": 325,
- "lt_y": 213,
- "rb_x": 641,
- "rb_y": 586
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.47:0.24:0.15:0.12:0.01",
- "colors": "2:7:5:1:6",
- "item_score": 0.97,
- "pattern_score": "1.0:0.0:0.0:0.0:0.0",
- "patterns": "18:10:6:14:8"
- }
- ]
- },
- "style_list": [
- {
- "seq": "20",
- "name": "Office"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1324400",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/fancie.official/fancie.official_002/fancie.official_Female_Girly_Cp5YCs2v9MF-20230403143203-41.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/fancie.official/fancie.official_002/fancie.official_Female_Girly_Cp5YCs2v9MF-20230403143203-41.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 318,
- "lt_y": 53,
- "rb_x": 643,
- "rb_y": 1191
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.88,
- "style_candidates": "GIRLY:BASIC:ELEGANCE",
- "style_score": "0.33:0.17:0.14"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:11:58:d3dcfc53-9ae7-4ad7-931e-469930a03383:2:14",
- "bounding_box": {
- "lt_x": 453,
- "lt_y": 994,
- "rb_x": 572,
- "rb_y": 1177
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.7:0.3:0.0:0.0:0.0",
- "colors": "2:7:3:8:21",
- "item_score": 0.53,
- "pattern_score": "0.94:0.03:0.01:0.0:0.0",
- "patterns": "14:2:17:11:15"
- },
- {
- "item_id": "0:2:11:57:6ffa3765-a52f-4dc9-8616-794016741679:1:15",
- "bounding_box": {
- "lt_x": 465,
- "lt_y": 74,
- "rb_x": 522,
- "rb_y": 186
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.84:0.04:0.04:0.04:0.02",
- "colors": "1:7:3:21:2",
- "item_score": 0.57,
- "pattern_score": "0.91:0.07:0.02:0.0:0.0",
- "patterns": "15:11:8:10:12"
- },
- {
- "item_id": "0:2:8:39:4eb502f3-38c5-41c1-99e0-42691efac48d:7:14",
- "bounding_box": {
- "lt_x": 450,
- "lt_y": 1047,
- "rb_x": 578,
- "rb_y": 1191
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.62:0.37:0.0:0.0:0.0",
- "colors": "7:2:3:8:21",
- "item_score": 0.94,
- "pattern_score": "0.97:0.01:0.0:0.0:0.0",
- "patterns": "14:2:11:15:17"
- },
- {
- "item_id": "0:2:5:24:da70df3b-833e-4d91-81e6-d9df67a80939:1:11",
- "bounding_box": {
- "lt_x": 322,
- "lt_y": 213,
- "rb_x": 638,
- "rb_y": 708
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.85:0.08:0.04:0.02:0.0",
- "colors": "1:14:3:2:7",
- "item_score": 0.97,
- "pattern_score": "0.24:0.2:0.2:0.18:0.15",
- "patterns": "11:15:14:17:10"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1324401",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/fancie.official/fancie.official_002/fancie.official_Female_Girly_Cp5YCs2v9MF-20230403143204-46.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/fancie.official/fancie.official_002/fancie.official_Female_Girly_Cp5YCs2v9MF-20230403143204-46.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 335,
- "lt_y": 54,
- "rb_x": 652,
- "rb_y": 1183
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.73,
- "style_candidates": "GIRLY:BASIC:STREET",
- "style_score": "0.29:0.27:0.12"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:11:57:dd709c88-ff87-45ba-9cee-c4370f4670ee:1:15",
- "bounding_box": {
- "lt_x": 471,
- "lt_y": 78,
- "rb_x": 523,
- "rb_y": 184
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.89:0.03:0.03:0.02:0.01",
- "colors": "1:3:7:21:2",
- "item_score": 0.37,
- "pattern_score": "0.85:0.09:0.05:0.0:0.0",
- "patterns": "15:8:11:10:14"
- },
- {
- "item_id": "0:2:5:24:db9aa2a6-afb7-4cd4-88de-2fac2e500bfd:1:10",
- "bounding_box": {
- "lt_x": 338,
- "lt_y": 204,
- "rb_x": 649,
- "rb_y": 687
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.93:0.03:0.02:0.02:0.0",
- "colors": "1:2:3:14:7",
- "item_score": 0.93,
- "pattern_score": "0.29:0.24:0.19:0.18:0.09",
- "patterns": "10:14:17:15:11"
- },
- {
- "item_id": "0:2:8:39:1b017dd0-041a-4b03-a633-b600b6e572f3:7:14",
- "bounding_box": {
- "lt_x": 448,
- "lt_y": 1030,
- "rb_x": 592,
- "rb_y": 1182
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.78:0.21:0.0:0.0:0.0",
- "colors": "7:2:8:3:1",
- "item_score": 0.95,
- "pattern_score": "0.97:0.01:0.01:0.0:0.0",
- "patterns": "14:17:15:2:11"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1324402",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/fancie.official/fancie.official_002/fancie.official_Female_Girly_Cp5YCs2v9MF-20230403143205-50.jpg",
- "image_width": 963,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/fancie.official/fancie.official_002/fancie.official_Female_Girly_Cp5YCs2v9MF-20230403143205-50.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 194,
- "lt_y": 122,
- "rb_x": 734,
- "rb_y": 1199
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.56,
- "style_candidates": "GIRLY:ELEGANCE:BASIC",
- "style_score": "0.54:0.19:0.07"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:5:24:e5ef7c76-a98e-49e5-b3fe-026f6848a51a:1:15",
- "bounding_box": {
- "lt_x": 254,
- "lt_y": 354,
- "rb_x": 732,
- "rb_y": 1075
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.9:0.06:0.02:0.01:0.0",
- "colors": "1:3:2:14:7",
- "item_score": 0.36,
- "pattern_score": "0.53:0.17:0.13:0.12:0.04",
- "patterns": "15:14:11:17:10"
- },
- {
- "item_id": "0:2:2:12:5cde2d61-02be-4e68-aaca-f11bd5f526c5:1:17",
- "bounding_box": {
- "lt_x": 214,
- "lt_y": 328,
- "rb_x": 690,
- "rb_y": 670
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.73:0.22:0.02:0.02:0.01",
- "colors": "1:2:3:7:8",
- "item_score": 0.37,
- "pattern_score": "0.7:0.21:0.04:0.02:0.01",
- "patterns": "17:14:13:15:10"
- },
- {
- "item_id": "0:2:5:25:47cee54c-3711-4468-8ea2-faa8036d69fc:1:11",
- "bounding_box": {
- "lt_x": 255,
- "lt_y": 384,
- "rb_x": 731,
- "rb_y": 1087
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.93:0.05:0.01:0.01:0.0",
- "colors": "1:3:2:14:7",
- "item_score": 0.48,
- "pattern_score": "0.27:0.26:0.23:0.17:0.05",
- "patterns": "11:15:14:17:10"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1324403",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/fancie.official/fancie.official_002/fancie.official_Female_Girly_Cp5YCs2v9MF-20230403143205-64.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/fancie.official/fancie.official_002/fancie.official_Female_Girly_Cp5YCs2v9MF-20230403143205-64.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1324404",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/fancie.official/fancie.official_002/fancie.official_Female_Girly_Cp5YCs2v9MF-20230403143206-24.jpg",
- "image_width": 963,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/fancie.official/fancie.official_002/fancie.official_Female_Girly_Cp5YCs2v9MF-20230403143206-24.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 324,
- "lt_y": 66,
- "rb_x": 649,
- "rb_y": 1190
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.67,
- "style_candidates": "GIRLY:STREET:ELEGANCE",
- "style_score": "0.53:0.14:0.1"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:11:57:345a7091-2758-42a6-a131-5a8cbd6cc819:1:15",
- "bounding_box": {
- "lt_x": 469,
- "lt_y": 90,
- "rb_x": 522,
- "rb_y": 196
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.86:0.05:0.02:0.02:0.02",
- "colors": "1:7:21:3:2",
- "item_score": 0.61,
- "pattern_score": "0.86:0.11:0.02:0.0:0.0",
- "patterns": "15:11:8:10:14"
- },
- {
- "item_id": "0:2:8:39:e6174877-bb31-49f7-a5ff-e491ae6d5397:7:14",
- "bounding_box": {
- "lt_x": 359,
- "lt_y": 1049,
- "rb_x": 548,
- "rb_y": 1190
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.65:0.34:0.0:0.0:0.0",
- "colors": "7:2:3:1:8",
- "item_score": 0.94,
- "pattern_score": "0.98:0.01:0.0:0.0:0.0",
- "patterns": "14:2:18:13:15"
- },
- {
- "item_id": "0:2:5:24:5dc6a2d8-43d7-4356-9cd7-e02fcd815718:1:15",
- "bounding_box": {
- "lt_x": 325,
- "lt_y": 205,
- "rb_x": 646,
- "rb_y": 706
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.86:0.05:0.04:0.04:0.01",
- "colors": "1:3:14:2:7",
- "item_score": 0.95,
- "pattern_score": "0.46:0.15:0.14:0.13:0.12",
- "patterns": "15:14:10:11:17"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1324405",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/fancie.official/fancie.official_002/fancie.official_Female_Girly_Cp5YCs2v9MF-20230403143207-85.jpg",
- "image_width": 963,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/fancie.official/fancie.official_002/fancie.official_Female_Girly_Cp5YCs2v9MF-20230403143207-85.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 218,
- "lt_y": 136,
- "rb_x": 715,
- "rb_y": 1196
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.67,
- "style_candidates": "BASIC:GIRLY:STREET",
- "style_score": "0.45:0.25:0.11"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:11:57:e3f07f4e-9dca-4478-aff0-3cf85189c2b9:1:15",
- "bounding_box": {
- "lt_x": 438,
- "lt_y": 165,
- "rb_x": 515,
- "rb_y": 317
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.81:0.07:0.06:0.03:0.02",
- "colors": "1:7:3:2:21",
- "item_score": 0.49,
- "pattern_score": "0.88:0.04:0.03:0.02:0.01",
- "patterns": "15:8:11:10:6"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1324406",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/fancie.official/fancie.official_002/fancie.official_Female_Girly_Cp5YCs2v9MF-20230403143208-30.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/fancie.official/fancie.official_002/fancie.official_Female_Girly_Cp5YCs2v9MF-20230403143208-30.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1324407",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/fancie.official/fancie.official_002/fancie.official_Female_Girly_Cp5YCs2v9MF-20230403143208-81.jpg",
- "image_width": 963,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/fancie.official/fancie.official_002/fancie.official_Female_Girly_Cp5YCs2v9MF-20230403143208-81.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 314,
- "lt_y": 53,
- "rb_x": 635,
- "rb_y": 1190
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.5,
- "style_candidates": "STREET:BASIC:GIRLY",
- "style_score": "0.34:0.3:0.22"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:11:57:7a93f797-1b83-40f6-b2dd-9e954dd2f12d:1:15",
- "bounding_box": {
- "lt_x": 459,
- "lt_y": 84,
- "rb_x": 512,
- "rb_y": 193
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.81:0.07:0.04:0.04:0.03",
- "colors": "1:7:2:3:21",
- "item_score": 0.59,
- "pattern_score": "0.97:0.03:0.0:0.0:0.0",
- "patterns": "15:11:8:10:14"
- },
- {
- "item_id": "0:2:8:39:ff6f51b7-b9e9-43e7-86a7-f3e6f6d3379a:7:14",
- "bounding_box": {
- "lt_x": 436,
- "lt_y": 1040,
- "rb_x": 590,
- "rb_y": 1189
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.58:0.41:0.0:0.0:0.0",
- "colors": "7:2:3:1:8",
- "item_score": 0.81,
- "pattern_score": "0.94:0.02:0.02:0.01:0.01",
- "patterns": "14:11:2:17:15"
- },
- {
- "item_id": "0:2:5:24:b242e013-4ba8-49a4-982c-9b63f0d36f60:1:15",
- "bounding_box": {
- "lt_x": 320,
- "lt_y": 207,
- "rb_x": 630,
- "rb_y": 701
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.89:0.06:0.03:0.02:0.0",
- "colors": "1:14:3:2:7",
- "item_score": 0.93,
- "pattern_score": "0.42:0.3:0.1:0.09:0.08",
- "patterns": "15:10:14:17:11"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1324408",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/fancie.official/fancie.official_002/fancie.official_Female_Girly_Cp5YCs2v9MF-20230403143209-33.jpg",
- "image_width": 963,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/fancie.official/fancie.official_002/fancie.official_Female_Girly_Cp5YCs2v9MF-20230403143209-33.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 279,
- "lt_y": 44,
- "rb_x": 652,
- "rb_y": 1189
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.76,
- "style_candidates": "GIRLY:BASIC:STREET",
- "style_score": "0.43:0.3:0.09"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:11:57:6b22f159-ef03-473d-94a2-4daeb8c5bb7b:1:15",
- "bounding_box": {
- "lt_x": 462,
- "lt_y": 64,
- "rb_x": 517,
- "rb_y": 178
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.8:0.07:0.04:0.03:0.03",
- "colors": "1:7:21:3:8",
- "item_score": 0.45,
- "pattern_score": "0.87:0.07:0.04:0.01:0.01",
- "patterns": "15:8:11:10:14"
- },
- {
- "item_id": "0:2:8:39:c870ed85-3edb-4532-ae70-e313b147cfe4:7:14",
- "bounding_box": {
- "lt_x": 323,
- "lt_y": 1039,
- "rb_x": 532,
- "rb_y": 1189
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.71:0.28:0.0:0.0:0.0",
- "colors": "7:2:8:3:1",
- "item_score": 0.83,
- "pattern_score": "0.99:0.0:0.0:0.0:0.0",
- "patterns": "14:18:13:17:2"
- },
- {
- "item_id": "0:2:5:24:64c7ca98-b23a-44f5-8f83-ad2137ce93ba:1:15",
- "bounding_box": {
- "lt_x": 320,
- "lt_y": 201,
- "rb_x": 650,
- "rb_y": 702
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.89:0.04:0.03:0.02:0.01",
- "colors": "1:3:2:14:7",
- "item_score": 0.96,
- "pattern_score": "0.32:0.23:0.2:0.12:0.11",
- "patterns": "15:17:10:14:11"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1324409",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/fancie.official/fancie.official_002/fancie.official_Female_Girly_Cp5YCs2v9MF-20230403143210-87.jpg",
- "image_width": 963,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/fancie.official/fancie.official_002/fancie.official_Female_Girly_Cp5YCs2v9MF-20230403143210-87.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 242,
- "lt_y": 173,
- "rb_x": 726,
- "rb_y": 1195
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.78,
- "style_candidates": "BASIC:STREET:GIRLY",
- "style_score": "0.31:0.2:0.18"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:11:57:a35faf23-8313-46b2-ad55-7989df3594a8:1:15",
- "bounding_box": {
- "lt_x": 469,
- "lt_y": 210,
- "rb_x": 544,
- "rb_y": 356
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.76:0.11:0.04:0.04:0.02",
- "colors": "1:3:7:2:21",
- "item_score": 0.46,
- "pattern_score": "0.87:0.07:0.03:0.02:0.01",
- "patterns": "15:8:11:10:6"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1324665",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/pinn.oi/pinn.oi_001/pinn.oi_Male_Basic-Retro_CqPmUTwvaPx-20230403150403-23.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/pinn.oi/pinn.oi_001/pinn.oi_Male_Basic-Retro_CqPmUTwvaPx-20230403150403-23.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 217,
- "lt_y": 173,
- "rb_x": 540,
- "rb_y": 1150
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.81,
- "style_candidates": "BASIC:STREET:SPORTY",
- "style_score": "0.39:0.26:0.2"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:2:8:1116b67a-216c-4060-8b85-47b59cf03aeb:2:6",
- "bounding_box": {
- "lt_x": 220,
- "lt_y": 254,
- "rb_x": 540,
- "rb_y": 573
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.55:0.19:0.12:0.08:0.01",
- "colors": "2:3:7:15:8",
- "item_score": 0.43,
- "pattern_score": "0.91:0.08:0.01:0.0:0.0",
- "patterns": "6:18:10:14:1"
- },
- {
- "item_id": "0:2:8:41:0e920248-1159-4959-9ffe-a6b363389288:2:14",
- "bounding_box": {
- "lt_x": 312,
- "lt_y": 965,
- "rb_x": 452,
- "rb_y": 1149
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.89:0.04:0.03:0.02:0.01",
- "colors": "2:7:15:3:1",
- "item_score": 0.78,
- "pattern_score": "0.74:0.13:0.06:0.03:0.01",
- "patterns": "14:13:2:17:11"
- },
- {
- "item_id": "0:2:11:58:e209cb60-3203-4ec6-a7de-12869da6a794:2:14",
- "bounding_box": {
- "lt_x": 315,
- "lt_y": 949,
- "rb_x": 453,
- "rb_y": 1135
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.86:0.06:0.03:0.02:0.02",
- "colors": "2:7:15:3:1",
- "item_score": 0.82,
- "pattern_score": "0.48:0.47:0.02:0.01:0.01",
- "patterns": "14:2:17:13:11"
- },
- {
- "item_id": "0:2:10:54:33300ce7-8000-4a6f-8c10-ced7e13a8bc1:2:14",
- "bounding_box": {
- "lt_x": 334,
- "lt_y": 173,
- "rb_x": 503,
- "rb_y": 284
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.89:0.05:0.03:0.02:0.01",
- "colors": "2:15:7:3:1",
- "item_score": 0.97,
- "pattern_score": "0.92:0.03:0.02:0.01:0.01",
- "patterns": "14:13:18:17:10"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1324666",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/pinn.oi/pinn.oi_001/pinn.oi_Male_Basic-Retro_CqH2W6CvHAN-20230403150404-91.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/pinn.oi/pinn.oi_001/pinn.oi_Male_Basic-Retro_CqH2W6CvHAN-20230403150404-91.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:-1:-1",
- "bounding_box": {
- "lt_x": 652,
- "lt_y": 140,
- "rb_x": 999,
- "rb_y": 1110
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "STREET:BASIC:RETRO",
- "style_score": "0.66:0.17:0.08"
- },
- {
- "human_id": "1:1:-1",
- "bounding_box": {
- "lt_x": 25,
- "lt_y": 16,
- "rb_x": 581,
- "rb_y": 1185
- },
- "style": [
- "GENTLEMAN"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "GENTLEMAN:BASIC:MINIMALIST",
- "style_score": "0.3:0.21:0.17"
- }
- ],
- "item_info": [
- {
- "item_id": "0:-1:2:8:6e6935f5-b1d8-474c-bfb5-096959e7999a:7:15",
- "bounding_box": {
- "lt_x": 670,
- "lt_y": 241,
- "rb_x": 994,
- "rb_y": 660
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.94:0.05:0.0:0.0:0.0",
- "colors": "7:2:18:9:1",
- "item_score": 0.35,
- "pattern_score": "0.56:0.42:0.02:0.01:0.0",
- "patterns": "15:11:17:14:13"
- },
- {
- "item_id": "0:-1:6:30:3449e96a-0b69-4678-a01a-ce007f959df8:7:14",
- "bounding_box": {
- "lt_x": 676,
- "lt_y": 543,
- "rb_x": 982,
- "rb_y": 940
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.9:0.09:0.0:0.0:0.0",
- "colors": "7:2:1:3:8",
- "item_score": 0.59,
- "pattern_score": "0.93:0.07:0.0:0.0:0.0",
- "patterns": "14:2:17:11:15"
- },
- {
- "item_id": "1:1:3:14:55881631-5f4f-440a-8c8f-9eb82b4cff17:7:14",
- "bounding_box": {
- "lt_x": 155,
- "lt_y": 570,
- "rb_x": 511,
- "rb_y": 996
- },
- "style": [
- "GENTLEMAN"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.56:0.41:0.01:0.01:0.0",
- "colors": "7:2:3:8:15",
- "item_score": 0.57,
- "pattern_score": "0.89:0.08:0.01:0.01:0.0",
- "patterns": "14:17:15:11:10"
- },
- {
- "item_id": "1:1:2:12:1a7363b2-dfe8-4dfb-8988-fe480a1e6fa4:2:15",
- "bounding_box": {
- "lt_x": 25,
- "lt_y": 144,
- "rb_x": 581,
- "rb_y": 853
- },
- "style": [
- "GENTLEMAN"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.75:0.21:0.02:0.01:0.0",
- "colors": "2:7:15:3:1",
- "item_score": 0.96,
- "pattern_score": "0.51:0.22:0.16:0.07:0.01",
- "patterns": "15:14:11:17:2"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1324667",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/pinn.oi/pinn.oi_001/pinn.oi_Male_Basic-Retro_CqPmUTwvaPx-20230403150405-13.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/pinn.oi/pinn.oi_001/pinn.oi_Male_Basic-Retro_CqPmUTwvaPx-20230403150405-13.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:-1:-1",
- "bounding_box": {
- "lt_x": 168,
- "lt_y": 405,
- "rb_x": 478,
- "rb_y": 1195
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "STREET:BASIC:GIRLY",
- "style_score": "0.39:0.28:0.17"
- }
- ],
- "item_info": [
- {
- "item_id": "0:-1:9:42:9e6e8cfd-1878-47be-b370-067e748a5bb3:2:18",
- "bounding_box": {
- "lt_x": 255,
- "lt_y": 477,
- "rb_x": 431,
- "rb_y": 722
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.77:0.1:0.09:0.02:0.01",
- "colors": "2:3:7:15:1",
- "item_score": 0.42,
- "pattern_score": "1.0:0.0:0.0:0.0:0.0",
- "patterns": "18:6:10:1:4"
- },
- {
- "item_id": "0:-1:10:53:bddbb61a-887d-40a4-a8bf-5e6ea385436f:2:14",
- "bounding_box": {
- "lt_x": 243,
- "lt_y": 405,
- "rb_x": 395,
- "rb_y": 540
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.71:0.19:0.06:0.02:0.01",
- "colors": "2:7:3:15:1",
- "item_score": 0.43,
- "pattern_score": "0.69:0.26:0.02:0.01:0.01",
- "patterns": "14:18:6:10:13"
- },
- {
- "item_id": "0:-1:11:58:56139171-88a1-4165-b118-5a6499abc1dc:2:14",
- "bounding_box": {
- "lt_x": 273,
- "lt_y": 1048,
- "rb_x": 419,
- "rb_y": 1177
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.93:0.06:0.0:0.0:0.0",
- "colors": "2:7:1:3:15",
- "item_score": 0.5,
- "pattern_score": "0.92:0.02:0.01:0.01:0.01",
- "patterns": "14:13:2:17:6"
- },
- {
- "item_id": "0:-1:3:14:df63150a-1fc3-456e-a8ed-398ed0f53029:2:14",
- "bounding_box": {
- "lt_x": 257,
- "lt_y": 674,
- "rb_x": 434,
- "rb_y": 871
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.39:0.3:0.18:0.12:0.0",
- "colors": "2:3:7:15:12",
- "item_score": 0.61,
- "pattern_score": "0.61:0.25:0.08:0.03:0.01",
- "patterns": "14:18:6:13:17"
- },
- {
- "item_id": "0:-1:10:54:fab43acf-53fe-48eb-b46e-53169c815937:2:14",
- "bounding_box": {
- "lt_x": 243,
- "lt_y": 405,
- "rb_x": 396,
- "rb_y": 540
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.69:0.19:0.07:0.02:0.01",
- "colors": "2:7:3:15:1",
- "item_score": 0.62,
- "pattern_score": "0.63:0.33:0.02:0.01:0.0",
- "patterns": "14:18:6:10:13"
- },
- {
- "item_id": "0:-1:8:41:ca4af2aa-ddaf-4cde-9666-9d544cc06238:7:14",
- "bounding_box": {
- "lt_x": 238,
- "lt_y": 1119,
- "rb_x": 432,
- "rb_y": 1194
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.49:0.42:0.05:0.02:0.01",
- "colors": "7:2:1:3:21",
- "item_score": 0.91,
- "pattern_score": "0.89:0.07:0.03:0.01:0.01",
- "patterns": "14:17:13:15:11"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1324668",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/pinn.oi/pinn.oi_001/pinn.oi_Male_Basic-Retro_CqPmUTwvaPx-20230403150406-37.jpg",
- "image_width": 967,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/pinn.oi/pinn.oi_001/pinn.oi_Male_Basic-Retro_CqPmUTwvaPx-20230403150406-37.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1324669",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/pinn.oi/pinn.oi_001/pinn.oi_Male_Basic-Retro_CqPmUTwvaPx-20230403150407-18.jpg",
- "image_width": 967,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/pinn.oi/pinn.oi_001/pinn.oi_Male_Basic-Retro_CqPmUTwvaPx-20230403150407-18.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1324678",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/1125store/1125store_001/1125store_Male_Street-Basic_CqMoPVyLJIb-20230403150803-40.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/1125store/1125store_001/1125store_Male_Street-Basic_CqMoPVyLJIb-20230403150803-40.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:9:48:e6f91e90-4e53-46ca-aeb9-72f4f895aa1c:13:11",
- "bounding_box": {
- "lt_x": 55,
- "lt_y": 35,
- "rb_x": 149,
- "rb_y": 141
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.83:0.1:0.04:0.02:0.01",
- "colors": "13:2:14:7:15",
- "item_score": 0.89,
- "pattern_score": "0.68:0.19:0.08:0.03:0.02",
- "patterns": "11:17:14:15:2"
- }
- ]
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1324679",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/1125store/1125store_001/1125store_Male_Street-Basic_CpzE0frL1hS-20230403150804-25.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/1125store/1125store_001/1125store_Male_Street-Basic_CpzE0frL1hS-20230403150804-25.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 64,
- "lt_y": 342,
- "rb_x": 364,
- "rb_y": 869
- },
- "style": [
- "RETRO"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "RETRO:BASIC:BOHEMIAN",
- "style_score": "0.24:0.23:0.13"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:9:43:0a7b11a1-719f-4633-a1a4-78bb598ce10a:6:13",
- "bounding_box": {
- "lt_x": 85,
- "lt_y": 806,
- "rb_x": 300,
- "rb_y": 869
- },
- "style": [
- "RETRO"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.98:0.01:0.0:0.0:0.0",
- "colors": "6:7:2:8:9",
- "item_score": 0.29,
- "pattern_score": "0.86:0.12:0.01:0.0:0.0",
- "patterns": "13:14:17:18:2"
- }
- ]
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1324681",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/1125store/1125store_001/1125store_Male_Street-Basic_CqMoPVyLJIb-20230403150806-92.jpg",
- "image_width": 400,
- "image_height": 401,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/1125store/1125store_001/1125store_Male_Street-Basic_CqMoPVyLJIb-20230403150806-92.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1324682",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/1125store/1125store_001/1125store_Male_Street-Basic_CpzE0frL1hS-20230403150806-90.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/1125store/1125store_001/1125store_Male_Street-Basic_CpzE0frL1hS-20230403150806-90.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:9:48:3c1151a7-f68a-4c37-b445-f3caaee6c4ad:9:17",
- "bounding_box": {
- "lt_x": 54,
- "lt_y": 34,
- "rb_x": 151,
- "rb_y": 140
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.59:0.33:0.02:0.02:0.02",
- "colors": "9:6:4:20:7",
- "item_score": 0.89,
- "pattern_score": "0.5:0.28:0.19:0.03:0.0",
- "patterns": "17:14:11:15:2"
- }
- ]
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1324683",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/1125store/1125store_001/1125store_Male_Street-Basic_CpzE0frL1hS-20230403150807-15.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/1125store/1125store_001/1125store_Male_Street-Basic_CpzE0frL1hS-20230403150807-15.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:9:48:b252bb98-77d5-4253-8c57-85a9cfb0aae5:9:17",
- "bounding_box": {
- "lt_x": 54,
- "lt_y": 34,
- "rb_x": 151,
- "rb_y": 140
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.59:0.33:0.02:0.02:0.02",
- "colors": "9:6:4:20:7",
- "item_score": 0.89,
- "pattern_score": "0.5:0.28:0.19:0.03:0.0",
- "patterns": "17:14:11:15:2"
- }
- ]
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1324688",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/1125store/1125store_001/1125store_Male_Street-Basic_CqMoPVyLJIb-20230403150810-31.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/1125store/1125store_001/1125store_Male_Street-Basic_CqMoPVyLJIb-20230403150810-31.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:9:48:0eebff4b-d20c-4faf-a153-ba28b2d422cc:13:11",
- "bounding_box": {
- "lt_x": 55,
- "lt_y": 35,
- "rb_x": 149,
- "rb_y": 141
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.83:0.1:0.04:0.02:0.01",
- "colors": "13:2:14:7:15",
- "item_score": 0.91,
- "pattern_score": "0.68:0.19:0.08:0.03:0.02",
- "patterns": "11:17:14:15:2"
- }
- ]
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1324689",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/1125store/1125store_001/1125store_Male_Street-Basic_CqMoPVyLJIb-20230403150811-25.jpg",
- "image_width": 1080,
- "image_height": 1080,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/1125store/1125store_001/1125store_Male_Street-Basic_CqMoPVyLJIb-20230403150811-25.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1324690",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/vidi.official/vidi.official_001/vidi.official_Male_Street-Basic_CqfE36vvq0B-20230403151003-41.jpg",
- "image_width": 984,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/vidi.official/vidi.official_001/vidi.official_Male_Street-Basic_CqfE36vvq0B-20230403151003-41.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:8:39:49f04b6a-486b-4c3c-bce0-1201568cedf5:1:14",
- "bounding_box": {
- "lt_x": 239,
- "lt_y": 1019,
- "rb_x": 645,
- "rb_y": 1196
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.86:0.06:0.05:0.02:0.0",
- "colors": "1:7:2:3:14",
- "item_score": 0.28,
- "pattern_score": "0.93:0.04:0.02:0.0:0.0",
- "patterns": "14:17:15:13:11"
- },
- {
- "item_id": "-1:-1:2:8:ca7eb507-496f-47f5-90b7-6313115feb6b:1:14",
- "bounding_box": {
- "lt_x": 210,
- "lt_y": 0,
- "rb_x": 643,
- "rb_y": 305
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "1.0:0.0:0.0:0.0:0.0",
- "colors": "1:2:14:3:7",
- "item_score": 0.64,
- "pattern_score": "0.97:0.02:0.0:0.0:0.0",
- "patterns": "14:17:13:18:15"
- },
- {
- "item_id": "-1:-1:8:37:36f58881-afaf-442e-95ae-a9b9aa49d42b:1:14",
- "bounding_box": {
- "lt_x": 238,
- "lt_y": 1022,
- "rb_x": 645,
- "rb_y": 1195
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.87:0.06:0.04:0.02:0.0",
- "colors": "1:2:7:3:21",
- "item_score": 0.75,
- "pattern_score": "0.94:0.04:0.02:0.0:0.0",
- "patterns": "14:17:15:13:11"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324691",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/vidi.official/vidi.official_001/vidi.official_Male_Street-Basic_Cqc9YwZPxnQ-20230403151003-52.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/vidi.official/vidi.official_001/vidi.official_Male_Street-Basic_Cqc9YwZPxnQ-20230403151003-52.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:-1:-1",
- "bounding_box": {
- "lt_x": 249,
- "lt_y": 505,
- "rb_x": 838,
- "rb_y": 1115
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "BASIC:GIRLY:OFFICE",
- "style_score": "0.53:0.13:0.08"
- }
- ],
- "item_info": [
- {
- "item_id": "0:-1:8:37:1848e87e-1ecd-4d1e-b602-cbebf464837c:1:11",
- "bounding_box": {
- "lt_x": 374,
- "lt_y": 1000,
- "rb_x": 571,
- "rb_y": 1114
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.97:0.01:0.01:0.0:0.0",
- "colors": "1:2:3:8:7",
- "item_score": 0.96,
- "pattern_score": "0.36:0.27:0.15:0.1:0.08",
- "patterns": "11:2:17:14:1"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324692",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/vidi.official/vidi.official_001/vidi.official_Male_Street-Basic_CqcMv1UPLdO-20230403151004-74.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/vidi.official/vidi.official_001/vidi.official_Male_Street-Basic_CqcMv1UPLdO-20230403151004-74.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:1:1:5b8d8e76-9494-44e5-b71b-02709fe11b04:1:17",
- "bounding_box": {
- "lt_x": 218,
- "lt_y": 156,
- "rb_x": 826,
- "rb_y": 848
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.0:0.0:0.0:0.0",
- "colors": "1:3:2:14:7",
- "item_score": 0.25,
- "pattern_score": "0.35:0.26:0.12:0.11:0.11",
- "patterns": "17:11:14:15:2"
- },
- {
- "item_id": "-1:-1:3:16:9dbbcf92-8b2e-4ae5-9b3e-9a25702b3205:1:14",
- "bounding_box": {
- "lt_x": 432,
- "lt_y": 701,
- "rb_x": 798,
- "rb_y": 1198
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "1.0:0.0:0.0:0.0:0.0",
- "colors": "1:3:14:2:8",
- "item_score": 0.77,
- "pattern_score": "1.0:0.0:0.0:0.0:0.0",
- "patterns": "14:6:18:13:11"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324693",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/vidi.official/vidi.official_001/vidi.official_Male_Street-Basic_CqfE36vvq0B-20230403151005-22.jpg",
- "image_width": 984,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/vidi.official/vidi.official_001/vidi.official_Male_Street-Basic_CqfE36vvq0B-20230403151005-22.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:-1:-1",
- "bounding_box": {
- "lt_x": 355,
- "lt_y": 243,
- "rb_x": 618,
- "rb_y": 1106
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "STREET:BASIC:TECH",
- "style_score": "0.69:0.2:0.03"
- }
- ],
- "item_info": [
- {
- "item_id": "0:-1:3:16:7e63f4db-232b-4ba2-8bb7-8c56dc929603:2:13",
- "bounding_box": {
- "lt_x": 384,
- "lt_y": 580,
- "rb_x": 616,
- "rb_y": 1096
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.73:0.09:0.08:0.05:0.04",
- "colors": "2:15:7:3:1",
- "item_score": 0.67,
- "pattern_score": "0.41:0.31:0.12:0.11:0.03",
- "patterns": "13:14:15:11:17"
- },
- {
- "item_id": "0:-1:8:39:ef024643-5c61-406e-b0c5-dc13edcc6621:2:17",
- "bounding_box": {
- "lt_x": 423,
- "lt_y": 961,
- "rb_x": 595,
- "rb_y": 1106
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.86:0.05:0.04:0.04:0.02",
- "colors": "2:1:7:15:3",
- "item_score": 0.69,
- "pattern_score": "0.36:0.34:0.26:0.01:0.01",
- "patterns": "17:2:14:15:13"
- },
- {
- "item_id": "0:-1:2:8:7906eb49-5acc-4727-9d0a-446633bdc705:1:17",
- "bounding_box": {
- "lt_x": 357,
- "lt_y": 359,
- "rb_x": 581,
- "rb_y": 627
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.87:0.1:0.01:0.01:0.0",
- "colors": "1:2:3:7:14",
- "item_score": 0.79,
- "pattern_score": "0.89:0.05:0.03:0.02:0.01",
- "patterns": "17:11:15:2:13"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324694",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/vidi.official/vidi.official_001/vidi.official_Male_Street-Basic_CqfE36vvq0B-20230403151006-53.jpg",
- "image_width": 984,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/vidi.official/vidi.official_001/vidi.official_Male_Street-Basic_CqfE36vvq0B-20230403151006-53.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 373,
- "lt_y": 176,
- "rb_x": 675,
- "rb_y": 1083
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "STREET:TECH:BASIC",
- "style_score": "0.79:0.06:0.06"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:9:43:e3babdfc-8bfc-4af1-bc93-783e4d728c1b:13:14",
- "bounding_box": {
- "lt_x": 373,
- "lt_y": 623,
- "rb_x": 432,
- "rb_y": 828
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.49:0.33:0.12:0.04:0.01",
- "colors": "13:14:1:15:2",
- "item_score": 0.29,
- "pattern_score": "0.98:0.01:0.01:0.0:0.0",
- "patterns": "14:13:11:2:17"
- },
- {
- "item_id": "0:2:8:39:96e519a4-f6e7-405d-9756-cdc5e716a058:7:14",
- "bounding_box": {
- "lt_x": 385,
- "lt_y": 983,
- "rb_x": 600,
- "rb_y": 1083
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.36:0.36:0.16:0.06:0.04",
- "colors": "7:2:1:3:8",
- "item_score": 0.84,
- "pattern_score": "0.96:0.03:0.01:0.0:0.0",
- "patterns": "14:17:15:11:13"
- },
- {
- "item_id": "0:2:3:18:3a526e08-4645-4639-969c-48b30c35b93c:1:18",
- "bounding_box": {
- "lt_x": 379,
- "lt_y": 547,
- "rb_x": 642,
- "rb_y": 1035
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.93:0.04:0.01:0.01:0.0",
- "colors": "1:14:2:13:3",
- "item_score": 0.87,
- "pattern_score": "0.38:0.34:0.16:0.06:0.02",
- "patterns": "18:14:13:15:10"
- },
- {
- "item_id": "0:2:2:8:48329f82-7fa6-4ec1-a85a-a35e9a67ad55:1:17",
- "bounding_box": {
- "lt_x": 379,
- "lt_y": 301,
- "rb_x": 674,
- "rb_y": 626
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "1.0:0.0:0.0:0.0:0.0",
- "colors": "1:2:3:14:7",
- "item_score": 0.92,
- "pattern_score": "0.81:0.1:0.05:0.03:0.0",
- "patterns": "17:2:11:15:14"
- },
- {
- "item_id": "0:2:10:56:029966a5-3777-43c6-9988-9809fcd79f6a:1:14",
- "bounding_box": {
- "lt_x": 489,
- "lt_y": 176,
- "rb_x": 588,
- "rb_y": 262
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.84:0.12:0.01:0.01:0.01",
- "colors": "1:7:8:2:3",
- "item_score": 0.94,
- "pattern_score": "0.8:0.17:0.02:0.0:0.0",
- "patterns": "14:11:15:13:17"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324695",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/vidi.official/vidi.official_001/vidi.official_Male_Street-Basic_CqfE36vvq0B-20230403151006-39.jpg",
- "image_width": 984,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/vidi.official/vidi.official_001/vidi.official_Male_Street-Basic_CqfE36vvq0B-20230403151006-39.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:1:-1",
- "bounding_box": {
- "lt_x": 33,
- "lt_y": 38,
- "rb_x": 984,
- "rb_y": 1187
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.98,
- "style_candidates": "BASIC:SPORTY:STREET",
- "style_score": "0.31:0.28:0.24"
- }
- ],
- "item_info": [
- {
- "item_id": "0:1:1:1:6105f9fc-8671-4f05-8fbf-e4775944f29d:1:17",
- "bounding_box": {
- "lt_x": 152,
- "lt_y": 412,
- "rb_x": 860,
- "rb_y": 1001
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.96:0.03:0.0:0.0:0.0",
- "colors": "1:2:7:3:14",
- "item_score": 0.3,
- "pattern_score": "0.74:0.21:0.03:0.03:0.0",
- "patterns": "17:11:14:15:2"
- },
- {
- "item_id": "0:1:8:39:be2bc9d8-1899-452a-a589-a9d10751c121:2:14",
- "bounding_box": {
- "lt_x": 37,
- "lt_y": 742,
- "rb_x": 236,
- "rb_y": 961
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.42:0.28:0.23:0.04:0.01",
- "colors": "2:1:7:3:15",
- "item_score": 0.81,
- "pattern_score": "0.6:0.15:0.1:0.07:0.05",
- "patterns": "14:17:15:11:13"
- },
- {
- "item_id": "0:1:12:64:bf70e0b4-7204-45f2-90cb-2da16ca9978d:1:14",
- "bounding_box": {
- "lt_x": 482,
- "lt_y": 270,
- "rb_x": 862,
- "rb_y": 435
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.87:0.05:0.03:0.02:0.01",
- "colors": "1:7:8:3:9",
- "item_score": 0.89,
- "pattern_score": "0.51:0.31:0.11:0.03:0.02",
- "patterns": "14:13:18:17:15"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324696",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/vidi.official/vidi.official_001/vidi.official_Male_Street-Basic_CqfE36vvq0B-20230403151007-69.jpg",
- "image_width": 984,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/vidi.official/vidi.official_001/vidi.official_Male_Street-Basic_CqfE36vvq0B-20230403151007-69.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:1:-1",
- "bounding_box": {
- "lt_x": 227,
- "lt_y": 172,
- "rb_x": 693,
- "rb_y": 1194
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.98,
- "style_candidates": "BASIC:MINIMALIST:GENTLEMAN",
- "style_score": "0.34:0.22:0.17"
- }
- ],
- "item_info": [
- {
- "item_id": "0:1:3:16:5c7c799a-97ca-4256-bb55-c793bf76f097:1:14",
- "bounding_box": {
- "lt_x": 318,
- "lt_y": 737,
- "rb_x": 682,
- "rb_y": 1193
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.9:0.05:0.04:0.0:0.0",
- "colors": "1:2:3:14:7",
- "item_score": 0.41,
- "pattern_score": "0.58:0.34:0.05:0.02:0.0",
- "patterns": "14:17:13:2:15"
- },
- {
- "item_id": "0:1:1:1:d490f495-67ea-4014-9268-afaa64237dc4:1:17",
- "bounding_box": {
- "lt_x": 231,
- "lt_y": 375,
- "rb_x": 636,
- "rb_y": 944
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.91:0.05:0.04:0.0:0.0",
- "colors": "1:2:3:7:14",
- "item_score": 0.48,
- "pattern_score": "0.98:0.01:0.0:0.0:0.0",
- "patterns": "17:2:15:11:14"
- },
- {
- "item_id": "0:1:12:64:ddad2a16-9e94-454c-a9a3-f03a6bba3545:21:13",
- "bounding_box": {
- "lt_x": 424,
- "lt_y": 290,
- "rb_x": 567,
- "rb_y": 329
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.35:0.3:0.08:0.08:0.06",
- "colors": "21:3:8:2:7",
- "item_score": 0.67,
- "pattern_score": "0.61:0.37:0.01:0.01:0.0",
- "patterns": "13:14:17:2:15"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324697",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/vidi.official/vidi.official_001/vidi.official_Male_Street-Basic_Cqc9YwZPxnQ-20230403151008-33.jpg",
- "image_width": 962,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/vidi.official/vidi.official_001/vidi.official_Male_Street-Basic_Cqc9YwZPxnQ-20230403151008-33.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:-1:-1",
- "bounding_box": {
- "lt_x": 251,
- "lt_y": 652,
- "rb_x": 406,
- "rb_y": 1142
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "BASIC:STREET:GIRLY",
- "style_score": "0.25:0.22:0.12"
- },
- {
- "human_id": "1:-1:-1",
- "bounding_box": {
- "lt_x": 84,
- "lt_y": 146,
- "rb_x": 228,
- "rb_y": 629
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "STREET:TECH:BASIC",
- "style_score": "0.76:0.11:0.05"
- },
- {
- "human_id": "2:1:-1",
- "bounding_box": {
- "lt_x": 76,
- "lt_y": 654,
- "rb_x": 234,
- "rb_y": 1142
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.8,
- "style_candidates": "BASIC:MINIMALIST:STREET",
- "style_score": "0.52:0.22:0.09"
- },
- {
- "human_id": "3:1:-1",
- "bounding_box": {
- "lt_x": 421,
- "lt_y": 648,
- "rb_x": 579,
- "rb_y": 1137
- },
- "style": [
- "MINIMALIST"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.9,
- "style_candidates": "MINIMALIST:BASIC:GENTLEMAN",
- "style_score": "0.62:0.23:0.05"
- },
- {
- "human_id": "4:1:-1",
- "bounding_box": {
- "lt_x": 480,
- "lt_y": 113,
- "rb_x": 611,
- "rb_y": 504
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.95,
- "style_candidates": "BASIC:MINIMALIST:GENTLEMAN",
- "style_score": "0.29:0.2:0.18"
- },
- {
- "human_id": "5:-1:-1",
- "bounding_box": {
- "lt_x": 506,
- "lt_y": 518,
- "rb_x": 613,
- "rb_y": 910
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "BASIC:STREET:RETRO",
- "style_score": "0.48:0.17:0.13"
- },
- {
- "human_id": "6:1:-1",
- "bounding_box": {
- "lt_x": 237,
- "lt_y": 111,
- "rb_x": 350,
- "rb_y": 502
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.42,
- "style_candidates": "STREET:BASIC:SPORTY",
- "style_score": "0.21:0.19:0.19"
- },
- {
- "human_id": "7:1:-1",
- "bounding_box": {
- "lt_x": 623,
- "lt_y": 106,
- "rb_x": 749,
- "rb_y": 501
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.93,
- "style_candidates": "BASIC:STREET:SPORTY",
- "style_score": "0.38:0.19:0.16"
- },
- {
- "human_id": "8:1:-1",
- "bounding_box": {
- "lt_x": 635,
- "lt_y": 519,
- "rb_x": 740,
- "rb_y": 910
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.9,
- "style_candidates": "BASIC:STREET:SPORTY",
- "style_score": "0.38:0.31:0.13"
- },
- {
- "human_id": "9:-1:-1",
- "bounding_box": {
- "lt_x": 364,
- "lt_y": 109,
- "rb_x": 472,
- "rb_y": 501
- },
- "style": [
- "OFFICE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "OFFICE:MINIMALIST:STREET",
- "style_score": "0.33:0.32:0.08"
- }
- ],
- "item_info": [
- {
- "item_id": "0:-1:11:58:66bf3407-d3c6-43cb-b31e-29b08b8aea25:2:14",
- "bounding_box": {
- "lt_x": 288,
- "lt_y": 1075,
- "rb_x": 372,
- "rb_y": 1132
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.78:0.09:0.09:0.03:0.01",
- "colors": "2:1:21:3:7",
- "item_score": 0.6,
- "pattern_score": "0.39:0.33:0.16:0.06:0.02",
- "patterns": "14:13:17:2:15"
- },
- {
- "item_id": "0:-1:3:14:de84669f-a7e8-4e6a-9a41-da6921ea1070:2:2",
- "bounding_box": {
- "lt_x": 281,
- "lt_y": 853,
- "rb_x": 381,
- "rb_y": 954
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.45:0.44:0.08:0.01:0.01",
- "colors": "2:15:7:3:13",
- "item_score": 0.78,
- "pattern_score": "0.93:0.07:0.0:0.0:0.0",
- "patterns": "2:1:10:17:6"
- },
- {
- "item_id": "0:-1:8:37:31b74f90-2790-4b3f-9724-39427eaebd9c:1:13",
- "bounding_box": {
- "lt_x": 287,
- "lt_y": 1103,
- "rb_x": 374,
- "rb_y": 1140
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.83:0.07:0.05:0.03:0.01",
- "colors": "1:21:3:2:8",
- "item_score": 0.85,
- "pattern_score": "0.97:0.02:0.0:0.0:0.0",
- "patterns": "13:14:4:17:11"
- },
- {
- "item_id": "0:-1:2:12:ed3e5a22-a0e6-4408-b2f2-1475b8d69f85:15:2",
- "bounding_box": {
- "lt_x": 251,
- "lt_y": 715,
- "rb_x": 405,
- "rb_y": 884
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.82:0.12:0.02:0.01:0.01",
- "colors": "15:2:13:3:7",
- "item_score": 0.86,
- "pattern_score": "0.98:0.02:0.0:0.0:0.0",
- "patterns": "2:1:17:6:5"
- },
- {
- "item_id": "1:-1:12:64:7fd369e3-fb7e-4b20-a471-7678f0a4c95f:1:13",
- "bounding_box": {
- "lt_x": 135,
- "lt_y": 176,
- "rb_x": 177,
- "rb_y": 190
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.51:0.18:0.11:0.08:0.06",
- "colors": "1:21:7:2:8",
- "item_score": 0.4,
- "pattern_score": "0.7:0.29:0.0:0.0:0.0",
- "patterns": "13:14:11:18:15"
- },
- {
- "item_id": "1:-1:11:63:66800f8b-101f-4301-9f34-2d97d2128b8c:1:14",
- "bounding_box": {
- "lt_x": 98,
- "lt_y": 385,
- "rb_x": 224,
- "rb_y": 431
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.95:0.03:0.01:0.0:0.0",
- "colors": "1:8:7:3:2",
- "item_score": 0.43,
- "pattern_score": "0.98:0.01:0.0:0.0:0.0",
- "patterns": "14:2:13:11:17"
- },
- {
- "item_id": "1:-1:12:65:64739f4f-a49c-4afa-a77d-6cba1d430660:1:14",
- "bounding_box": {
- "lt_x": 136,
- "lt_y": 176,
- "rb_x": 177,
- "rb_y": 191
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.43:0.2:0.14:0.1:0.06",
- "colors": "1:21:7:2:8",
- "item_score": 0.64,
- "pattern_score": "0.56:0.44:0.0:0.0:0.0",
- "patterns": "14:13:18:11:15"
- },
- {
- "item_id": "1:-1:8:39:fed95fd4-2d22-4fd3-8122-e7a48aed0900:1:14",
- "bounding_box": {
- "lt_x": 116,
- "lt_y": 594,
- "rb_x": 210,
- "rb_y": 627
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.47:0.4:0.05:0.03:0.01",
- "colors": "1:7:8:2:3",
- "item_score": 0.72,
- "pattern_score": "0.94:0.04:0.01:0.0:0.0",
- "patterns": "14:13:17:11:15"
- },
- {
- "item_id": "1:-1:3:16:8db78fb1-ab05-4ec8-a820-d5d47d812c69:1:14",
- "bounding_box": {
- "lt_x": 109,
- "lt_y": 346,
- "rb_x": 214,
- "rb_y": 611
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.01:0.0:0.0:0.0",
- "colors": "1:8:14:7:3",
- "item_score": 0.73,
- "pattern_score": "0.98:0.01:0.0:0.0:0.0",
- "patterns": "14:2:17:13:11"
- },
- {
- "item_id": "1:-1:1:1:eedc290e-ee11-4a29-b2d8-d4c041ce1d16:8:17",
- "bounding_box": {
- "lt_x": 88,
- "lt_y": 205,
- "rb_x": 227,
- "rb_y": 404
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.82:0.11:0.02:0.02:0.01",
- "colors": "8:1:11:3:7",
- "item_score": 0.85,
- "pattern_score": "0.65:0.16:0.14:0.04:0.0",
- "patterns": "17:2:11:15:1"
- },
- {
- "item_id": "2:1:8:39:4d56703e-e275-43ad-b741-06acfd7dfe8b:3:13",
- "bounding_box": {
- "lt_x": 110,
- "lt_y": 1100,
- "rb_x": 201,
- "rb_y": 1141
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.6:0.16:0.08:0.07:0.07",
- "colors": "3:2:7:21:1",
- "item_score": 0.87,
- "pattern_score": "0.48:0.43:0.08:0.0:0.0",
- "patterns": "13:14:17:15:11"
- },
- {
- "item_id": "2:1:3:15:3f988eed-774e-42bf-9998-a491a649ded2:3:14",
- "bounding_box": {
- "lt_x": 104,
- "lt_y": 856,
- "rb_x": 205,
- "rb_y": 1114
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.95:0.02:0.01:0.01:0.0",
- "colors": "3:2:1:15:7",
- "item_score": 0.88,
- "pattern_score": "0.96:0.01:0.01:0.01:0.0",
- "patterns": "14:2:11:13:15"
- },
- {
- "item_id": "2:1:2:12:30ab1f68-7b36-47d3-a76e-6d6ed15c3fe2:1:17",
- "bounding_box": {
- "lt_x": 78,
- "lt_y": 718,
- "rb_x": 234,
- "rb_y": 890
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.0:0.0:0.0:0.0",
- "colors": "1:3:2:14:7",
- "item_score": 0.91,
- "pattern_score": "0.88:0.08:0.03:0.0:0.0",
- "patterns": "17:2:14:11:15"
- },
- {
- "item_id": "3:1:3:16:99284d45-1630-4287-aeda-8b8786ef6bce:1:14",
- "bounding_box": {
- "lt_x": 446,
- "lt_y": 854,
- "rb_x": 547,
- "rb_y": 1113
- },
- "style": [
- "MINIMALIST"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.0:0.0:0.0:0.0",
- "colors": "1:8:3:11:2",
- "item_score": 0.54,
- "pattern_score": "0.95:0.04:0.01:0.0:0.0",
- "patterns": "14:2:13:11:17"
- },
- {
- "item_id": "3:1:3:15:433189ee-c946-41b2-9e65-bd6904b26403:1:14",
- "bounding_box": {
- "lt_x": 446,
- "lt_y": 853,
- "rb_x": 547,
- "rb_y": 1113
- },
- "style": [
- "MINIMALIST"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.01:0.0:0.0:0.0",
- "colors": "1:8:3:11:2",
- "item_score": 0.64,
- "pattern_score": "0.96:0.03:0.01:0.0:0.0",
- "patterns": "14:2:13:17:11"
- },
- {
- "item_id": "3:1:12:64:207eb42d-0896-48b4-be8f-24c9ddaa5b77:1:14",
- "bounding_box": {
- "lt_x": 480,
- "lt_y": 677,
- "rb_x": 523,
- "rb_y": 693
- },
- "style": [
- "MINIMALIST"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.96:0.02:0.01:0.01:0.0",
- "colors": "1:8:21:7:3",
- "item_score": 0.79,
- "pattern_score": "0.93:0.05:0.01:0.0:0.0",
- "patterns": "14:13:18:11:2"
- },
- {
- "item_id": "3:1:8:39:f9751d96-2f1a-408d-9adb-75fd13a7338e:2:14",
- "bounding_box": {
- "lt_x": 452,
- "lt_y": 1096,
- "rb_x": 544,
- "rb_y": 1133
- },
- "style": [
- "MINIMALIST"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.43:0.38:0.08:0.05:0.04",
- "colors": "2:1:3:21:7",
- "item_score": 0.85,
- "pattern_score": "0.77:0.18:0.03:0.01:0.01",
- "patterns": "14:17:13:15:11"
- },
- {
- "item_id": "3:1:2:12:9c518fd3-0e5c-4581-a7bd-f333da2cb531:3:17",
- "bounding_box": {
- "lt_x": 421,
- "lt_y": 712,
- "rb_x": 579,
- "rb_y": 889
- },
- "style": [
- "MINIMALIST"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.82:0.11:0.02:0.01:0.01",
- "colors": "3:7:2:11:1",
- "item_score": 0.95,
- "pattern_score": "0.34:0.25:0.24:0.09:0.05",
- "patterns": "17:11:14:15:2"
- },
- {
- "item_id": "4:1:3:16:537d8ae3-a9b5-4bd5-bf49-b848205aff7d:1:14",
- "bounding_box": {
- "lt_x": 593,
- "lt_y": 348,
- "rb_x": 611,
- "rb_y": 504
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.5:0.3:0.09:0.04:0.03",
- "colors": "1:2:8:21:7",
- "item_score": 0.29,
- "pattern_score": "0.91:0.02:0.02:0.01:0.01",
- "patterns": "14:2:11:13:15"
- },
- {
- "item_id": "4:1:3:16:f8e8f248-7cc4-4617-88cb-2b0e39846d7f:1:14",
- "bounding_box": {
- "lt_x": 480,
- "lt_y": 344,
- "rb_x": 537,
- "rb_y": 503
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.58:0.41:0.0:0.0:0.0",
- "colors": "1:3:2:14:8",
- "item_score": 0.32,
- "pattern_score": "0.97:0.01:0.01:0.0:0.0",
- "patterns": "14:2:11:13:15"
- },
- {
- "item_id": "4:1:2:12:dd55bf32-9d61-4974-9f6a-ec66d17f6ef2:1:14",
- "bounding_box": {
- "lt_x": 480,
- "lt_y": 203,
- "rb_x": 550,
- "rb_y": 402
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "1.0:0.0:0.0:0.0:0.0",
- "colors": "1:3:14:2:21",
- "item_score": 0.84,
- "pattern_score": "0.97:0.02:0.01:0.0:0.0",
- "patterns": "14:11:2:6:15"
- },
- {
- "item_id": "5:-1:9:42:af28fc57-786d-499b-9526-a9495648fd0d:3:14",
- "bounding_box": {
- "lt_x": 506,
- "lt_y": 715,
- "rb_x": 544,
- "rb_y": 910
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.35:0.25:0.2:0.13:0.05",
- "colors": "3:7:2:1:21",
- "item_score": 0.39,
- "pattern_score": "0.99:0.01:0.0:0.0:0.0",
- "patterns": "14:11:15:2:13"
- },
- {
- "item_id": "5:-1:2:12:bc208373-76fb-4229-bb2e-45e7f2297dd9:3:14",
- "bounding_box": {
- "lt_x": 506,
- "lt_y": 707,
- "rb_x": 578,
- "rb_y": 903
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.79:0.12:0.05:0.03:0.01",
- "colors": "3:7:2:1:8",
- "item_score": 0.67,
- "pattern_score": "0.74:0.2:0.04:0.01:0.01",
- "patterns": "14:11:15:17:2"
- },
- {
- "item_id": "6:1:3:16:44c400ea-287d-4daa-b5cb-95c0b66a15e7:2:14",
- "bounding_box": {
- "lt_x": 281,
- "lt_y": 333,
- "rb_x": 350,
- "rb_y": 501
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.81:0.09:0.08:0.01:0.0",
- "colors": "2:1:7:8:3",
- "item_score": 0.33,
- "pattern_score": "0.95:0.02:0.01:0.01:0.01",
- "patterns": "14:11:15:2:13"
- },
- {
- "item_id": "6:1:12:65:06932696-75ee-425e-9ab8-801352469299:1:14",
- "bounding_box": {
- "lt_x": 304,
- "lt_y": 171,
- "rb_x": 346,
- "rb_y": 185
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.87:0.05:0.03:0.02:0.01",
- "colors": "1:8:7:21:2",
- "item_score": 0.51,
- "pattern_score": "0.74:0.24:0.01:0.0:0.0",
- "patterns": "14:13:6:18:4"
- },
- {
- "item_id": "6:1:1:1:f2b551e3-656f-4ee1-b1a3-337cebc91fed:1:2",
- "bounding_box": {
- "lt_x": 258,
- "lt_y": 201,
- "rb_x": 350,
- "rb_y": 405
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.01:0.0:0.0:0.0",
- "colors": "1:2:7:3:8",
- "item_score": 0.66,
- "pattern_score": "0.54:0.42:0.02:0.01:0.0",
- "patterns": "2:17:11:14:15"
- },
- {
- "item_id": "7:1:3:20:26b1539d-bac2-40bd-a111-8967a3a3dd15:1:14",
- "bounding_box": {
- "lt_x": 623,
- "lt_y": 353,
- "rb_x": 699,
- "rb_y": 501
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.98:0.01:0.01:0.0:0.0",
- "colors": "1:8:2:3:7",
- "item_score": 0.42,
- "pattern_score": "0.96:0.02:0.01:0.0:0.0",
- "patterns": "14:2:11:6:15"
- },
- {
- "item_id": "8:1:3:15:a44b9ad2-c353-4f96-a3fe-2fa03c7f8c10:1:14",
- "bounding_box": {
- "lt_x": 635,
- "lt_y": 519,
- "rb_x": 700,
- "rb_y": 611
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.96:0.03:0.0:0.0:0.0",
- "colors": "1:2:8:3:7",
- "item_score": 0.61,
- "pattern_score": "0.98:0.01:0.0:0.0:0.0",
- "patterns": "14:11:13:15:6"
- },
- {
- "item_id": "8:1:12:65:b0b20140-5472-4d2f-a4e7-03cb24f919c3:1:14",
- "bounding_box": {
- "lt_x": 636,
- "lt_y": 678,
- "rb_x": 680,
- "rb_y": 693
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.59:0.14:0.1:0.07:0.05",
- "colors": "1:21:7:2:8",
- "item_score": 0.7,
- "pattern_score": "0.57:0.43:0.0:0.0:0.0",
- "patterns": "14:13:18:11:15"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324698",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/vidi.official/vidi.official_001/vidi.official_Male_Street-Basic_Cqc9YwZPxnQ-20230403151009-55.jpg",
- "image_width": 964,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/vidi.official/vidi.official_001/vidi.official_Male_Street-Basic_Cqc9YwZPxnQ-20230403151009-55.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:2:12:c581f490-f158-445b-a4c0-f6c01edf0c8a:15:2",
- "bounding_box": {
- "lt_x": 700,
- "lt_y": 215,
- "rb_x": 875,
- "rb_y": 367
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.64:0.32:0.01:0.01:0.01",
- "colors": "15:2:14:3:13",
- "item_score": 0.28,
- "pattern_score": "1.0:0.0:0.0:0.0:0.0",
- "patterns": "2:1:11:15:17"
- },
- {
- "item_id": "-1:-1:2:8:e571734a-82cf-4c30-a5f5-fcdd681c0205:1:11",
- "bounding_box": {
- "lt_x": 97,
- "lt_y": 766,
- "rb_x": 241,
- "rb_y": 909
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.0:0.0:0.0:0.0",
- "colors": "1:2:3:14:7",
- "item_score": 0.3,
- "pattern_score": "0.46:0.23:0.12:0.09:0.08",
- "patterns": "11:17:2:14:15"
- },
- {
- "item_id": "-1:-1:2:11:6e646c60-5f52-49fa-b0ad-ff15c0aee5af:8:11",
- "bounding_box": {
- "lt_x": 85,
- "lt_y": 579,
- "rb_x": 254,
- "rb_y": 725
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.45:0.32:0.11:0.03:0.03",
- "colors": "8:1:3:16:18",
- "item_score": 0.39,
- "pattern_score": "0.92:0.06:0.01:0.0:0.0",
- "patterns": "11:15:14:17:6"
- },
- {
- "item_id": "-1:-1:2:9:3086138c-ca0c-4bd0-b4b9-75ea3e14f45e:2:11",
- "bounding_box": {
- "lt_x": 108,
- "lt_y": 200,
- "rb_x": 230,
- "rb_y": 372
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.98:0.01:0.0:0.0:0.0",
- "colors": "2:7:3:15:1",
- "item_score": 0.4,
- "pattern_score": "0.85:0.08:0.06:0.01:0.0",
- "patterns": "11:15:14:17:13"
- },
- {
- "item_id": "-1:-1:2:11:5f29b305-44fe-4b03-ad9e-0d06fdf6812b:1:11",
- "bounding_box": {
- "lt_x": 292,
- "lt_y": 402,
- "rb_x": 458,
- "rb_y": 547
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "1.0:0.0:0.0:0.0:0.0",
- "colors": "1:3:2:14:11",
- "item_score": 0.55,
- "pattern_score": "0.97:0.03:0.0:0.0:0.0",
- "patterns": "11:15:14:17:2"
- },
- {
- "item_id": "-1:-1:2:8:fb00de6e-b041-4a43-9b06-8c7b9c0ab863:4:17",
- "bounding_box": {
- "lt_x": 724,
- "lt_y": 766,
- "rb_x": 865,
- "rb_y": 908
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.0:0.0:0.0:0.0",
- "colors": "4:6:5:18:2",
- "item_score": 0.55,
- "pattern_score": "0.82:0.11:0.04:0.02:0.01",
- "patterns": "17:11:15:14:2"
- },
- {
- "item_id": "-1:-1:3:17:21974bab-98b1-4dbc-a7df-6fda1c55c359:3:14",
- "bounding_box": {
- "lt_x": 745,
- "lt_y": 961,
- "rb_x": 840,
- "rb_y": 1130
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.0:0.0:0.0:0.0",
- "colors": "3:1:2:15:14",
- "item_score": 0.56,
- "pattern_score": "0.87:0.11:0.01:0.0:0.0",
- "patterns": "14:11:2:15:17"
- },
- {
- "item_id": "-1:-1:2:9:c01ddeee-017f-42c3-ab59-48861e0e2866:1:11",
- "bounding_box": {
- "lt_x": 315,
- "lt_y": 202,
- "rb_x": 435,
- "rb_y": 371
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "1.0:0.0:0.0:0.0:0.0",
- "colors": "1:3:2:14:8",
- "item_score": 0.74,
- "pattern_score": "0.64:0.24:0.08:0.03:0.01",
- "patterns": "11:15:14:17:2"
- },
- {
- "item_id": "-1:-1:2:12:fbcbf03a-b3c4-431d-804e-ae39a8e7be5c:15:2",
- "bounding_box": {
- "lt_x": 496,
- "lt_y": 217,
- "rb_x": 668,
- "rb_y": 366
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.68:0.29:0.01:0.01:0.01",
- "colors": "15:2:14:3:13",
- "item_score": 0.82,
- "pattern_score": "1.0:0.0:0.0:0.0:0.0",
- "patterns": "2:1:6:15:17"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324699",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/vidi.official/vidi.official_001/vidi.official_Male_Street-Basic_Cqc9YwZPxnQ-20230403151009-49.jpg",
- "image_width": 965,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/vidi.official/vidi.official_001/vidi.official_Male_Street-Basic_Cqc9YwZPxnQ-20230403151009-49.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:1:-1",
- "bounding_box": {
- "lt_x": 596,
- "lt_y": 967,
- "rb_x": 694,
- "rb_y": 1090
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.48,
- "style_candidates": "STREET:PUNK:TECH",
- "style_score": "0.31:0.21:0.13"
- },
- {
- "human_id": "1:-1:-1",
- "bounding_box": {
- "lt_x": 38,
- "lt_y": 966,
- "rb_x": 132,
- "rb_y": 1090
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "STREET:PUNK:TECH",
- "style_score": "0.44:0.2:0.12"
- }
- ],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324700",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/vidi.official/vidi.official_001/vidi.official_Male_Street-Basic_Cqc9YwZPxnQ-20230403151010-05.jpg",
- "image_width": 965,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/vidi.official/vidi.official_001/vidi.official_Male_Street-Basic_Cqc9YwZPxnQ-20230403151010-05.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324701",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/vidi.official/vidi.official_001/vidi.official_Male_Street-Basic_Cqc9YwZPxnQ-20230403151010-21.jpg",
- "image_width": 965,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/vidi.official/vidi.official_001/vidi.official_Male_Street-Basic_Cqc9YwZPxnQ-20230403151010-21.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:3:14:20dbe195-2134-4941-92b4-58135c0fa018:2:18",
- "bounding_box": {
- "lt_x": 629,
- "lt_y": 465,
- "rb_x": 942,
- "rb_y": 707
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.96:0.02:0.01:0.0:0.0",
- "colors": "2:3:7:1:21",
- "item_score": 0.95,
- "pattern_score": "0.95:0.02:0.02:0.01:0.0",
- "patterns": "18:10:14:6:11"
- },
- {
- "item_id": "-1:-1:3:14:eebd547c-1e5b-42e0-9712-962d920d09c8:4:11",
- "bounding_box": {
- "lt_x": 41,
- "lt_y": 464,
- "rb_x": 364,
- "rb_y": 710
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.94:0.06:0.0:0.0:0.0",
- "colors": "4:18:5:1:6",
- "item_score": 0.97,
- "pattern_score": "0.44:0.43:0.11:0.01:0.0",
- "patterns": "11:15:17:12:10"
- },
- {
- "item_id": "-1:-1:3:14:13f14d13-bf42-493d-ab58-1fe7c980c15c:12:11",
- "bounding_box": {
- "lt_x": 618,
- "lt_y": 146,
- "rb_x": 940,
- "rb_y": 394
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.61:0.33:0.04:0.01:0.0",
- "colors": "12:10:11:19:17",
- "item_score": 0.98,
- "pattern_score": "0.64:0.31:0.05:0.0:0.0",
- "patterns": "11:15:17:12:2"
- },
- {
- "item_id": "-1:-1:3:14:9528a472-eec5-4a81-9d2b-32f9adf51838:8:11",
- "bounding_box": {
- "lt_x": 37,
- "lt_y": 149,
- "rb_x": 360,
- "rb_y": 396
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.75:0.12:0.09:0.02:0.01",
- "colors": "8:11:7:3:1",
- "item_score": 0.98,
- "pattern_score": "0.6:0.31:0.07:0.01:0.0",
- "patterns": "11:15:17:2:12"
- },
- {
- "item_id": "-1:-1:3:14:8d379caa-9057-4fac-8d51-47f102378135:12:11",
- "bounding_box": {
- "lt_x": 618,
- "lt_y": 804,
- "rb_x": 941,
- "rb_y": 1053
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.93:0.03:0.02:0.01:0.01",
- "colors": "12:3:11:10:17",
- "item_score": 0.99,
- "pattern_score": "0.68:0.26:0.04:0.01:0.01",
- "patterns": "11:15:17:2:10"
- },
- {
- "item_id": "-1:-1:3:14:9ee11dfd-2192-4b94-8250-486a3ec81f86:1:15",
- "bounding_box": {
- "lt_x": 36,
- "lt_y": 805,
- "rb_x": 358,
- "rb_y": 1052
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "1.0:0.0:0.0:0.0:0.0",
- "colors": "1:3:14:2:11",
- "item_score": 0.99,
- "pattern_score": "0.48:0.47:0.04:0.01:0.0",
- "patterns": "15:11:17:12:2"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324702",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/vidi.official/vidi.official_001/vidi.official_Male_Street-Basic_CqcMv1UPLdO-20230403151011-10.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/vidi.official/vidi.official_001/vidi.official_Male_Street-Basic_CqcMv1UPLdO-20230403151011-10.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:1:-1",
- "bounding_box": {
- "lt_x": 401,
- "lt_y": 582,
- "rb_x": 554,
- "rb_y": 991
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.98,
- "style_candidates": "STREET:TECH:PUNK",
- "style_score": "0.72:0.16:0.08"
- }
- ],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1323938",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/shi_5ce/shi_5ce_001/shi_5ce_Female_Retro-Girly_Cp7r8zJPc7b-20230403125605-31.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/shi_5ce/shi_5ce_001/shi_5ce_Female_Retro-Girly_Cp7r8zJPc7b-20230403125605-31.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:-1:-1",
- "bounding_box": {
- "lt_x": 96,
- "lt_y": 212,
- "rb_x": 717,
- "rb_y": 1181
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "GIRLY:RETRO:BASIC",
- "style_score": "0.4:0.27:0.14"
- }
- ],
- "item_info": [
- {
- "item_id": "0:-1:8:37:5c807053-575c-4f2b-93c3-6076955b0ed1:1:14",
- "bounding_box": {
- "lt_x": 96,
- "lt_y": 1001,
- "rb_x": 342,
- "rb_y": 1176
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.93:0.02:0.02:0.01:0.01",
- "colors": "1:7:8:2:6",
- "item_score": 0.38,
- "pattern_score": "0.69:0.13:0.09:0.06:0.01",
- "patterns": "14:17:15:10:18"
- }
- ]
- },
- "style_list": [
- {
- "seq": "30",
- "name": "Retro"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323939",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/shi_5ce/shi_5ce_001/shi_5ce_Female_Retro-Girly_Cp5D0T2vJlc-20230403125605-62.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/shi_5ce/shi_5ce_001/shi_5ce_Female_Retro-Girly_Cp5D0T2vJlc-20230403125605-62.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 303,
- "lt_y": 134,
- "rb_x": 778,
- "rb_y": 1041
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.99,
- "style_candidates": "GIRLY:VACATION:RETRO",
- "style_score": "0.48:0.14:0.13"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:4:23:497c2868-8a41-4bd7-a0f0-ae254d82787f:2:1",
- "bounding_box": {
- "lt_x": 322,
- "lt_y": 416,
- "rb_x": 776,
- "rb_y": 998
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.59:0.14:0.14:0.04:0.02",
- "colors": "2:15:7:1:13",
- "item_score": 0.38,
- "pattern_score": "0.78:0.1:0.05:0.03:0.01",
- "patterns": "1:16:6:18:13"
- },
- {
- "item_id": "0:2:12:64:1ac7f81f-d987-4bc1-bb9f-1d8e9f6d99f5:1:13",
- "bounding_box": {
- "lt_x": 560,
- "lt_y": 197,
- "rb_x": 661,
- "rb_y": 242
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.49:0.17:0.17:0.11:0.02",
- "colors": "1:8:7:6:2",
- "item_score": 0.71,
- "pattern_score": "0.61:0.37:0.01:0.0:0.0",
- "patterns": "13:14:15:11:10"
- },
- {
- "item_id": "0:2:2:8:9f90ca52-6787-4a95-8705-8505a0e3e17d:2:1",
- "bounding_box": {
- "lt_x": 474,
- "lt_y": 256,
- "rb_x": 710,
- "rb_y": 518
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.51:0.47:0.01:0.01:0.0",
- "colors": "2:7:15:6:3",
- "item_score": 0.78,
- "pattern_score": "0.91:0.03:0.02:0.01:0.01",
- "patterns": "1:2:6:16:10"
- }
- ]
- },
- "style_list": [
- {
- "seq": "30",
- "name": "Retro"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323940",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/shi_5ce/shi_5ce_001/shi_5ce_Female_Retro-Girly_Cp4CT_GP1kO-20230403125606-79.jpg",
- "image_width": 1200,
- "image_height": 1199,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/shi_5ce/shi_5ce_001/shi_5ce_Female_Retro-Girly_Cp4CT_GP1kO-20230403125606-79.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 280,
- "lt_y": 74,
- "rb_x": 1139,
- "rb_y": 1179
- },
- "style": [
- "BOHEMIAN"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.86,
- "style_candidates": "BOHEMIAN:GIRLY:RETRO",
- "style_score": "0.37:0.16:0.12"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:2:12:163e6936-fd72-4149-8681-52b9150ad462:7:10",
- "bounding_box": {
- "lt_x": 657,
- "lt_y": 238,
- "rb_x": 1004,
- "rb_y": 608
- },
- "style": [
- "BOHEMIAN"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.79:0.19:0.01:0.0:0.0",
- "colors": "7:2:6:12:3",
- "item_score": 0.64,
- "pattern_score": "0.66:0.15:0.07:0.07:0.03",
- "patterns": "10:15:14:18:11"
- },
- {
- "item_id": "0:2:4:23:e498cc7c-daec-4e4b-80fe-3527e41ac04c:7:10",
- "bounding_box": {
- "lt_x": 343,
- "lt_y": 477,
- "rb_x": 1054,
- "rb_y": 1113
- },
- "style": [
- "BOHEMIAN"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.69:0.29:0.01:0.0:0.0",
- "colors": "7:2:1:8:15",
- "item_score": 0.67,
- "pattern_score": "0.53:0.44:0.02:0.0:0.0",
- "patterns": "10:18:14:6:13"
- },
- {
- "item_id": "0:2:8:37:b15e9bf4-9576-4fce-9a36-70898e826f1d:1:14",
- "bounding_box": {
- "lt_x": 282,
- "lt_y": 1027,
- "rb_x": 659,
- "rb_y": 1179
- },
- "style": [
- "BOHEMIAN"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.91:0.03:0.02:0.01:0.01",
- "colors": "1:2:14:7:13",
- "item_score": 0.82,
- "pattern_score": "0.82:0.14:0.02:0.01:0.0",
- "patterns": "14:17:2:18:15"
- },
- {
- "item_id": "0:2:12:64:c2975e62-6aff-4951-afb6-bd4e26606e73:1:14",
- "bounding_box": {
- "lt_x": 764,
- "lt_y": 151,
- "rb_x": 884,
- "rb_y": 220
- },
- "style": [
- "BOHEMIAN"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.3:0.29:0.25:0.07:0.04",
- "colors": "1:7:8:2:6",
- "item_score": 0.85,
- "pattern_score": "0.59:0.29:0.04:0.03:0.02",
- "patterns": "14:13:15:4:18"
- }
- ]
- },
- "style_list": [
- {
- "seq": "30",
- "name": "Retro"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323941",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/shi_5ce/shi_5ce_001/shi_5ce_Female_Retro-Girly_Cp7r8zJPc7b-20230403125607-05.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/shi_5ce/shi_5ce_001/shi_5ce_Female_Retro-Girly_Cp7r8zJPc7b-20230403125607-05.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 224,
- "lt_y": 204,
- "rb_x": 778,
- "rb_y": 1016
- },
- "style": [
- "RETRO"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.72,
- "style_candidates": "RETRO:GIRLY:BASIC",
- "style_score": "0.36:0.26:0.14"
- }
- ],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "30",
- "name": "Retro"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323942",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/shi_5ce/shi_5ce_001/shi_5ce_Female_Retro-Girly_Cp7r8zJPc7b-20230403125608-88.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/shi_5ce/shi_5ce_001/shi_5ce_Female_Retro-Girly_Cp7r8zJPc7b-20230403125608-88.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:-1:-1",
- "bounding_box": {
- "lt_x": 402,
- "lt_y": 3,
- "rb_x": 879,
- "rb_y": 1198
- },
- "style": [
- "RETRO"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "RETRO:BOHEMIAN:GIRLY",
- "style_score": "0.36:0.27:0.17"
- }
- ],
- "item_info": [
- {
- "item_id": "0:-1:8:37:3122b019-f855-41e2-855c-033fd385c4e2:7:10",
- "bounding_box": {
- "lt_x": 646,
- "lt_y": 1035,
- "rb_x": 786,
- "rb_y": 1197
- },
- "style": [
- "RETRO"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.42:0.21:0.16:0.1:0.09",
- "colors": "7:8:1:2:6",
- "item_score": 0.36,
- "pattern_score": "0.76:0.08:0.08:0.04:0.02",
- "patterns": "10:15:14:17:18"
- }
- ]
- },
- "style_list": [
- {
- "seq": "30",
- "name": "Retro"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323943",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/shi_5ce/shi_5ce_001/shi_5ce_Female_Retro-Girly_Cp7r8zJPc7b-20230403125608-22.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/shi_5ce/shi_5ce_001/shi_5ce_Female_Retro-Girly_Cp7r8zJPc7b-20230403125608-22.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 243,
- "lt_y": 5,
- "rb_x": 856,
- "rb_y": 1194
- },
- "style": [
- "RETRO"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "RETRO:GIRLY:OFFICE",
- "style_score": "0.24:0.23:0.22"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:10:53:3c702564-8926-498e-8a9b-beba2b70fff2:7:14",
- "bounding_box": {
- "lt_x": 510,
- "lt_y": 5,
- "rb_x": 657,
- "rb_y": 47
- },
- "style": [
- "RETRO"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.64:0.23:0.06:0.05:0.01",
- "colors": "7:2:8:6:1",
- "item_score": 0.3,
- "pattern_score": "0.82:0.16:0.01:0.0:0.0",
- "patterns": "14:13:18:10:15"
- },
- {
- "item_id": "0:2:8:37:1a7a7a3a-3dd0-4c03-b60b-9cdc0a6381b2:1:14",
- "bounding_box": {
- "lt_x": 306,
- "lt_y": 973,
- "rb_x": 530,
- "rb_y": 1194
- },
- "style": [
- "RETRO"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.97:0.01:0.01:0.0:0.0",
- "colors": "1:2:7:8:14",
- "item_score": 0.89,
- "pattern_score": "0.68:0.28:0.03:0.01:0.0",
- "patterns": "14:17:2:15:11"
- }
- ]
- },
- "style_list": [
- {
- "seq": "30",
- "name": "Retro"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323944",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/shi_5ce/shi_5ce_001/shi_5ce_Female_Retro-Girly_Cp5D0T2vJlc-20230403125609-97.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/shi_5ce/shi_5ce_001/shi_5ce_Female_Retro-Girly_Cp5D0T2vJlc-20230403125609-97.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 291,
- "lt_y": 113,
- "rb_x": 781,
- "rb_y": 1032
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.72,
- "style_candidates": "GIRLY:RETRO:ELEGANCE",
- "style_score": "0.87:0.05:0.03"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:8:37:e5c987d1-f6ed-4acd-9218-a60547722228:1:1",
- "bounding_box": {
- "lt_x": 291,
- "lt_y": 876,
- "rb_x": 538,
- "rb_y": 1032
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.78:0.07:0.03:0.03:0.02",
- "colors": "1:2:7:8:14",
- "item_score": 0.37,
- "pattern_score": "0.77:0.07:0.05:0.04:0.02",
- "patterns": "1:2:14:16:17"
- }
- ]
- },
- "style_list": [
- {
- "seq": "30",
- "name": "Retro"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323945",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/shi_5ce/shi_5ce_001/shi_5ce_Female_Retro-Girly_Cp5D0T2vJlc-20230403125610-22.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/shi_5ce/shi_5ce_001/shi_5ce_Female_Retro-Girly_Cp5D0T2vJlc-20230403125610-22.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:-1:-1",
- "bounding_box": {
- "lt_x": 413,
- "lt_y": 180,
- "rb_x": 925,
- "rb_y": 1163
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "GIRLY:RETRO:BASIC",
- "style_score": "0.49:0.14:0.12"
- }
- ],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "30",
- "name": "Retro"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323946",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/shi_5ce/shi_5ce_001/shi_5ce_Female_Retro-Girly_Cp5D0T2vJlc-20230403125612-56.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/shi_5ce/shi_5ce_001/shi_5ce_Female_Retro-Girly_Cp5D0T2vJlc-20230403125612-56.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 254,
- "lt_y": 173,
- "rb_x": 716,
- "rb_y": 1026
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.75,
- "style_candidates": "GIRLY:RETRO:BOHEMIAN",
- "style_score": "0.42:0.29:0.12"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:12:64:2416d026-10f6-4f1e-a98b-378cc4838221:1:14",
- "bounding_box": {
- "lt_x": 485,
- "lt_y": 229,
- "rb_x": 583,
- "rb_y": 287
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.49:0.19:0.16:0.07:0.03",
- "colors": "1:2:7:8:14",
- "item_score": 0.77,
- "pattern_score": "0.75:0.16:0.03:0.02:0.01",
- "patterns": "14:13:15:11:18"
- }
- ]
- },
- "style_list": [
- {
- "seq": "30",
- "name": "Retro"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323947",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/shi_5ce/shi_5ce_001/shi_5ce_Female_Retro-Girly_Cp5D0T2vJlc-20230403125613-48.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/shi_5ce/shi_5ce_001/shi_5ce_Female_Retro-Girly_Cp5D0T2vJlc-20230403125613-48.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:8:37:5fb67595-e23a-40de-8541-6c6a792aff85:1:14",
- "bounding_box": {
- "lt_x": 92,
- "lt_y": 1076,
- "rb_x": 358,
- "rb_y": 1200
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.65:0.13:0.07:0.04:0.03",
- "colors": "1:8:7:14:6",
- "item_score": 0.59,
- "pattern_score": "0.32:0.29:0.18:0.11:0.03",
- "patterns": "14:16:1:17:15"
- }
- ]
- },
- "style_list": [
- {
- "seq": "30",
- "name": "Retro"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323948",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/shi_5ce/shi_5ce_001/shi_5ce_Female_Retro-Girly_Cp4CT_GP1kO-20230403125614-16.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/shi_5ce/shi_5ce_001/shi_5ce_Female_Retro-Girly_Cp4CT_GP1kO-20230403125614-16.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 336,
- "lt_y": 108,
- "rb_x": 1167,
- "rb_y": 1200
- },
- "style": [
- "BOHEMIAN"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.76,
- "style_candidates": "BOHEMIAN:VACATION:GIRLY",
- "style_score": "0.36:0.18:0.11"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:12:64:752274a6-ed8a-4556-a4ec-bf9231b3caed:7:13",
- "bounding_box": {
- "lt_x": 793,
- "lt_y": 191,
- "rb_x": 902,
- "rb_y": 243
- },
- "style": [
- "BOHEMIAN"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.41:0.41:0.09:0.03:0.02",
- "colors": "7:8:1:21:2",
- "item_score": 0.77,
- "pattern_score": "0.69:0.29:0.01:0.0:0.0",
- "patterns": "13:14:15:11:17"
- },
- {
- "item_id": "0:2:8:37:2236aaf7-bf5e-4855-8ab4-e2ea41e9dea6:1:14",
- "bounding_box": {
- "lt_x": 340,
- "lt_y": 1075,
- "rb_x": 685,
- "rb_y": 1199
- },
- "style": [
- "BOHEMIAN"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.88:0.04:0.03:0.01:0.01",
- "colors": "1:14:2:7:15",
- "item_score": 0.86,
- "pattern_score": "0.87:0.09:0.03:0.01:0.0",
- "patterns": "14:17:2:18:13"
- }
- ]
- },
- "style_list": [
- {
- "seq": "30",
- "name": "Retro"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323949",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/shi_5ce/shi_5ce_001/shi_5ce_Female_Retro-Girly_Cp4CT_GP1kO-20230403125615-52.jpg",
- "image_width": 1200,
- "image_height": 1199,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/shi_5ce/shi_5ce_001/shi_5ce_Female_Retro-Girly_Cp4CT_GP1kO-20230403125615-52.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:-1:-1",
- "bounding_box": {
- "lt_x": 387,
- "lt_y": 169,
- "rb_x": 1158,
- "rb_y": 1194
- },
- "style": [
- "BOHEMIAN"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "BOHEMIAN:GIRLY:ELEGANCE",
- "style_score": "0.24:0.21:0.15"
- }
- ],
- "item_info": [
- {
- "item_id": "0:-1:4:23:266542e9-47a9-4655-84c1-2c363a6d15be:7:10",
- "bounding_box": {
- "lt_x": 431,
- "lt_y": 522,
- "rb_x": 1075,
- "rb_y": 1157
- },
- "style": [
- "BOHEMIAN"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.75:0.24:0.0:0.0:0.0",
- "colors": "7:2:1:8:3",
- "item_score": 0.33,
- "pattern_score": "0.5:0.43:0.06:0.0:0.0",
- "patterns": "10:18:14:6:13"
- },
- {
- "item_id": "0:-1:8:37:325d1040-3e68-4878-aaa1-fccfa17d9edf:1:14",
- "bounding_box": {
- "lt_x": 388,
- "lt_y": 1077,
- "rb_x": 692,
- "rb_y": 1194
- },
- "style": [
- "BOHEMIAN"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.79:0.09:0.04:0.02:0.02",
- "colors": "1:14:2:15:13",
- "item_score": 0.78,
- "pattern_score": "0.92:0.06:0.01:0.0:0.0",
- "patterns": "14:17:2:11:15"
- }
- ]
- },
- "style_list": [
- {
- "seq": "30",
- "name": "Retro"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323950",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/shi_5ce/shi_5ce_001/shi_5ce_Female_Retro-Girly_Cp4CT_GP1kO-20230403125616-71.jpg",
- "image_width": 1200,
- "image_height": 1199,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/shi_5ce/shi_5ce_001/shi_5ce_Female_Retro-Girly_Cp4CT_GP1kO-20230403125616-71.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 500,
- "lt_y": 167,
- "rb_x": 932,
- "rb_y": 1183
- },
- "style": [
- "ELEGANCE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.96,
- "style_candidates": "ELEGANCE:GIRLY:VACATION",
- "style_score": "0.24:0.21:0.11"
- }
- ],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "30",
- "name": "Retro"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323951",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/shi_5ce/shi_5ce_001/shi_5ce_Female_Retro-Girly_Cp4CT_GP1kO-20230403125616-65.jpg",
- "image_width": 1200,
- "image_height": 1199,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/shi_5ce/shi_5ce_001/shi_5ce_Female_Retro-Girly_Cp4CT_GP1kO-20230403125616-65.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 357,
- "lt_y": 197,
- "rb_x": 1137,
- "rb_y": 1181
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.49,
- "style_candidates": "GIRLY:VACATION:ELEGANCE",
- "style_score": "0.32:0.24:0.12"
- }
- ],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "30",
- "name": "Retro"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323706",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/rochebyqyn/rochebyqyn_001/rochebyqyn_Female_Girly-Basic_Cp6uykItPQC-20230403120004-94.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/rochebyqyn/rochebyqyn_001/rochebyqyn_Female_Girly-Basic_Cp6uykItPQC-20230403120004-94.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 12,
- "lt_y": 345,
- "rb_x": 951,
- "rb_y": 1101
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "STREET:BASIC:GIRLY",
- "style_score": "0.46:0.18:0.13"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:8:37:f881fb01-53c5-4a06-9064-872c7a311862:1:14",
- "bounding_box": {
- "lt_x": 13,
- "lt_y": 819,
- "rb_x": 159,
- "rb_y": 1030
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.92:0.03:0.01:0.01:0.01",
- "colors": "1:8:21:3:14",
- "item_score": 0.33,
- "pattern_score": "0.88:0.06:0.02:0.02:0.0",
- "patterns": "14:17:13:15:7"
- },
- {
- "item_id": "0:2:3:14:fb068162-abf0-44f3-a649-ed070a8da850:1:1",
- "bounding_box": {
- "lt_x": 366,
- "lt_y": 753,
- "rb_x": 644,
- "rb_y": 1096
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.0:0.0:0.0:0.0",
- "colors": "1:9:3:7:2",
- "item_score": 0.39,
- "pattern_score": "0.78:0.1:0.03:0.02:0.02",
- "patterns": "1:2:17:15:18"
- },
- {
- "item_id": "0:2:4:22:1e8e2d1a-a659-4748-812b-3c74a011a69e:1:1",
- "bounding_box": {
- "lt_x": 367,
- "lt_y": 755,
- "rb_x": 643,
- "rb_y": 1095
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.0:0.0:0.0:0.0",
- "colors": "1:9:3:7:2",
- "item_score": 0.57,
- "pattern_score": "0.86:0.07:0.02:0.02:0.01",
- "patterns": "1:2:18:17:3"
- },
- {
- "item_id": "0:2:2:8:3ff96d9a-98a0-4f18-aaf9-78cd28ec0c75:19:14",
- "bounding_box": {
- "lt_x": 327,
- "lt_y": 524,
- "rb_x": 927,
- "rb_y": 1079
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.31:0.25:0.18:0.17:0.04",
- "colors": "19:9:1:10:11",
- "item_score": 0.78,
- "pattern_score": "0.44:0.26:0.08:0.07:0.04",
- "patterns": "14:17:1:11:15"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1323707",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/rochebyqyn/rochebyqyn_001/rochebyqyn_Female_Girly-Basic_Cp4CPvctZtZ-20230403120005-80.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/rochebyqyn/rochebyqyn_001/rochebyqyn_Female_Girly-Basic_Cp4CPvctZtZ-20230403120005-80.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 272,
- "lt_y": 9,
- "rb_x": 654,
- "rb_y": 1177
- },
- "style": [
- "ELEGANCE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "ELEGANCE:OFFICE:RETRO",
- "style_score": "0.24:0.19:0.17"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:5:25:4e08a744-28b0-4ac7-8067-669663490dae:2:14",
- "bounding_box": {
- "lt_x": 285,
- "lt_y": 219,
- "rb_x": 643,
- "rb_y": 987
- },
- "style": [
- "ELEGANCE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.85:0.13:0.0:0.0:0.0",
- "colors": "2:7:17:5:15",
- "item_score": 0.28,
- "pattern_score": "0.97:0.02:0.01:0.0:0.0",
- "patterns": "14:18:2:10:11"
- },
- {
- "item_id": "0:2:11:58:28c54b9c-faf4-43ec-9290-3db7c6d75f39:2:2",
- "bounding_box": {
- "lt_x": 378,
- "lt_y": 990,
- "rb_x": 650,
- "rb_y": 1175
- },
- "style": [
- "ELEGANCE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.63:0.2:0.09:0.03:0.01",
- "colors": "2:1:7:3:15",
- "item_score": 0.76,
- "pattern_score": "0.59:0.34:0.06:0.0:0.0",
- "patterns": "2:17:14:13:15"
- },
- {
- "item_id": "0:2:8:38:88a4ac7f-38dc-4e3c-a7b4-bb74a486b4e3:1:2",
- "bounding_box": {
- "lt_x": 376,
- "lt_y": 1051,
- "rb_x": 653,
- "rb_y": 1177
- },
- "style": [
- "ELEGANCE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.56:0.21:0.06:0.05:0.04",
- "colors": "1:2:14:7:3",
- "item_score": 0.95,
- "pattern_score": "0.69:0.24:0.05:0.01:0.0",
- "patterns": "2:17:14:13:15"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1324220",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/namaskar.closet/namaskar.closet_001/namaskar.closet_Female_Sexy-Girly_CqYdLf2PXGg-20230403135402-78.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/namaskar.closet/namaskar.closet_001/namaskar.closet_Female_Sexy-Girly_CqYdLf2PXGg-20230403135402-78.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "26",
- "name": "Sexy"
- }
- ]
- },
- {
- "image_id": "1323709",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/rochebyqyn/rochebyqyn_001/rochebyqyn_Female_Girly-Basic_Cp6uykItPQC-20230403120006-20.jpg",
- "image_width": 963,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/rochebyqyn/rochebyqyn_001/rochebyqyn_Female_Girly-Basic_Cp6uykItPQC-20230403120006-20.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 1,
- "lt_y": 129,
- "rb_x": 949,
- "rb_y": 1171
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "STREET:GIRLY:BASIC",
- "style_score": "0.36:0.19:0.12"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:3:15:46b4a8ad-92b8-4716-81b1-3f27add6fd36:1:14",
- "bounding_box": {
- "lt_x": 346,
- "lt_y": 678,
- "rb_x": 854,
- "rb_y": 1171
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.91:0.02:0.02:0.01:0.01",
- "colors": "1:9:14:10:19",
- "item_score": 0.25,
- "pattern_score": "0.37:0.35:0.15:0.04:0.04",
- "patterns": "14:18:17:11:15"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1323710",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/rochebyqyn/rochebyqyn_001/rochebyqyn_Female_Girly-Basic_Cp6uykItPQC-20230403120007-75.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/rochebyqyn/rochebyqyn_001/rochebyqyn_Female_Girly-Basic_Cp6uykItPQC-20230403120007-75.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 3,
- "lt_y": 168,
- "rb_x": 913,
- "rb_y": 1105
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "STREET:BASIC:GIRLY",
- "style_score": "0.3:0.23:0.18"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:8:40:f84dceb2-bb52-4f0f-b2ae-a5710754783d:1:14",
- "bounding_box": {
- "lt_x": 3,
- "lt_y": 805,
- "rb_x": 571,
- "rb_y": 1105
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.97:0.01:0.01:0.0:0.0",
- "colors": "1:3:14:13:10",
- "item_score": 0.33,
- "pattern_score": "0.98:0.0:0.0:0.0:0.0",
- "patterns": "14:15:17:18:11"
- },
- {
- "item_id": "0:2:2:8:38dc2d2d-86d8-4d76-91ab-a2841d12abff:19:14",
- "bounding_box": {
- "lt_x": 324,
- "lt_y": 355,
- "rb_x": 913,
- "rb_y": 961
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.75:0.08:0.08:0.06:0.01",
- "colors": "19:9:10:1:11",
- "item_score": 0.34,
- "pattern_score": "0.51:0.37:0.03:0.03:0.03",
- "patterns": "14:17:18:2:11"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1323711",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/rochebyqyn/rochebyqyn_001/rochebyqyn_Female_Girly-Basic_Cp6uykItPQC-20230403120008-98.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/rochebyqyn/rochebyqyn_001/rochebyqyn_Female_Girly-Basic_Cp6uykItPQC-20230403120008-98.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 152,
- "lt_y": 232,
- "rb_x": 892,
- "rb_y": 1168
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "STREET:GIRLY:BASIC",
- "style_score": "0.45:0.19:0.1"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:2:12:c4099218-04c3-46c0-873d-0bc6a80d1b25:19:17",
- "bounding_box": {
- "lt_x": 258,
- "lt_y": 407,
- "rb_x": 836,
- "rb_y": 730
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.72:0.15:0.08:0.02:0.01",
- "colors": "19:10:9:11:1",
- "item_score": 0.33,
- "pattern_score": "0.3:0.29:0.23:0.12:0.03",
- "patterns": "17:14:11:15:10"
- },
- {
- "item_id": "0:2:9:43:b04b512a-5820-4229-b573-c0fd1be42b21:1:14",
- "bounding_box": {
- "lt_x": 153,
- "lt_y": 661,
- "rb_x": 306,
- "rb_y": 978
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.0:0.0:0.0:0.0",
- "colors": "1:11:3:7:8",
- "item_score": 0.37,
- "pattern_score": "0.98:0.01:0.01:0.0:0.0",
- "patterns": "14:15:17:11:13"
- },
- {
- "item_id": "0:2:8:40:7abbc6a5-cf86-4354-bccc-56c5a3b73559:1:14",
- "bounding_box": {
- "lt_x": 153,
- "lt_y": 773,
- "rb_x": 592,
- "rb_y": 1168
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "1.0:0.0:0.0:0.0:0.0",
- "colors": "1:3:14:2:8",
- "item_score": 0.89,
- "pattern_score": "0.96:0.02:0.01:0.0:0.0",
- "patterns": "14:17:18:13:15"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1324479",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaqpaPI2V-20230403144204-77.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaqpaPI2V-20230403144204-77.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:1:-1",
- "bounding_box": {
- "lt_x": 362,
- "lt_y": 139,
- "rb_x": 772,
- "rb_y": 1195
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.58,
- "style_candidates": "BASIC:VACATION:STREET",
- "style_score": "0.52:0.19:0.1"
- }
- ],
- "item_info": [
- {
- "item_id": "0:1:2:9:515e2577-f8b8-48e1-a2dc-258adc3e9752:2:11",
- "bounding_box": {
- "lt_x": 447,
- "lt_y": 364,
- "rb_x": 739,
- "rb_y": 794
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.91:0.03:0.03:0.02:0.0",
- "colors": "2:7:3:1:15",
- "item_score": 0.52,
- "pattern_score": "0.32:0.31:0.2:0.1:0.04",
- "patterns": "11:14:15:13:17"
- },
- {
- "item_id": "0:1:12:64:73cccb54-5480-44da-9161-8abd829aca73:1:14",
- "bounding_box": {
- "lt_x": 490,
- "lt_y": 246,
- "rb_x": 679,
- "rb_y": 317
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.95:0.02:0.01:0.01:0.0",
- "colors": "1:8:7:3:2",
- "item_score": 0.88,
- "pattern_score": "0.64:0.3:0.02:0.01:0.01",
- "patterns": "14:13:18:15:4"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323712",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/rochebyqyn/rochebyqyn_001/rochebyqyn_Female_Girly-Basic_Cp6uykItPQC-20230403120009-42.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/rochebyqyn/rochebyqyn_001/rochebyqyn_Female_Girly-Basic_Cp6uykItPQC-20230403120009-42.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 0,
- "lt_y": 359,
- "rb_x": 759,
- "rb_y": 1198
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "STREET:BASIC:GIRLY",
- "style_score": "0.63:0.19:0.05"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:2:12:41764ba0-15b4-40a8-829d-1c439471f646:19:14",
- "bounding_box": {
- "lt_x": 262,
- "lt_y": 518,
- "rb_x": 759,
- "rb_y": 972
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.67:0.12:0.11:0.07:0.01",
- "colors": "19:10:1:9:11",
- "item_score": 0.77,
- "pattern_score": "0.7:0.16:0.03:0.03:0.03",
- "patterns": "14:17:18:11:15"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1323968",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_CqHm_-VPirN-20230403130005-33.jpg",
- "image_width": 1200,
- "image_height": 900,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_CqHm_-VPirN-20230403130005-33.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:5:24:d488721e-5cf1-4228-9496-7ed11328d933:4:15",
- "bounding_box": {
- "lt_x": 729,
- "lt_y": 123,
- "rb_x": 1103,
- "rb_y": 851
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.39:0.35:0.18:0.04:0.01",
- "colors": "4:6:18:8:5",
- "item_score": 0.37,
- "pattern_score": "0.56:0.41:0.02:0.0:0.0",
- "patterns": "15:10:6:14:17"
- },
- {
- "item_id": "-1:-1:4:23:bb9d590b-ae52-4f3a-aa77-66bdd26aefaa:15:13",
- "bounding_box": {
- "lt_x": 61,
- "lt_y": 132,
- "rb_x": 394,
- "rb_y": 874
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.83:0.06:0.05:0.02:0.01",
- "colors": "15:13:3:14:2",
- "item_score": 0.68,
- "pattern_score": "0.58:0.36:0.02:0.02:0.01",
- "patterns": "13:14:17:15:10"
- },
- {
- "item_id": "-1:-1:5:24:c615ca47-4f37-416b-bfb2-bdd06e0ada97:7:10",
- "bounding_box": {
- "lt_x": 363,
- "lt_y": 127,
- "rb_x": 616,
- "rb_y": 842
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.96:0.02:0.01:0.0:0.0",
- "colors": "7:9:8:11:20",
- "item_score": 0.76,
- "pattern_score": "0.97:0.03:0.0:0.0:0.0",
- "patterns": "10:15:8:6:1"
- }
- ]
- },
- "style_list": [
- {
- "seq": "31",
- "name": "Bohemian"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1324480",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaY7wvWyF-20230403144204-53.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaY7wvWyF-20230403144204-53.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:3:16:a4f0d358-758d-4e16-9ab8-6b8d5d76e1b6:5:14",
- "bounding_box": {
- "lt_x": 417,
- "lt_y": 829,
- "rb_x": 747,
- "rb_y": 1200
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.39:0.31:0.16:0.04:0.02",
- "colors": "5:7:2:17:3",
- "item_score": 0.32,
- "pattern_score": "0.98:0.01:0.0:0.0:0.0",
- "patterns": "14:17:13:11:6"
- },
- {
- "item_id": "-1:-1:2:9:200564fa-59aa-412a-aeff-c59f20d7a3fd:5:14",
- "bounding_box": {
- "lt_x": 502,
- "lt_y": 439,
- "rb_x": 804,
- "rb_y": 1000
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.96:0.03:0.0:0.0:0.0",
- "colors": "5:17:7:2:16",
- "item_score": 0.5,
- "pattern_score": "0.94:0.02:0.01:0.01:0.0",
- "patterns": "14:17:13:15:11"
- },
- {
- "item_id": "-1:-1:9:48:1b31cc06-278b-4f66-b773-84ca2ba2f4f7:7:14",
- "bounding_box": {
- "lt_x": 63,
- "lt_y": 503,
- "rb_x": 387,
- "rb_y": 724
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.8:0.16:0.02:0.02:0.0",
- "colors": "7:8:20:11:9",
- "item_score": 0.51,
- "pattern_score": "0.5:0.12:0.09:0.06:0.06",
- "patterns": "14:2:17:3:15"
- },
- {
- "item_id": "-1:-1:9:44:63db8fef-b952-4f29-afe9-a9ceec216b62:7:14",
- "bounding_box": {
- "lt_x": 62,
- "lt_y": 503,
- "rb_x": 388,
- "rb_y": 724
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.77:0.17:0.02:0.02:0.01",
- "colors": "7:8:11:20:9",
- "item_score": 0.58,
- "pattern_score": "0.49:0.13:0.08:0.07:0.06",
- "patterns": "14:2:17:16:3"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323713",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/rochebyqyn/rochebyqyn_001/rochebyqyn_Female_Girly-Basic_Cp6uykItPQC-20230403120010-86.jpg",
- "image_width": 1048,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/rochebyqyn/rochebyqyn_001/rochebyqyn_Female_Girly-Basic_Cp6uykItPQC-20230403120010-86.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 120,
- "lt_y": 126,
- "rb_x": 894,
- "rb_y": 1197
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.97,
- "style_candidates": "BASIC:STREET:RETRO",
- "style_score": "0.5:0.27:0.09"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:8:40:fc3aeb9a-b126-46be-b167-cba99fc27e71:1:14",
- "bounding_box": {
- "lt_x": 122,
- "lt_y": 1034,
- "rb_x": 501,
- "rb_y": 1196
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.93:0.02:0.01:0.01:0.01",
- "colors": "1:14:10:3:11",
- "item_score": 0.57,
- "pattern_score": "0.53:0.18:0.12:0.06:0.03",
- "patterns": "14:13:17:2:15"
- },
- {
- "item_id": "0:2:2:12:395146fd-bccf-4554-8919-f475788db476:19:14",
- "bounding_box": {
- "lt_x": 328,
- "lt_y": 317,
- "rb_x": 894,
- "rb_y": 994
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.78:0.09:0.09:0.02:0.0",
- "colors": "19:10:9:1:11",
- "item_score": 0.76,
- "pattern_score": "0.77:0.08:0.07:0.03:0.03",
- "patterns": "14:17:2:15:13"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1323969",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_CqCix5QPIGQ-20230403130005-78.jpg",
- "image_width": 1200,
- "image_height": 960,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_CqCix5QPIGQ-20230403130005-78.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:1:1:15603b2f-313c-420b-b4ff-d788c9ffef03:22:14",
- "bounding_box": {
- "lt_x": 411,
- "lt_y": 210,
- "rb_x": 1200,
- "rb_y": 955
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.34:0.22:0.19:0.13:0.06",
- "colors": "22:12:3:15:10",
- "item_score": 0.45,
- "pattern_score": "0.94:0.01:0.01:0.01:0.01",
- "patterns": "14:15:2:11:6"
- }
- ]
- },
- "style_list": [
- {
- "seq": "31",
- "name": "Bohemian"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1324481",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_Cqa4DFSPCXd-20230403144205-07.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_Cqa4DFSPCXd-20230403144205-07.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 2,
- "lt_y": 337,
- "rb_x": 571,
- "rb_y": 1200
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.96,
- "style_candidates": "BASIC:GIRLY:STREET",
- "style_score": "0.55:0.14:0.09"
- }
- ],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323714",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/rochebyqyn/rochebyqyn_001/rochebyqyn_Female_Girly-Basic_Cp4CPvctZtZ-20230403120012-74.jpg",
- "image_width": 1007,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/rochebyqyn/rochebyqyn_001/rochebyqyn_Female_Girly-Basic_Cp4CPvctZtZ-20230403120012-74.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 147,
- "lt_y": 3,
- "rb_x": 944,
- "rb_y": 1196
- },
- "style": [
- "OFFICE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "OFFICE:ELEGANCE:MINIMALIST",
- "style_score": "0.42:0.19:0.1"
- }
- ],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "18",
- "name": "Basic"
- }
- ]
- },
- {
- "image_id": "1323970",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_Cp-PqifPPJp-20230403130006-44.jpg",
- "image_width": 996,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_Cp-PqifPPJp-20230403130006-44.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 253,
- "lt_y": 221,
- "rb_x": 769,
- "rb_y": 1145
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "GIRLY:ELEGANCE:BOHEMIAN",
- "style_score": "0.49:0.34:0.03"
- }
- ],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "31",
- "name": "Bohemian"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1324482",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaqpaPI2V-20230403144206-28.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaqpaPI2V-20230403144206-28.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:-1:-1",
- "bounding_box": {
- "lt_x": 158,
- "lt_y": 243,
- "rb_x": 631,
- "rb_y": 1195
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "BASIC:STREET:GIRLY",
- "style_score": "0.71:0.15:0.04"
- }
- ],
- "item_info": [
- {
- "item_id": "0:-1:11:57:7ca034d8-221e-4d21-b4f2-9281267d070b:1:15",
- "bounding_box": {
- "lt_x": 430,
- "lt_y": 325,
- "rb_x": 535,
- "rb_y": 522
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.63:0.19:0.12:0.04:0.01",
- "colors": "1:8:3:11:7",
- "item_score": 0.73,
- "pattern_score": "0.52:0.19:0.08:0.06:0.05",
- "patterns": "15:14:10:11:13"
- },
- {
- "item_id": "0:-1:2:9:c76b88e9-0ebf-43cc-bad4-6f72778233f4:3:14",
- "bounding_box": {
- "lt_x": 235,
- "lt_y": 503,
- "rb_x": 560,
- "rb_y": 930
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.94:0.05:0.0:0.0:0.0",
- "colors": "3:1:14:11:7",
- "item_score": 0.81,
- "pattern_score": "0.8:0.09:0.04:0.03:0.02",
- "patterns": "14:15:18:13:10"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323971",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_CqHm_-VPirN-20230403130007-39.jpg",
- "image_width": 1200,
- "image_height": 900,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_CqHm_-VPirN-20230403130007-39.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "31",
- "name": "Bohemian"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1324483",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaqpaPI2V-20230403144206-82.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaqpaPI2V-20230403144206-82.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:2:9:e7507bfb-12d9-45c5-8a95-413b8395584a:3:6",
- "bounding_box": {
- "lt_x": 430,
- "lt_y": 426,
- "rb_x": 610,
- "rb_y": 735
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.0:0.0:0.0:0.0",
- "colors": "3:15:11:2:7",
- "item_score": 0.26,
- "pattern_score": "0.33:0.33:0.14:0.07:0.05",
- "patterns": "6:14:17:13:2"
- },
- {
- "item_id": "-1:-1:2:9:bf47ccae-2f5d-4514-ac96-33f8d328d547:3:14",
- "bounding_box": {
- "lt_x": 340,
- "lt_y": 426,
- "rb_x": 529,
- "rb_y": 741
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.82:0.13:0.02:0.01:0.01",
- "colors": "3:7:11:8:2",
- "item_score": 0.29,
- "pattern_score": "0.83:0.1:0.04:0.01:0.01",
- "patterns": "14:17:13:15:2"
- },
- {
- "item_id": "-1:-1:2:9:b7123259-4b7e-4bf0-a8a5-f237fa613124:7:14",
- "bounding_box": {
- "lt_x": 220,
- "lt_y": 428,
- "rb_x": 437,
- "rb_y": 734
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.9:0.04:0.02:0.01:0.01",
- "colors": "7:9:3:11:2",
- "item_score": 0.3,
- "pattern_score": "0.91:0.05:0.02:0.01:0.0",
- "patterns": "14:17:2:13:18"
- },
- {
- "item_id": "-1:-1:2:9:e55af8b0-f4ab-4cee-b74b-e1851ae80115:3:17",
- "bounding_box": {
- "lt_x": 629,
- "lt_y": 425,
- "rb_x": 807,
- "rb_y": 731
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.46:0.38:0.1:0.03:0.02",
- "colors": "3:8:1:14:11",
- "item_score": 0.37,
- "pattern_score": "0.63:0.11:0.09:0.08:0.06",
- "patterns": "17:14:13:15:6"
- },
- {
- "item_id": "-1:-1:2:9:72425dec-48b1-49a5-ab79-2f695ae2a1d7:1:14",
- "bounding_box": {
- "lt_x": 732,
- "lt_y": 415,
- "rb_x": 920,
- "rb_y": 727
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.84:0.12:0.04:0.0:0.0",
- "colors": "1:3:14:2:7",
- "item_score": 0.7,
- "pattern_score": "0.5:0.41:0.03:0.03:0.02",
- "patterns": "14:17:13:2:15"
- },
- {
- "item_id": "-1:-1:2:9:543b0509-e301-4f57-9590-1dcae99f5438:2:14",
- "bounding_box": {
- "lt_x": 47,
- "lt_y": 424,
- "rb_x": 230,
- "rb_y": 738
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.64:0.34:0.01:0.0:0.0",
- "colors": "2:7:3:12:15",
- "item_score": 0.97,
- "pattern_score": "0.93:0.03:0.02:0.01:0.0",
- "patterns": "14:13:18:17:6"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323972",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_CqHm_-VPirN-20230403130008-93.jpg",
- "image_width": 1200,
- "image_height": 905,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_CqHm_-VPirN-20230403130008-93.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:2:9:990dcef9-7d60-4eed-aab7-64a04205998b:7:10",
- "bounding_box": {
- "lt_x": 291,
- "lt_y": 158,
- "rb_x": 609,
- "rb_y": 905
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.96:0.02:0.0:0.0:0.0",
- "colors": "7:9:2:20:8",
- "item_score": 0.25,
- "pattern_score": "0.97:0.03:0.0:0.0:0.0",
- "patterns": "10:15:8:14:1"
- },
- {
- "item_id": "-1:-1:2:9:3fe75aeb-5643-40de-b5d8-9cae9ecb7a2a:6:10",
- "bounding_box": {
- "lt_x": 770,
- "lt_y": 148,
- "rb_x": 1199,
- "rb_y": 905
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.45:0.27:0.14:0.06:0.03",
- "colors": "6:4:18:8:5",
- "item_score": 0.48,
- "pattern_score": "0.62:0.32:0.04:0.01:0.0",
- "patterns": "10:15:6:14:2"
- }
- ]
- },
- "style_list": [
- {
- "seq": "31",
- "name": "Bohemian"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1324484",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaqpaPI2V-20230403144207-75.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaqpaPI2V-20230403144207-75.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:2:9:e9f34a34-d579-4bcc-ac74-7c7ddddc1ba3:3:13",
- "bounding_box": {
- "lt_x": 115,
- "lt_y": 213,
- "rb_x": 895,
- "rb_y": 986
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.0:0.0:0.0:0.0",
- "colors": "3:15:2:1:7",
- "item_score": 0.34,
- "pattern_score": "0.51:0.28:0.11:0.03:0.02",
- "patterns": "13:14:15:11:10"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323973",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_CqHm_-VPirN-20230403130008-14.jpg",
- "image_width": 1200,
- "image_height": 900,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_CqHm_-VPirN-20230403130008-14.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "31",
- "name": "Bohemian"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1324485",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaqpaPI2V-20230403144208-44.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaqpaPI2V-20230403144208-44.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:-1:-1",
- "bounding_box": {
- "lt_x": 411,
- "lt_y": 165,
- "rb_x": 600,
- "rb_y": 597
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "BASIC:STREET:SPORTY",
- "style_score": "0.53:0.32:0.03"
- },
- {
- "human_id": "1:-1:-1",
- "bounding_box": {
- "lt_x": 68,
- "lt_y": 253,
- "rb_x": 296,
- "rb_y": 1072
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "BASIC:STREET:RETRO",
- "style_score": "0.48:0.38:0.03"
- },
- {
- "human_id": "2:2:-1",
- "bounding_box": {
- "lt_x": 638,
- "lt_y": 185,
- "rb_x": 890,
- "rb_y": 597
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.96,
- "style_candidates": "BASIC:STREET:SPORTY",
- "style_score": "0.6:0.21:0.06"
- },
- {
- "human_id": "3:2:-1",
- "bounding_box": {
- "lt_x": 757,
- "lt_y": 651,
- "rb_x": 881,
- "rb_y": 1076
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.99,
- "style_candidates": "BASIC:GIRLY:STREET",
- "style_score": "0.49:0.23:0.1"
- },
- {
- "human_id": "4:2:-1",
- "bounding_box": {
- "lt_x": 318,
- "lt_y": 481,
- "rb_x": 434,
- "rb_y": 861
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.83,
- "style_candidates": "BASIC:STREET:OFFICE",
- "style_score": "0.78:0.08:0.05"
- }
- ],
- "item_info": [
- {
- "item_id": "0:-1:2:8:b9da8175-f544-49e0-ad18-b19b03ee9aee:3:17",
- "bounding_box": {
- "lt_x": 415,
- "lt_y": 259,
- "rb_x": 538,
- "rb_y": 447
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.44:0.16:0.13:0.13:0.05",
- "colors": "3:2:1:14:15",
- "item_score": 0.28,
- "pattern_score": "0.56:0.2:0.14:0.08:0.01",
- "patterns": "17:2:14:11:15"
- },
- {
- "item_id": "0:-1:4:23:8500326a-7d80-406a-a3c7-71c2512b0eae:14:13",
- "bounding_box": {
- "lt_x": 424,
- "lt_y": 386,
- "rb_x": 542,
- "rb_y": 597
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.74:0.23:0.01:0.01:0.01",
- "colors": "14:13:1:15:3",
- "item_score": 0.36,
- "pattern_score": "0.68:0.31:0.0:0.0:0.0",
- "patterns": "13:14:15:5:17"
- },
- {
- "item_id": "0:-1:3:17:f5d8055b-d286-4a6e-8837-361082712e24:14:14",
- "bounding_box": {
- "lt_x": 424,
- "lt_y": 387,
- "rb_x": 541,
- "rb_y": 597
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.72:0.24:0.01:0.01:0.01",
- "colors": "14:13:1:15:3",
- "item_score": 0.41,
- "pattern_score": "0.53:0.46:0.0:0.0:0.0",
- "patterns": "14:13:5:15:17"
- },
- {
- "item_id": "0:-1:12:65:996dd87a-b2f2-4f06-ac92-6c2407fd03e0:1:14",
- "bounding_box": {
- "lt_x": 457,
- "lt_y": 220,
- "rb_x": 526,
- "rb_y": 263
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.88:0.04:0.04:0.02:0.01",
- "colors": "1:7:8:2:21",
- "item_score": 0.68,
- "pattern_score": "0.84:0.03:0.03:0.03:0.02",
- "patterns": "14:4:17:13:18"
- },
- {
- "item_id": "0:-1:2:9:387d8fe5-2610-4cf2-86f1-7c0d31e9b52f:3:2",
- "bounding_box": {
- "lt_x": 425,
- "lt_y": 258,
- "rb_x": 537,
- "rb_y": 441
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.47:0.17:0.11:0.1:0.07",
- "colors": "3:2:14:1:15",
- "item_score": 0.78,
- "pattern_score": "0.3:0.26:0.25:0.14:0.04",
- "patterns": "2:17:14:11:15"
- },
- {
- "item_id": "1:-1:11:58:ca0f4e70-e894-4d67-9a73-7f26c5b14491:1:14",
- "bounding_box": {
- "lt_x": 127,
- "lt_y": 896,
- "rb_x": 293,
- "rb_y": 1061
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.76:0.19:0.02:0.01:0.01",
- "colors": "1:2:7:14:3",
- "item_score": 0.38,
- "pattern_score": "0.77:0.13:0.04:0.02:0.02",
- "patterns": "14:17:5:15:13"
- },
- {
- "item_id": "1:-1:2:9:d160bb71-03ef-4d23-bc3d-f51a6d692db9:3:15",
- "bounding_box": {
- "lt_x": 123,
- "lt_y": 376,
- "rb_x": 241,
- "rb_y": 602
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.62:0.14:0.06:0.04:0.04",
- "colors": "3:1:15:2:14",
- "item_score": 0.59,
- "pattern_score": "0.34:0.3:0.2:0.11:0.03",
- "patterns": "15:14:17:11:13"
- },
- {
- "item_id": "1:-1:4:23:a9239133-0a5a-475f-af98-04d6c572599d:14:13",
- "bounding_box": {
- "lt_x": 74,
- "lt_y": 535,
- "rb_x": 271,
- "rb_y": 942
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.85:0.11:0.02:0.0:0.0",
- "colors": "14:13:1:3:15",
- "item_score": 0.72,
- "pattern_score": "0.92:0.05:0.01:0.0:0.0",
- "patterns": "13:14:17:18:10"
- },
- {
- "item_id": "1:-1:8:39:377122ae-046a-43bc-bc94-d34ccd6d2c4d:1:14",
- "bounding_box": {
- "lt_x": 124,
- "lt_y": 932,
- "rb_x": 296,
- "rb_y": 1072
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.9:0.09:0.0:0.0:0.0",
- "colors": "1:2:7:3:14",
- "item_score": 0.84,
- "pattern_score": "0.69:0.26:0.02:0.01:0.01",
- "patterns": "14:17:15:2:13"
- },
- {
- "item_id": "1:-1:12:65:d3c78858-8977-4bd3-a572-ff64d1818241:1:14",
- "bounding_box": {
- "lt_x": 143,
- "lt_y": 299,
- "rb_x": 220,
- "rb_y": 324
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.98:0.01:0.0:0.0:0.0",
- "colors": "1:8:7:21:3",
- "item_score": 0.95,
- "pattern_score": "0.95:0.03:0.01:0.0:0.0",
- "patterns": "14:13:2:6:4"
- },
- {
- "item_id": "2:2:12:65:5d74cfab-76bb-43b0-8228-e4dfa7b81b31:1:14",
- "bounding_box": {
- "lt_x": 712,
- "lt_y": 202,
- "rb_x": 800,
- "rb_y": 266
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.79:0.16:0.02:0.01:0.0",
- "colors": "1:7:8:2:5",
- "item_score": 0.77,
- "pattern_score": "0.8:0.15:0.02:0.01:0.01",
- "patterns": "14:17:15:11:2"
- },
- {
- "item_id": "3:2:8:40:e59cf1fb-7100-4ad7-8ccf-8f9e87a09518:1:14",
- "bounding_box": {
- "lt_x": 757,
- "lt_y": 951,
- "rb_x": 848,
- "rb_y": 1076
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "1.0:0.0:0.0:0.0:0.0",
- "colors": "1:7:2:8:14",
- "item_score": 0.87,
- "pattern_score": "0.99:0.01:0.0:0.0:0.0",
- "patterns": "14:17:2:11:13"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323974",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_CqHm_-VPirN-20230403130011-05.jpg",
- "image_width": null,
- "image_height": null,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_CqHm_-VPirN-20230403130011-05.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "31",
- "name": "Bohemian"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1324486",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaqpaPI2V-20230403144208-04.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaqpaPI2V-20230403144208-04.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:-1:-1",
- "bounding_box": {
- "lt_x": 692,
- "lt_y": 10,
- "rb_x": 874,
- "rb_y": 384
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "BASIC:STREET:SPORTY",
- "style_score": "0.68:0.19:0.03"
- },
- {
- "human_id": "1:-1:-1",
- "bounding_box": {
- "lt_x": 320,
- "lt_y": 452,
- "rb_x": 595,
- "rb_y": 810
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "STREET:BASIC:RETRO",
- "style_score": "0.47:0.18:0.1"
- },
- {
- "human_id": "2:2:-1",
- "bounding_box": {
- "lt_x": 163,
- "lt_y": 419,
- "rb_x": 321,
- "rb_y": 809
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.59,
- "style_candidates": "BASIC:VACATION:STREET",
- "style_score": "0.57:0.16:0.08"
- },
- {
- "human_id": "3:-1:-1",
- "bounding_box": {
- "lt_x": 680,
- "lt_y": 405,
- "rb_x": 885,
- "rb_y": 806
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "STREET:BASIC:SPORTY",
- "style_score": "0.58:0.16:0.09"
- },
- {
- "human_id": "4:1:-1",
- "bounding_box": {
- "lt_x": 282,
- "lt_y": 650,
- "rb_x": 465,
- "rb_y": 961
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.92,
- "style_candidates": "BASIC:STREET:SPORTY",
- "style_score": "0.32:0.3:0.1"
- },
- {
- "human_id": "5:-1:-1",
- "bounding_box": {
- "lt_x": 570,
- "lt_y": 647,
- "rb_x": 680,
- "rb_y": 959
- },
- "style": [
- "VACATION"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "VACATION:BASIC:STREET",
- "style_score": "0.33:0.17:0.09"
- },
- {
- "human_id": "6:-1:-1",
- "bounding_box": {
- "lt_x": 0,
- "lt_y": 365,
- "rb_x": 143,
- "rb_y": 646
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "BASIC:STREET:SPORTY",
- "style_score": "0.73:0.09:0.05"
- },
- {
- "human_id": "7:-1:-1",
- "bounding_box": {
- "lt_x": 357,
- "lt_y": 0,
- "rb_x": 476,
- "rb_y": 308
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "BASIC:VACATION:STREET",
- "style_score": "0.28:0.17:0.13"
- },
- {
- "human_id": "8:-1:-1",
- "bounding_box": {
- "lt_x": 38,
- "lt_y": 710,
- "rb_x": 228,
- "rb_y": 960
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "BASIC:OFFICE:STREET",
- "style_score": "0.68:0.13:0.05"
- },
- {
- "human_id": "9:2:-1",
- "bounding_box": {
- "lt_x": 40,
- "lt_y": 13,
- "rb_x": 172,
- "rb_y": 306
- },
- "style": [
- "SEXY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.95,
- "style_candidates": "SEXY:BASIC:SPORTY",
- "style_score": "0.41:0.32:0.09"
- }
- ],
- "item_info": [
- {
- "item_id": "0:-1:2:9:ad4e8488-2077-4dd4-985d-4148c428585e:3:14",
- "bounding_box": {
- "lt_x": 720,
- "lt_y": 107,
- "rb_x": 839,
- "rb_y": 270
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.72:0.26:0.0:0.0:0.0",
- "colors": "3:1:7:11:14",
- "item_score": 0.47,
- "pattern_score": "0.52:0.32:0.08:0.02:0.02",
- "patterns": "14:15:11:13:4"
- },
- {
- "item_id": "1:-1:12:65:d5d07a71-f6f2-46c5-b458-8e79d11a0102:1:14",
- "bounding_box": {
- "lt_x": 438,
- "lt_y": 499,
- "rb_x": 533,
- "rb_y": 543
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.94:0.02:0.01:0.01:0.01",
- "colors": "1:7:3:8:21",
- "item_score": 0.89,
- "pattern_score": "0.77:0.19:0.01:0.01:0.01",
- "patterns": "14:13:18:4:17"
- },
- {
- "item_id": "3:-1:12:65:9ff97cf1-ed13-4fce-bf8e-5298f2e92f9e:1:14",
- "bounding_box": {
- "lt_x": 754,
- "lt_y": 446,
- "rb_x": 806,
- "rb_y": 465
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.94:0.04:0.01:0.0:0.0",
- "colors": "1:3:21:14:2",
- "item_score": 0.45,
- "pattern_score": "0.9:0.1:0.0:0.0:0.0",
- "patterns": "14:13:11:15:6"
- },
- {
- "item_id": "3:-1:3:16:a3294431-f842-442c-bb87-bd81eb84b585:11:17",
- "bounding_box": {
- "lt_x": 681,
- "lt_y": 585,
- "rb_x": 844,
- "rb_y": 806
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.9:0.07:0.02:0.0:0.0",
- "colors": "11:10:1:3:2",
- "item_score": 0.46,
- "pattern_score": "0.48:0.37:0.11:0.03:0.01",
- "patterns": "17:2:14:11:1"
- },
- {
- "item_id": "3:-1:1:1:7ff54398-3d64-41b5-abe1-5438f94494de:1:17",
- "bounding_box": {
- "lt_x": 691,
- "lt_y": 478,
- "rb_x": 884,
- "rb_y": 672
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.72:0.12:0.09:0.02:0.02",
- "colors": "1:11:3:10:14",
- "item_score": 0.59,
- "pattern_score": "0.69:0.29:0.01:0.0:0.0",
- "patterns": "17:2:14:15:11"
- },
- {
- "item_id": "8:-1:11:61:6687521f-368a-4864-830d-1a85d3961b28:3:1",
- "bounding_box": {
- "lt_x": 38,
- "lt_y": 710,
- "rb_x": 148,
- "rb_y": 815
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.72:0.13:0.07:0.06:0.01",
- "colors": "3:2:7:1:21",
- "item_score": 0.31,
- "pattern_score": "1.0:0.0:0.0:0.0:0.0",
- "patterns": "1:2:14:3:16"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323975",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_CqCix5QPIGQ-20230403130011-42.jpg",
- "image_width": 1200,
- "image_height": 960,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_CqCix5QPIGQ-20230403130011-42.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:1:6:efc92b9b-b7a0-4514-9770-f80280e30895:15:14",
- "bounding_box": {
- "lt_x": 142,
- "lt_y": 51,
- "rb_x": 843,
- "rb_y": 630
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.24:0.22:0.2:0.14:0.08",
- "colors": "15:7:2:3:12",
- "item_score": 0.39,
- "pattern_score": "0.37:0.37:0.14:0.07:0.03",
- "patterns": "14:15:6:11:10"
- },
- {
- "item_id": "-1:-1:2:12:2437bbac-0066-4c36-b21a-2ea16c49a284:15:15",
- "bounding_box": {
- "lt_x": 398,
- "lt_y": 281,
- "rb_x": 1054,
- "rb_y": 906
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.42:0.4:0.06:0.05:0.04",
- "colors": "15:12:3:22:13",
- "item_score": 0.78,
- "pattern_score": "0.69:0.12:0.09:0.06:0.04",
- "patterns": "15:10:14:11:6"
- }
- ]
- },
- "style_list": [
- {
- "seq": "31",
- "name": "Bohemian"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1324487",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaqpaPI2V-20230403144209-53.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaqpaPI2V-20230403144209-53.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:-1:-1",
- "bounding_box": {
- "lt_x": 166,
- "lt_y": 0,
- "rb_x": 390,
- "rb_y": 592
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "BASIC:STREET:OFFICE",
- "style_score": "0.83:0.11:0.02"
- },
- {
- "human_id": "1:-1:-1",
- "bounding_box": {
- "lt_x": 220,
- "lt_y": 612,
- "rb_x": 618,
- "rb_y": 1200
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "BASIC:STREET:GIRLY",
- "style_score": "0.4:0.26:0.12"
- },
- {
- "human_id": "2:-1:-1",
- "bounding_box": {
- "lt_x": 678,
- "lt_y": 21,
- "rb_x": 860,
- "rb_y": 370
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "STREET:PUNK:SPORTY",
- "style_score": "0.48:0.1:0.08"
- },
- {
- "human_id": "3:-1:-1",
- "bounding_box": {
- "lt_x": 8,
- "lt_y": 484,
- "rb_x": 229,
- "rb_y": 959
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "BASIC:STREET:SPORTY",
- "style_score": "0.79:0.05:0.05"
- }
- ],
- "item_info": [
- {
- "item_id": "0:-1:10:53:3f9646a3-83f3-4bde-8eb4-5301dc7b25d2:1:14",
- "bounding_box": {
- "lt_x": 217,
- "lt_y": 0,
- "rb_x": 352,
- "rb_y": 105
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.9:0.04:0.02:0.01:0.01",
- "colors": "1:7:8:3:2",
- "item_score": 0.28,
- "pattern_score": "0.56:0.2:0.12:0.06:0.03",
- "patterns": "14:11:15:17:13"
- },
- {
- "item_id": "0:-1:12:65:02952e94-c385-4705-bd52-57635e80194b:1:14",
- "bounding_box": {
- "lt_x": 257,
- "lt_y": 32,
- "rb_x": 352,
- "rb_y": 71
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.8:0.09:0.05:0.02:0.01",
- "colors": "1:7:8:21:2",
- "item_score": 0.45,
- "pattern_score": "0.94:0.05:0.01:0.0:0.0",
- "patterns": "14:13:2:11:18"
- },
- {
- "item_id": "0:-1:3:17:38deba6d-2cf9-45c5-8272-dd833dccfbc4:1:13",
- "bounding_box": {
- "lt_x": 202,
- "lt_y": 338,
- "rb_x": 384,
- "rb_y": 592
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.78:0.18:0.02:0.01:0.0",
- "colors": "1:3:14:2:8",
- "item_score": 0.7,
- "pattern_score": "0.81:0.14:0.03:0.01:0.0",
- "patterns": "13:14:5:2:18"
- },
- {
- "item_id": "0:-1:2:9:de4ee78d-29f4-4377-877d-3020cbd0c07c:2:15",
- "bounding_box": {
- "lt_x": 210,
- "lt_y": 129,
- "rb_x": 372,
- "rb_y": 410
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.83:0.08:0.04:0.04:0.0",
- "colors": "2:1:7:3:15",
- "item_score": 0.84,
- "pattern_score": "0.34:0.25:0.15:0.09:0.08",
- "patterns": "15:14:11:13:17"
- },
- {
- "item_id": "1:-1:2:12:80216d52-6133-4221-a381-330812bfd8b6:11:14",
- "bounding_box": {
- "lt_x": 243,
- "lt_y": 695,
- "rb_x": 618,
- "rb_y": 1018
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.37:0.22:0.09:0.09:0.08",
- "colors": "11:7:9:10:2",
- "item_score": 0.33,
- "pattern_score": "0.65:0.29:0.02:0.02:0.01",
- "patterns": "14:17:11:2:15"
- },
- {
- "item_id": "1:-1:9:42:48c905b5-6c3b-4819-861d-59b6ed79cbda:11:14",
- "bounding_box": {
- "lt_x": 381,
- "lt_y": 808,
- "rb_x": 553,
- "rb_y": 1190
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.37:0.23:0.2:0.08:0.03",
- "colors": "11:10:12:7:9",
- "item_score": 0.51,
- "pattern_score": "0.92:0.03:0.02:0.01:0.01",
- "patterns": "14:17:13:15:1"
- },
- {
- "item_id": "1:-1:10:53:79c4d59a-eab3-442a-a539-fc0f16631665:2:14",
- "bounding_box": {
- "lt_x": 269,
- "lt_y": 633,
- "rb_x": 412,
- "rb_y": 809
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.9:0.05:0.02:0.02:0.0",
- "colors": "2:7:1:3:21",
- "item_score": 0.97,
- "pattern_score": "0.76:0.15:0.03:0.03:0.01",
- "patterns": "14:11:17:15:10"
- },
- {
- "item_id": "2:-1:2:12:629c0a8f-a47b-4b22-8713-e044b381bc75:7:2",
- "bounding_box": {
- "lt_x": 714,
- "lt_y": 66,
- "rb_x": 859,
- "rb_y": 210
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.77:0.2:0.01:0.01:0.0",
- "colors": "7:2:1:9:6",
- "item_score": 0.41,
- "pattern_score": "0.52:0.34:0.08:0.04:0.0",
- "patterns": "2:14:17:11:15"
- },
- {
- "item_id": "2:-1:10:54:536986e3-382f-431c-b162-da5c9a05358f:14:11",
- "bounding_box": {
- "lt_x": 761,
- "lt_y": 25,
- "rb_x": 833,
- "rb_y": 76
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.49:0.41:0.03:0.02:0.01",
- "colors": "14:13:7:1:2",
- "item_score": 0.92,
- "pattern_score": "0.74:0.14:0.05:0.05:0.02",
- "patterns": "11:17:14:15:2"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323976",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_CqCix5QPIGQ-20230403130113-93.jpg",
- "image_width": null,
- "image_height": null,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_CqCix5QPIGQ-20230403130113-93.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "31",
- "name": "Bohemian"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1324488",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaqpaPI2V-20230403144210-35.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaqpaPI2V-20230403144210-35.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:2:9:8a00d69e-7c7d-4846-bc6c-6901765122c7:8:14",
- "bounding_box": {
- "lt_x": 5,
- "lt_y": 1,
- "rb_x": 531,
- "rb_y": 690
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.38:0.35:0.14:0.06:0.03",
- "colors": "8:11:7:3:1",
- "item_score": 0.58,
- "pattern_score": "0.82:0.07:0.05:0.03:0.02",
- "patterns": "14:11:17:13:2"
- },
- {
- "item_id": "-1:-1:3:14:e4389e0d-e684-49e7-aaed-6e1e48598d28:11:14",
- "bounding_box": {
- "lt_x": 3,
- "lt_y": 483,
- "rb_x": 427,
- "rb_y": 1068
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.0:0.0:0.0:0.0",
- "colors": "11:8:10:3:7",
- "item_score": 0.87,
- "pattern_score": "0.63:0.29:0.03:0.02:0.01",
- "patterns": "14:17:2:11:1"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323977",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_Cp-PqifPPJp-20230403130113-24.jpg",
- "image_width": 1002,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_Cp-PqifPPJp-20230403130113-24.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 239,
- "lt_y": 234,
- "rb_x": 675,
- "rb_y": 1146
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.99,
- "style_candidates": "GIRLY:ELEGANCE:BASIC",
- "style_score": "0.79:0.11:0.04"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:4:23:923e89aa-c415-4afd-8642-f342e28d699b:7:14",
- "bounding_box": {
- "lt_x": 243,
- "lt_y": 588,
- "rb_x": 671,
- "rb_y": 1036
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.89:0.1:0.01:0.0:0.0",
- "colors": "7:2:9:8:6",
- "item_score": 0.84,
- "pattern_score": "0.71:0.13:0.09:0.04:0.03",
- "patterns": "14:10:18:17:6"
- },
- {
- "item_id": "0:2:2:9:f876f57f-be01-4ef5-8849-7a7f2ca83ddc:7:14",
- "bounding_box": {
- "lt_x": 329,
- "lt_y": 377,
- "rb_x": 557,
- "rb_y": 671
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.72:0.26:0.01:0.0:0.0",
- "colors": "7:2:9:6:1",
- "item_score": 0.93,
- "pattern_score": "0.9:0.05:0.03:0.01:0.01",
- "patterns": "14:10:18:15:6"
- },
- {
- "item_id": "0:2:12:64:bdc0c5cc-632a-4a6f-9019-d3b9901b7bb1:1:14",
- "bounding_box": {
- "lt_x": 402,
- "lt_y": 286,
- "rb_x": 491,
- "rb_y": 324
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.74:0.13:0.06:0.03:0.02",
- "colors": "1:7:8:21:3",
- "item_score": 0.93,
- "pattern_score": "0.56:0.38:0.04:0.01:0.01",
- "patterns": "14:13:15:11:17"
- }
- ]
- },
- "style_list": [
- {
- "seq": "31",
- "name": "Bohemian"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1324489",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaqpaPI2V-20230403144211-64.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaqpaPI2V-20230403144211-64.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:2:9:b0f16b19-5c88-43a2-8128-b329ae8245f4:1:11",
- "bounding_box": {
- "lt_x": 265,
- "lt_y": 354,
- "rb_x": 960,
- "rb_y": 1007
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.79:0.2:0.01:0.0:0.0",
- "colors": "1:14:3:8:13",
- "item_score": 0.82,
- "pattern_score": "0.6:0.19:0.18:0.02:0.01",
- "patterns": "11:14:15:17:2"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323978",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_Cp-PqifPPJp-20230403130114-52.jpg",
- "image_width": 1002,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_Cp-PqifPPJp-20230403130114-52.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 217,
- "lt_y": 7,
- "rb_x": 789,
- "rb_y": 1193
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "GIRLY:RETRO:ELEGANCE",
- "style_score": "0.48:0.18:0.13"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:4:23:20626cad-f1da-4800-813c-e5a9078ff46f:7:14",
- "bounding_box": {
- "lt_x": 220,
- "lt_y": 387,
- "rb_x": 779,
- "rb_y": 1099
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.7:0.28:0.01:0.01:0.0",
- "colors": "7:2:1:9:8",
- "item_score": 0.51,
- "pattern_score": "0.95:0.02:0.01:0.01:0.0",
- "patterns": "14:18:10:17:6"
- },
- {
- "item_id": "0:2:2:9:e9de4c2c-8180-44b0-8a86-6c272fd2bf72:7:14",
- "bounding_box": {
- "lt_x": 386,
- "lt_y": 74,
- "rb_x": 698,
- "rb_y": 520
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.5:0.5:0.0:0.0:0.0",
- "colors": "7:2:9:15:1",
- "item_score": 0.7,
- "pattern_score": "0.92:0.03:0.02:0.01:0.01",
- "patterns": "14:18:10:6:15"
- }
- ]
- },
- "style_list": [
- {
- "seq": "31",
- "name": "Bohemian"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1324490",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaqpaPI2V-20230403144211-27.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaqpaPI2V-20230403144211-27.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:2:9:3392a1a3-b368-4512-861b-7d31a670e73d:7:14",
- "bounding_box": {
- "lt_x": 371,
- "lt_y": 329,
- "rb_x": 795,
- "rb_y": 1098
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.93:0.05:0.01:0.0:0.0",
- "colors": "7:2:3:12:1",
- "item_score": 0.93,
- "pattern_score": "0.8:0.09:0.05:0.02:0.01",
- "patterns": "14:15:11:17:13"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323979",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_Cp-PqifPPJp-20230403130115-33.jpg",
- "image_width": 996,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_Cp-PqifPPJp-20230403130115-33.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 200,
- "lt_y": 203,
- "rb_x": 626,
- "rb_y": 1140
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "GIRLY:BASIC:ELEGANCE",
- "style_score": "0.66:0.14:0.08"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:2:9:e36e0b10-f52b-4e7e-be17-5040cd6565c5:7:14",
- "bounding_box": {
- "lt_x": 318,
- "lt_y": 345,
- "rb_x": 576,
- "rb_y": 666
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.65:0.34:0.01:0.0:0.0",
- "colors": "7:2:9:1:12",
- "item_score": 0.32,
- "pattern_score": "0.68:0.28:0.03:0.01:0.0",
- "patterns": "14:18:10:6:17"
- },
- {
- "item_id": "0:2:8:37:4eb7dbde-e1a9-4d2c-b88e-5bcdb5e68354:6:14",
- "bounding_box": {
- "lt_x": 217,
- "lt_y": 1021,
- "rb_x": 484,
- "rb_y": 1139
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.4:0.18:0.16:0.13:0.08",
- "colors": "6:7:20:8:9",
- "item_score": 0.35,
- "pattern_score": "0.99:0.01:0.0:0.0:0.0",
- "patterns": "14:13:18:17:1"
- },
- {
- "item_id": "0:2:11:58:8157b102-4523-48f1-baac-429c75ac07ab:6:14",
- "bounding_box": {
- "lt_x": 219,
- "lt_y": 980,
- "rb_x": 482,
- "rb_y": 1132
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.45:0.19:0.14:0.09:0.06",
- "colors": "6:7:8:9:20",
- "item_score": 0.58,
- "pattern_score": "0.94:0.04:0.01:0.0:0.0",
- "patterns": "14:13:17:18:1"
- },
- {
- "item_id": "0:2:12:64:a59043c2-5d8f-49c9-86ac-50307bf3716c:1:14",
- "bounding_box": {
- "lt_x": 459,
- "lt_y": 266,
- "rb_x": 544,
- "rb_y": 302
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.57:0.2:0.17:0.03:0.01",
- "colors": "1:7:8:21:3",
- "item_score": 0.93,
- "pattern_score": "0.57:0.39:0.02:0.01:0.0",
- "patterns": "14:13:15:2:4"
- }
- ]
- },
- "style_list": [
- {
- "seq": "31",
- "name": "Bohemian"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1324491",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaY7wvWyF-20230403144212-60.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaY7wvWyF-20230403144212-60.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:-1:-1",
- "bounding_box": {
- "lt_x": 173,
- "lt_y": 661,
- "rb_x": 343,
- "rb_y": 1199
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "BASIC:OFFICE:GIRLY",
- "style_score": "0.84:0.05:0.04"
- },
- {
- "human_id": "1:2:-1",
- "bounding_box": {
- "lt_x": 665,
- "lt_y": 20,
- "rb_x": 896,
- "rb_y": 495
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.99,
- "style_candidates": "BASIC:RETRO:STREET",
- "style_score": "0.39:0.11:0.11"
- }
- ],
- "item_info": [
- {
- "item_id": "0:-1:3:16:14780594-81cc-4dc3-bdd4-da5f17dc7655:7:14",
- "bounding_box": {
- "lt_x": 221,
- "lt_y": 899,
- "rb_x": 341,
- "rb_y": 1199
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.85:0.1:0.01:0.01:0.01",
- "colors": "7:2:9:5:1",
- "item_score": 0.88,
- "pattern_score": "0.98:0.01:0.0:0.0:0.0",
- "patterns": "14:17:2:15:13"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323980",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_Cp-PqifPPJp-20230403130115-84.jpg",
- "image_width": 996,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_Cp-PqifPPJp-20230403130115-84.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 187,
- "lt_y": 207,
- "rb_x": 751,
- "rb_y": 1177
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.6,
- "style_candidates": "GIRLY:ELEGANCE:MINIMALIST",
- "style_score": "0.46:0.35:0.04"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:4:23:93d089b4-446f-45df-b1e5-e98ecaf7b648:7:14",
- "bounding_box": {
- "lt_x": 192,
- "lt_y": 582,
- "rb_x": 749,
- "rb_y": 1057
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.61:0.38:0.0:0.0:0.0",
- "colors": "7:2:8:1:9",
- "item_score": 0.59,
- "pattern_score": "0.97:0.01:0.01:0.01:0.0",
- "patterns": "14:10:18:17:2"
- }
- ]
- },
- "style_list": [
- {
- "seq": "31",
- "name": "Bohemian"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1324492",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaY7wvWyF-20230403144213-81.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaY7wvWyF-20230403144213-81.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:-1:-1",
- "bounding_box": {
- "lt_x": 294,
- "lt_y": 250,
- "rb_x": 957,
- "rb_y": 1191
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "BASIC:GIRLY:OFFICE",
- "style_score": "0.73:0.1:0.07"
- }
- ],
- "item_info": [
- {
- "item_id": "0:-1:10:56:e8245ca0-142f-47da-82d1-6744d1be7599:7:14",
- "bounding_box": {
- "lt_x": 577,
- "lt_y": 252,
- "rb_x": 892,
- "rb_y": 525
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.28:0.25:0.15:0.07:0.06",
- "colors": "7:8:1:2:3",
- "item_score": 0.31,
- "pattern_score": "0.52:0.12:0.1:0.1:0.08",
- "patterns": "14:13:18:11:15"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323981",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_Cp-PqifPPJp-20230403130116-14.jpg",
- "image_width": 1002,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_Cp-PqifPPJp-20230403130116-14.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "31",
- "name": "Bohemian"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1324493",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaY7wvWyF-20230403144214-64.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaY7wvWyF-20230403144214-64.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 81,
- "lt_y": 601,
- "rb_x": 415,
- "rb_y": 1200
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "GIRLY:ELEGANCE:RETRO",
- "style_score": "0.32:0.24:0.13"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:9:48:7bc88c43-8faf-4315-8807-183c470d678d:7:14",
- "bounding_box": {
- "lt_x": 128,
- "lt_y": 703,
- "rb_x": 230,
- "rb_y": 885
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.9:0.07:0.01:0.0:0.0",
- "colors": "7:8:20:1:9",
- "item_score": 0.33,
- "pattern_score": "0.44:0.25:0.15:0.08:0.06",
- "patterns": "14:17:15:11:1"
- },
- {
- "item_id": "0:2:4:23:e7e41103-d311-4e2a-a07a-8a8dc5f8a002:2:14",
- "bounding_box": {
- "lt_x": 106,
- "lt_y": 811,
- "rb_x": 414,
- "rb_y": 1198
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.85:0.12:0.01:0.01:0.0",
- "colors": "2:7:1:3:15",
- "item_score": 0.4,
- "pattern_score": "0.85:0.08:0.03:0.02:0.01",
- "patterns": "14:18:17:10:6"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323982",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_Cp-PqifPPJp-20230403130117-30.jpg",
- "image_width": 996,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_Cp-PqifPPJp-20230403130117-30.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "31",
- "name": "Bohemian"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1324494",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaY7wvWyF-20230403144215-07.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaY7wvWyF-20230403144215-07.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:2:12:cd3ab589-d49a-4c14-a65f-683c86a7f1ed:5:14",
- "bounding_box": {
- "lt_x": 300,
- "lt_y": 435,
- "rb_x": 715,
- "rb_y": 876
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.82:0.11:0.04:0.01:0.01",
- "colors": "5:7:2:17:1",
- "item_score": 0.58,
- "pattern_score": "0.93:0.04:0.02:0.0:0.0",
- "patterns": "14:17:13:10:15"
- },
- {
- "item_id": "-1:-1:2:12:172d5c9e-e658-4905-9544-9a2e0d9ec9c8:5:14",
- "bounding_box": {
- "lt_x": 482,
- "lt_y": 430,
- "rb_x": 869,
- "rb_y": 865
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.62:0.32:0.03:0.01:0.0",
- "colors": "5:1:7:2:17",
- "item_score": 0.69,
- "pattern_score": "0.63:0.34:0.02:0.01:0.0",
- "patterns": "14:17:13:15:6"
- },
- {
- "item_id": "-1:-1:2:12:644be6b1-fd0b-4a13-bee2-71474b719e1b:7:14",
- "bounding_box": {
- "lt_x": 99,
- "lt_y": 433,
- "rb_x": 535,
- "rb_y": 862
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.65:0.32:0.01:0.01:0.0",
- "colors": "7:2:5:3:12",
- "item_score": 0.97,
- "pattern_score": "0.95:0.01:0.01:0.01:0.01",
- "patterns": "14:13:10:17:18"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323471",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/almostbluexx/almostbluexx_001/almostbluexx_All_Street-Retro_CqAdkv4vOVW-20230403111204-19.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/almostbluexx/almostbluexx_001/almostbluexx_All_Street-Retro_CqAdkv4vOVW-20230403111204-19.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1323983",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_Cp-PqifPPJp-20230403130117-33.jpg",
- "image_width": 1002,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/aumee.umn/aumee.umn_001/aumee.umn_Female_Bohemian-Retro_Cp-PqifPPJp-20230403130117-33.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 117,
- "lt_y": 4,
- "rb_x": 936,
- "rb_y": 1197
- },
- "style": [
- "ELEGANCE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "ELEGANCE:GIRLY:VACATION",
- "style_score": "0.42:0.31:0.05"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:4:23:442c8f03-2e40-4901-bcac-49c56b179382:7:14",
- "bounding_box": {
- "lt_x": 127,
- "lt_y": 533,
- "rb_x": 912,
- "rb_y": 1197
- },
- "style": [
- "ELEGANCE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.64:0.36:0.0:0.0:0.0",
- "colors": "7:2:9:1:8",
- "item_score": 0.74,
- "pattern_score": "0.79:0.15:0.02:0.01:0.01",
- "patterns": "14:18:6:10:17"
- },
- {
- "item_id": "0:2:2:9:e5401dc7-7704-4abd-88ff-caf30bea3f83:2:14",
- "bounding_box": {
- "lt_x": 297,
- "lt_y": 114,
- "rb_x": 751,
- "rb_y": 670
- },
- "style": [
- "ELEGANCE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.64:0.33:0.02:0.01:0.0",
- "colors": "2:7:6:1:9",
- "item_score": 0.95,
- "pattern_score": "0.98:0.01:0.01:0.0:0.0",
- "patterns": "14:18:10:15:13"
- }
- ]
- },
- "style_list": [
- {
- "seq": "31",
- "name": "Bohemian"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1324495",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaY7wvWyF-20230403144216-86.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaY7wvWyF-20230403144216-86.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:2:8:9f91e896-c940-4094-a6d6-7f7f4529da9f:7:14",
- "bounding_box": {
- "lt_x": 241,
- "lt_y": 271,
- "rb_x": 885,
- "rb_y": 1057
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.67:0.27:0.03:0.01:0.0",
- "colors": "7:2:5:12:17",
- "item_score": 0.28,
- "pattern_score": "0.94:0.02:0.02:0.01:0.01",
- "patterns": "14:15:10:18:11"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323472",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/almostbluexx/almostbluexx_001/almostbluexx_All_Street-Retro_CpzzGrxvnSi-20230403111204-32.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/almostbluexx/almostbluexx_001/almostbluexx_All_Street-Retro_CpzzGrxvnSi-20230403111204-32.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1323984",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/tenratvui/tenratvui_001/tenratvui_Female_Vacation-Retro_CqSBT5EPBjG-20230403130203-07.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/tenratvui/tenratvui_001/tenratvui_Female_Vacation-Retro_CqSBT5EPBjG-20230403130203-07.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 344,
- "lt_y": 409,
- "rb_x": 582,
- "rb_y": 1054
- },
- "style": [
- "ELEGANCE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "ELEGANCE:GIRLY:OFFICE",
- "style_score": "0.35:0.2:0.1"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:5:25:8719d707-ed9d-48be-85e5-477bfd6a662f:1:14",
- "bounding_box": {
- "lt_x": 346,
- "lt_y": 514,
- "rb_x": 541,
- "rb_y": 933
- },
- "style": [
- "ELEGANCE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.59:0.29:0.06:0.03:0.02",
- "colors": "1:11:7:3:8",
- "item_score": 0.54,
- "pattern_score": "0.53:0.09:0.09:0.09:0.06",
- "patterns": "14:5:15:17:2"
- },
- {
- "item_id": "0:2:8:37:263d633a-c4e7-4196-92f3-df581fc083fb:1:14",
- "bounding_box": {
- "lt_x": 440,
- "lt_y": 937,
- "rb_x": 497,
- "rb_y": 1052
- },
- "style": [
- "ELEGANCE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.91:0.03:0.02:0.02:0.01",
- "colors": "1:8:21:7:3",
- "item_score": 0.87,
- "pattern_score": "0.98:0.01:0.01:0.0:0.0",
- "patterns": "14:17:13:15:11"
- }
- ]
- },
- "style_list": [
- {
- "seq": "22",
- "name": "Vacation"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1324496",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaY7wvWyF-20230403144216-76.jpg",
- "image_width": 961,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_CqcaY7wvWyF-20230403144216-76.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 203,
- "lt_y": 218,
- "rb_x": 534,
- "rb_y": 1184
- },
- "style": [
- "RETRO"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.73,
- "style_candidates": "RETRO:OFFICE:ELEGANCE",
- "style_score": "0.3:0.21:0.14"
- },
- {
- "human_id": "1:-1:-1",
- "bounding_box": {
- "lt_x": 847,
- "lt_y": 517,
- "rb_x": 952,
- "rb_y": 656
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "STREET:RETRO:PUNK",
- "style_score": "0.23:0.22:0.15"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:4:23:0cac3453-b70f-4901-8e15-f3c575e55bbb:2:14",
- "bounding_box": {
- "lt_x": 204,
- "lt_y": 561,
- "rb_x": 531,
- "rb_y": 1045
- },
- "style": [
- "RETRO"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.49:0.31:0.19:0.01:0.0",
- "colors": "2:7:1:3:8",
- "item_score": 0.91,
- "pattern_score": "0.7:0.16:0.07:0.04:0.02",
- "patterns": "14:10:17:18:6"
- },
- {
- "item_id": "0:2:2:12:e19557f2-a95d-44d0-9629-b1c897fd8e3c:1:14",
- "bounding_box": {
- "lt_x": 267,
- "lt_y": 328,
- "rb_x": 522,
- "rb_y": 677
- },
- "style": [
- "RETRO"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.0:0.0:0.0:0.0",
- "colors": "1:3:8:7:2",
- "item_score": 0.93,
- "pattern_score": "0.64:0.26:0.03:0.03:0.03",
- "patterns": "14:17:18:13:2"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323985",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/tenratvui/tenratvui_001/tenratvui_Female_Vacation-Retro_CqSBT5EPBjG-20230403130204-05.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/tenratvui/tenratvui_001/tenratvui_Female_Vacation-Retro_CqSBT5EPBjG-20230403130204-05.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 205,
- "lt_y": 3,
- "rb_x": 693,
- "rb_y": 1192
- },
- "style": [
- "SEXY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "SEXY:ELEGANCE:GIRLY",
- "style_score": "0.6:0.15:0.13"
- }
- ],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "22",
- "name": "Vacation"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1324497",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_Cqa4DFSPCXd-20230403144217-71.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_Cqa4DFSPCXd-20230403144217-71.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 294,
- "lt_y": 143,
- "rb_x": 628,
- "rb_y": 1188
- },
- "style": [
- "ELEGANCE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "ELEGANCE:BASIC:GIRLY",
- "style_score": "0.16:0.16:0.14"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:3:16:8156bf35-16b7-47cf-a435-aebe827a48a4:2:14",
- "bounding_box": {
- "lt_x": 374,
- "lt_y": 531,
- "rb_x": 597,
- "rb_y": 1187
- },
- "style": [
- "ELEGANCE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.33:0.28:0.24:0.1:0.02",
- "colors": "2:15:7:3:12",
- "item_score": 0.71,
- "pattern_score": "0.98:0.01:0.01:0.0:0.0",
- "patterns": "14:2:18:13:10"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323474",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/almostbluexx/almostbluexx_001/almostbluexx_All_Street-Retro_CqAdkv4vOVW-20230403111206-24.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/almostbluexx/almostbluexx_001/almostbluexx_All_Street-Retro_CqAdkv4vOVW-20230403111206-24.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:2:10:a9e42c34-693d-413e-bdae-c860d15dcdaa:7:14",
- "bounding_box": {
- "lt_x": 907,
- "lt_y": 394,
- "rb_x": 1200,
- "rb_y": 1194
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.83:0.09:0.01:0.01:0.01",
- "colors": "7:8:18:1:9",
- "item_score": 0.26,
- "pattern_score": "0.83:0.05:0.04:0.02:0.01",
- "patterns": "14:18:13:6:15"
- }
- ]
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1323986",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/tenratvui/tenratvui_001/tenratvui_Female_Vacation-Retro_CqSBT5EPBjG-20230403130205-76.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/tenratvui/tenratvui_001/tenratvui_Female_Vacation-Retro_CqSBT5EPBjG-20230403130205-76.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 127,
- "lt_y": 89,
- "rb_x": 767,
- "rb_y": 1197
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.99,
- "style_candidates": "BASIC:STREET:SEXY",
- "style_score": "0.31:0.2:0.14"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:5:25:f149d8f6-1179-48f4-8daf-b6a26f344690:1:14",
- "bounding_box": {
- "lt_x": 140,
- "lt_y": 471,
- "rb_x": 732,
- "rb_y": 1194
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.81:0.1:0.03:0.02:0.02",
- "colors": "1:7:3:11:8",
- "item_score": 0.56,
- "pattern_score": "0.32:0.26:0.17:0.07:0.06",
- "patterns": "14:18:15:2:13"
- }
- ]
- },
- "style_list": [
- {
- "seq": "22",
- "name": "Vacation"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1324498",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_Cqa4DFSPCXd-20230403144218-90.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_Cqa4DFSPCXd-20230403144218-90.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:10:54:7943e7e8-5854-430e-9939-610b2c65b084:7:14",
- "bounding_box": {
- "lt_x": 150,
- "lt_y": 0,
- "rb_x": 574,
- "rb_y": 245
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.92:0.07:0.0:0.0:0.0",
- "colors": "7:8:1:11:2",
- "item_score": 0.58,
- "pattern_score": "0.79:0.06:0.04:0.03:0.03",
- "patterns": "14:10:13:1:18"
- },
- {
- "item_id": "-1:-1:10:55:002c5649-c2a6-4f16-b22d-07b544af1639:7:14",
- "bounding_box": {
- "lt_x": 149,
- "lt_y": 0,
- "rb_x": 575,
- "rb_y": 245
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.92:0.06:0.0:0.0:0.0",
- "colors": "7:8:1:11:2",
- "item_score": 0.63,
- "pattern_score": "0.79:0.05:0.04:0.04:0.02",
- "patterns": "14:10:13:1:18"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323475",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/almostbluexx/almostbluexx_001/almostbluexx_All_Street-Retro_CqAdkv4vOVW-20230403111207-52.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/almostbluexx/almostbluexx_001/almostbluexx_All_Street-Retro_CqAdkv4vOVW-20230403111207-52.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:2:9:8fa445ee-51ea-4cbd-865c-58665970a0d6:7:14",
- "bounding_box": {
- "lt_x": 894,
- "lt_y": 415,
- "rb_x": 1200,
- "rb_y": 1200
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.95:0.03:0.01:0.0:0.0",
- "colors": "7:8:2:3:20",
- "item_score": 0.4,
- "pattern_score": "0.78:0.1:0.07:0.01:0.01",
- "patterns": "14:2:17:13:18"
- },
- {
- "item_id": "-1:-1:9:42:faef2175-e8dd-4cec-a7fe-350540cd2af1:14:14",
- "bounding_box": {
- "lt_x": 1115,
- "lt_y": 421,
- "rb_x": 1200,
- "rb_y": 1038
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.41:0.24:0.14:0.09:0.06",
- "colors": "14:1:8:7:13",
- "item_score": 0.46,
- "pattern_score": "0.87:0.05:0.03:0.02:0.01",
- "patterns": "14:2:17:5:15"
- }
- ]
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1323987",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/tenratvui/tenratvui_001/tenratvui_Female_Vacation-Retro_CqSBT5EPBjG-20230403130206-27.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/tenratvui/tenratvui_001/tenratvui_Female_Vacation-Retro_CqSBT5EPBjG-20230403130206-27.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 8,
- "lt_y": 5,
- "rb_x": 774,
- "rb_y": 1195
- },
- "style": [
- "ELEGANCE"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "ELEGANCE:GIRLY:SEXY",
- "style_score": "0.32:0.27:0.24"
- }
- ],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "22",
- "name": "Vacation"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1324499",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_Cqa4DFSPCXd-20230403144218-09.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_Cqa4DFSPCXd-20230403144218-09.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 2,
- "lt_y": 257,
- "rb_x": 785,
- "rb_y": 1199
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 0.99,
- "style_candidates": "BASIC:GIRLY:STREET",
- "style_score": "0.43:0.2:0.13"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:3:14:eea7080e-6af4-494d-b801-dcc2934c0ff5:5:2",
- "bounding_box": {
- "lt_x": 267,
- "lt_y": 795,
- "rb_x": 768,
- "rb_y": 1199
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.38:0.35:0.1:0.1:0.02",
- "colors": "5:7:1:2:8",
- "item_score": 0.38,
- "pattern_score": "0.77:0.17:0.04:0.01:0.01",
- "patterns": "2:14:18:17:15"
- },
- {
- "item_id": "0:2:8:37:d2e3c10c-0f14-438b-9e32-6492fbcfeb4e:1:14",
- "bounding_box": {
- "lt_x": 270,
- "lt_y": 1018,
- "rb_x": 419,
- "rb_y": 1198
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.94:0.04:0.0:0.0:0.0",
- "colors": "1:8:3:21:7",
- "item_score": 0.65,
- "pattern_score": "0.81:0.09:0.02:0.01:0.01",
- "patterns": "14:13:15:17:10"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323988",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/tenratvui/tenratvui_001/tenratvui_Female_Vacation-Retro_CqSBT5EPBjG-20230403130206-87.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/tenratvui/tenratvui_001/tenratvui_Female_Vacation-Retro_CqSBT5EPBjG-20230403130206-87.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:7:36:a9cc716d-c879-4025-b379-15cc60e0eda4:1:14",
- "bounding_box": {
- "lt_x": 181,
- "lt_y": 417,
- "rb_x": 770,
- "rb_y": 1198
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.45:0.38:0.06:0.04:0.03",
- "colors": "1:11:3:7:8",
- "item_score": 0.5,
- "pattern_score": "0.95:0.02:0.01:0.01:0.0",
- "patterns": "14:13:18:17:2"
- }
- ]
- },
- "style_list": [
- {
- "seq": "22",
- "name": "Vacation"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1324500",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_Cqa4DFSPCXd-20230403144219-55.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/lilas.store/lilas.store_001/lilas.store_Female_Girly-Basic_Cqa4DFSPCXd-20230403144219-55.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:2:9:a4eb0183-d508-4056-9c31-f4f6e91fc764:7:2",
- "bounding_box": {
- "lt_x": 483,
- "lt_y": 440,
- "rb_x": 854,
- "rb_y": 829
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.97:0.02:0.01:0.01:0.0",
- "colors": "7:2:8:3:1",
- "item_score": 0.71,
- "pattern_score": "1.0:0.0:0.0:0.0:0.0",
- "patterns": "2:1:14:17:15"
- },
- {
- "item_id": "-1:-1:2:9:49fa65d6-60f9-4731-a427-2fa71667f2da:7:2",
- "bounding_box": {
- "lt_x": 28,
- "lt_y": 574,
- "rb_x": 534,
- "rb_y": 1066
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.67:0.25:0.02:0.02:0.01",
- "colors": "7:9:20:11:10",
- "item_score": 0.82,
- "pattern_score": "1.0:0.0:0.0:0.0:0.0",
- "patterns": "2:1:17:14:6"
- },
- {
- "item_id": "-1:-1:2:9:1bbc6070-17ea-42db-a5cc-3f1e354f8f2c:7:2",
- "bounding_box": {
- "lt_x": 263,
- "lt_y": 222,
- "rb_x": 653,
- "rb_y": 588
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.84:0.06:0.04:0.03:0.01",
- "colors": "7:10:12:9:2",
- "item_score": 0.94,
- "pattern_score": "1.0:0.0:0.0:0.0:0.0",
- "patterns": "2:17:1:5:15"
- }
- ]
- },
- "style_list": [
- {
- "seq": "18",
- "name": "Basic"
- },
- {
- "seq": "25",
- "name": "Girly"
- }
- ]
- },
- {
- "image_id": "1323989",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/tenratvui/tenratvui_001/tenratvui_Female_Vacation-Retro_CqSBT5EPBjG-20230403130207-53.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/tenratvui/tenratvui_001/tenratvui_Female_Vacation-Retro_CqSBT5EPBjG-20230403130207-53.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "22",
- "name": "Vacation"
- },
- {
- "seq": "30",
- "name": "Retro"
- }
- ]
- },
- {
- "image_id": "1324761",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_Cqh4qugP7Wc-20230403152003-43.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_Cqh4qugP7Wc-20230403152003-43.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324762",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_Cqe8J3kvqja-20230403152004-92.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_Cqe8J3kvqja-20230403152004-92.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:-1:-1",
- "bounding_box": {
- "lt_x": 2,
- "lt_y": 26,
- "rb_x": 850,
- "rb_y": 1196
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "STREET:BASIC:RETRO",
- "style_score": "0.56:0.29:0.08"
- }
- ],
- "item_info": [
- {
- "item_id": "0:-1:2:12:a084c3aa-a2e3-4585-867e-68b8727ae548:3:5",
- "bounding_box": {
- "lt_x": 276,
- "lt_y": 285,
- "rb_x": 778,
- "rb_y": 858
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.75:0.12:0.1:0.01:0.01",
- "colors": "3:2:1:14:7",
- "item_score": 0.5,
- "pattern_score": "0.68:0.3:0.01:0.0:0.0",
- "patterns": "5:2:17:14:13"
- },
- {
- "item_id": "0:-1:1:5:1a19a116-1b3e-4045-a188-ed7921fd1897:3:5",
- "bounding_box": {
- "lt_x": 282,
- "lt_y": 286,
- "rb_x": 764,
- "rb_y": 857
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.81:0.09:0.07:0.01:0.0",
- "colors": "3:1:2:14:7",
- "item_score": 0.86,
- "pattern_score": "0.61:0.38:0.01:0.0:0.0",
- "patterns": "5:2:17:14:1"
- }
- ]
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324763",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_CqefmovP8qL-20230403152004-51.jpg",
- "image_width": 1200,
- "image_height": 1181,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_CqefmovP8qL-20230403152004-51.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:3:14:081dd17a-f05e-4a60-a219-f8e39c987ef7:1:13",
- "bounding_box": {
- "lt_x": 607,
- "lt_y": 369,
- "rb_x": 1082,
- "rb_y": 822
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.0:0.0:0.0:0.0",
- "colors": "1:3:14:8:2",
- "item_score": 0.99,
- "pattern_score": "0.69:0.25:0.03:0.01:0.01",
- "patterns": "13:14:15:2:11"
- },
- {
- "item_id": "-1:-1:3:14:781c9a5c-b914-46a0-897a-ee052cebcb62:3:13",
- "bounding_box": {
- "lt_x": 124,
- "lt_y": 370,
- "rb_x": 595,
- "rb_y": 822
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.74:0.23:0.02:0.01:0.0",
- "colors": "3:11:1:8:14",
- "item_score": 0.99,
- "pattern_score": "0.89:0.1:0.0:0.0:0.0",
- "patterns": "13:14:6:15:17"
- }
- ]
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324764",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_Cqh4qugP7Wc-20230403152005-16.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_Cqh4qugP7Wc-20230403152005-16.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324765",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_Cqh4qugP7Wc-20230403152006-43.jpg",
- "image_width": 800,
- "image_height": 800,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_Cqh4qugP7Wc-20230403152006-43.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:1:5:1b7372f5-0005-4532-a31e-db7a9711262d:7:2",
- "bounding_box": {
- "lt_x": 178,
- "lt_y": 137,
- "rb_x": 617,
- "rb_y": 667
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.75:0.08:0.07:0.04:0.03",
- "colors": "7:1:11:9:20",
- "item_score": 0.42,
- "pattern_score": "0.99:0.01:0.0:0.0:0.0",
- "patterns": "2:5:16:10:6"
- }
- ]
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324766",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_Cqh4qugP7Wc-20230403152006-71.jpg",
- "image_width": 800,
- "image_height": 800,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_Cqh4qugP7Wc-20230403152006-71.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:1:5:de15789c-7dff-42ac-927f-7ef35f467a6b:7:2",
- "bounding_box": {
- "lt_x": 177,
- "lt_y": 138,
- "rb_x": 622,
- "rb_y": 665
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.83:0.09:0.02:0.02:0.01",
- "colors": "7:1:9:11:20",
- "item_score": 0.61,
- "pattern_score": "1.0:0.0:0.0:0.0:0.0",
- "patterns": "2:5:17:3:6"
- }
- ]
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324767",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_Cqh4qugP7Wc-20230403152007-33.jpg",
- "image_width": 1200,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_Cqh4qugP7Wc-20230403152007-33.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324768",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_Cqe8J3kvqja-20230403152008-15.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_Cqe8J3kvqja-20230403152008-15.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:-1:-1",
- "bounding_box": {
- "lt_x": 692,
- "lt_y": 244,
- "rb_x": 855,
- "rb_y": 795
- },
- "style": [
- "BASIC"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "BASIC:VACATION:RETRO",
- "style_score": "0.27:0.13:0.08"
- }
- ],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324769",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_Cqe8J3kvqja-20230403152009-43.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_Cqe8J3kvqja-20230403152009-43.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:-1:-1",
- "bounding_box": {
- "lt_x": 271,
- "lt_y": 29,
- "rb_x": 765,
- "rb_y": 1197
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "STREET:RETRO:BASIC",
- "style_score": "0.53:0.34:0.06"
- }
- ],
- "item_info": [
- {
- "item_id": "0:-1:4:23:410f4ce9-adc6-483a-83cf-0fe4e921f835:8:5",
- "bounding_box": {
- "lt_x": 299,
- "lt_y": 707,
- "rb_x": 627,
- "rb_y": 1197
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.43:0.39:0.11:0.04:0.0",
- "colors": "8:1:7:6:3",
- "item_score": 0.37,
- "pattern_score": "0.63:0.31:0.02:0.01:0.01",
- "patterns": "5:2:14:17:13"
- },
- {
- "item_id": "0:-1:10:54:83c98f11-230f-4b54-8d3d-26e786350418:1:14",
- "bounding_box": {
- "lt_x": 390,
- "lt_y": 30,
- "rb_x": 611,
- "rb_y": 227
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.85:0.1:0.02:0.01:0.01",
- "colors": "1:3:14:7:2",
- "item_score": 0.57,
- "pattern_score": "0.35:0.33:0.21:0.04:0.02",
- "patterns": "14:15:11:17:13"
- },
- {
- "item_id": "0:-1:3:16:376f53ac-2365-4f6e-bed2-c0197ecd951a:8:5",
- "bounding_box": {
- "lt_x": 299,
- "lt_y": 698,
- "rb_x": 629,
- "rb_y": 1197
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.45:0.39:0.1:0.03:0.01",
- "colors": "8:1:7:6:5",
- "item_score": 0.63,
- "pattern_score": "0.57:0.37:0.03:0.02:0.01",
- "patterns": "5:2:14:17:13"
- },
- {
- "item_id": "0:-1:12:64:fd4a8465-668f-470e-896d-aa024d62dbf7:1:14",
- "bounding_box": {
- "lt_x": 416,
- "lt_y": 147,
- "rb_x": 577,
- "rb_y": 217
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.94:0.02:0.02:0.01:0.01",
- "colors": "1:8:7:3:2",
- "item_score": 0.87,
- "pattern_score": "0.76:0.13:0.04:0.02:0.01",
- "patterns": "14:13:15:4:11"
- }
- ]
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324770",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_Cqe8J3kvqja-20230403152010-13.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_Cqe8J3kvqja-20230403152010-13.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:-1:-1",
- "bounding_box": {
- "lt_x": 324,
- "lt_y": 61,
- "rb_x": 735,
- "rb_y": 1191
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "STREET:BASIC:TECH",
- "style_score": "0.61:0.18:0.07"
- }
- ],
- "item_info": [
- {
- "item_id": "0:-1:9:42:30cfd880-2dac-4456-a9f3-f1fe45ce567d:1:5",
- "bounding_box": {
- "lt_x": 368,
- "lt_y": 229,
- "rb_x": 648,
- "rb_y": 611
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.79:0.06:0.05:0.04:0.02",
- "colors": "1:6:8:7:3",
- "item_score": 0.87,
- "pattern_score": "0.95:0.02:0.01:0.01:0.0",
- "patterns": "5:17:13:2:4"
- },
- {
- "item_id": "0:-1:3:16:efffb40e-57ea-462c-bef4-c960f0652950:8:14",
- "bounding_box": {
- "lt_x": 328,
- "lt_y": 522,
- "rb_x": 673,
- "rb_y": 1190
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.86:0.08:0.03:0.01:0.0",
- "colors": "8:6:7:1:3",
- "item_score": 0.95,
- "pattern_score": "0.95:0.02:0.01:0.01:0.01",
- "patterns": "14:13:15:17:2"
- }
- ]
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324771",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_Cqe8J3kvqja-20230403152010-61.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_Cqe8J3kvqja-20230403152010-61.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:-1:-1",
- "bounding_box": {
- "lt_x": 186,
- "lt_y": 15,
- "rb_x": 925,
- "rb_y": 1197
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": -1,
- "style_candidates": "STREET:BASIC:RETRO",
- "style_score": "0.45:0.17:0.14"
- }
- ],
- "item_info": [
- {
- "item_id": "0:-1:1:5:0f33e4cc-8d8e-440c-9984-c936d1587e89:1:5",
- "bounding_box": {
- "lt_x": 290,
- "lt_y": 293,
- "rb_x": 775,
- "rb_y": 926
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.97:0.01:0.01:0.0:0.0",
- "colors": "1:6:8:9:7",
- "item_score": 0.3,
- "pattern_score": "0.82:0.1:0.06:0.01:0.0",
- "patterns": "5:2:17:14:13"
- },
- {
- "item_id": "0:-1:10:56:a7ad32f0-1d7f-4e0b-a9ef-98b2a3e05629:1:15",
- "bounding_box": {
- "lt_x": 385,
- "lt_y": 15,
- "rb_x": 662,
- "rb_y": 283
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.96:0.01:0.01:0.01:0.0",
- "colors": "1:2:7:3:14",
- "item_score": 0.31,
- "pattern_score": "0.4:0.35:0.09:0.06:0.05",
- "patterns": "15:14:11:17:13"
- },
- {
- "item_id": "0:-1:12:64:c8c86901-8461-480a-a66d-bd93a2f3efec:1:14",
- "bounding_box": {
- "lt_x": 401,
- "lt_y": 138,
- "rb_x": 534,
- "rb_y": 224
- },
- "style": [
- "STREET"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.97:0.01:0.01:0.0:0.0",
- "colors": "1:8:3:7:21",
- "item_score": 0.77,
- "pattern_score": "0.95:0.03:0.01:0.0:0.0",
- "patterns": "14:13:15:11:17"
- }
- ]
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324772",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_CqefmovP8qL-20230403152011-82.jpg",
- "image_width": 1200,
- "image_height": 1183,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_CqefmovP8qL-20230403152011-82.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:3:14:5f4aa3d3-62ea-48bc-8d4e-b1b8d17b98ed:1:13",
- "bounding_box": {
- "lt_x": 237,
- "lt_y": 248,
- "rb_x": 961,
- "rb_y": 938
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.0:0.0:0.0:0.0",
- "colors": "1:3:14:8:2",
- "item_score": 0.97,
- "pattern_score": "0.78:0.19:0.02:0.01:0.0",
- "patterns": "13:14:15:2:17"
- }
- ]
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324773",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_CqefmovP8qL-20230403152012-45.jpg",
- "image_width": 1200,
- "image_height": 1183,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_CqefmovP8qL-20230403152012-45.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:3:14:6dd6fb43-7993-4844-8f43-78670c2d0ad8:1:13",
- "bounding_box": {
- "lt_x": 242,
- "lt_y": 259,
- "rb_x": 963,
- "rb_y": 937
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.01:0.0:0.0:0.0",
- "colors": "1:3:14:8:2",
- "item_score": 0.97,
- "pattern_score": "0.9:0.08:0.0:0.0:0.0",
- "patterns": "13:14:17:18:2"
- }
- ]
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324774",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_CqefmovP8qL-20230403152012-85.jpg",
- "image_width": 1200,
- "image_height": 1183,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_CqefmovP8qL-20230403152012-85.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:3:14:d2d91329-430e-40d4-96eb-8988d81ea9d7:3:13",
- "bounding_box": {
- "lt_x": 249,
- "lt_y": 261,
- "rb_x": 953,
- "rb_y": 934
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.75:0.22:0.02:0.01:0.0",
- "colors": "3:11:1:8:14",
- "item_score": 0.97,
- "pattern_score": "0.92:0.07:0.0:0.0:0.0",
- "patterns": "13:14:6:15:17"
- }
- ]
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324775",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_CqefmovP8qL-20230403152013-04.jpg",
- "image_width": 1200,
- "image_height": 1183,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_CqefmovP8qL-20230403152013-04.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": [
- {
- "item_id": "-1:-1:3:14:3b28132a-4a38-4a5f-8c25-2bc1780c6b92:3:13",
- "bounding_box": {
- "lt_x": 243,
- "lt_y": 256,
- "rb_x": 961,
- "rb_y": 934
- },
- "style": [],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.84:0.14:0.01:0.0:0.0",
- "colors": "3:11:1:14:8",
- "item_score": 0.92,
- "pattern_score": "0.7:0.28:0.01:0.0:0.0",
- "patterns": "13:14:17:6:10"
- }
- ]
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324776",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_CqefmovP8qL-20230403152014-51.jpg",
- "image_width": 1200,
- "image_height": 1184,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/multi.haus/multi.haus_001/multi.haus_Male_Street_CqefmovP8qL-20230403152014-51.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "23",
- "name": "Street"
- }
- ]
- },
- {
- "image_id": "1324282",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/thebitsy.chic/thebitsy.chic_001/thebitsy.chic_Female_Girly-Elegance_Cp5I3TqPhbd-20230403140602-81.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/thebitsy.chic/thebitsy.chic_001/thebitsy.chic_Female_Girly-Elegance_Cp5I3TqPhbd-20230403140602-81.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 216,
- "lt_y": 242,
- "rb_x": 958,
- "rb_y": 1199
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "GIRLY:SEXY:ELEGANCE",
- "style_score": "0.67:0.11:0.1"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:5:24:8ad83fe6-bb42-4845-a68b-fd96fc54274c:5:1",
- "bounding_box": {
- "lt_x": 302,
- "lt_y": 383,
- "rb_x": 705,
- "rb_y": 992
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.0:0.0:0.0:0.0",
- "colors": "5:17:6:7:2",
- "item_score": 0.92,
- "pattern_score": "0.48:0.22:0.11:0.06:0.03",
- "patterns": "1:14:18:2:10"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "19",
- "name": "Elegance"
- }
- ]
- },
- {
- "image_id": "1324283",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/thebitsy.chic/thebitsy.chic_001/thebitsy.chic_Female_Girly-Elegance_Cp5I3TqPhbd-20230403140603-53.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/thebitsy.chic/thebitsy.chic_001/thebitsy.chic_Female_Girly-Elegance_Cp5I3TqPhbd-20230403140603-53.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 230,
- "lt_y": 204,
- "rb_x": 869,
- "rb_y": 1063
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "GIRLY:ELEGANCE:VACATION",
- "style_score": "0.83:0.05:0.04"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:5:24:6bbe7056-4749-4278-91f1-75f08bd6dba0:5:1",
- "bounding_box": {
- "lt_x": 299,
- "lt_y": 411,
- "rb_x": 834,
- "rb_y": 993
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.0:0.0:0.0:0.0",
- "colors": "5:6:17:7:4",
- "item_score": 0.56,
- "pattern_score": "0.48:0.32:0.13:0.04:0.01",
- "patterns": "1:18:10:14:2"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "19",
- "name": "Elegance"
- }
- ]
- },
- {
- "image_id": "1324284",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/thebitsy.chic/thebitsy.chic_001/thebitsy.chic_Female_Girly-Elegance_Cp5I3TqPhbd-20230403140604-19.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/thebitsy.chic/thebitsy.chic_001/thebitsy.chic_Female_Girly-Elegance_Cp5I3TqPhbd-20230403140604-19.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 140,
- "lt_y": 193,
- "rb_x": 777,
- "rb_y": 1194
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "GIRLY:ELEGANCE:VACATION",
- "style_score": "0.82:0.07:0.03"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:8:38:3e687a20-4830-46d7-a98e-d24628712a5f:7:14",
- "bounding_box": {
- "lt_x": 439,
- "lt_y": 967,
- "rb_x": 543,
- "rb_y": 1193
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.45:0.43:0.05:0.03:0.01",
- "colors": "7:2:6:5:8",
- "item_score": 0.26,
- "pattern_score": "0.72:0.21:0.06:0.0:0.0",
- "patterns": "14:2:17:10:18"
- },
- {
- "item_id": "0:2:8:41:243a2409-dea6-4414-8440-9fc1eae03b8b:7:14",
- "bounding_box": {
- "lt_x": 439,
- "lt_y": 966,
- "rb_x": 544,
- "rb_y": 1194
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.48:0.42:0.04:0.02:0.01",
- "colors": "7:2:6:5:8",
- "item_score": 0.79,
- "pattern_score": "0.74:0.18:0.06:0.01:0.0",
- "patterns": "14:2:17:10:15"
- },
- {
- "item_id": "0:2:5:24:9a584f3e-274b-4e87-b1d3-b0a648676b6d:5:1",
- "bounding_box": {
- "lt_x": 169,
- "lt_y": 351,
- "rb_x": 694,
- "rb_y": 819
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.01:0.0:0.0:0.0",
- "colors": "5:17:6:12:7",
- "item_score": 0.98,
- "pattern_score": "0.86:0.06:0.04:0.01:0.01",
- "patterns": "1:10:18:14:15"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "19",
- "name": "Elegance"
- }
- ]
- },
- {
- "image_id": "1324285",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/thebitsy.chic/thebitsy.chic_001/thebitsy.chic_Female_Girly-Elegance_Cp5I3TqPhbd-20230403140606-20.jpg",
- "image_width": null,
- "image_height": null,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/thebitsy.chic/thebitsy.chic_001/thebitsy.chic_Female_Girly-Elegance_Cp5I3TqPhbd-20230403140606-20.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [],
- "item_info": []
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "19",
- "name": "Elegance"
- }
- ]
- },
- {
- "image_id": "1324286",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/thebitsy.chic/thebitsy.chic_001/thebitsy.chic_Female_Girly-Elegance_Cp5I3TqPhbd-20230403140606-53.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/thebitsy.chic/thebitsy.chic_001/thebitsy.chic_Female_Girly-Elegance_Cp5I3TqPhbd-20230403140606-53.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 240,
- "lt_y": 190,
- "rb_x": 849,
- "rb_y": 1195
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "GIRLY:ELEGANCE:VACATION",
- "style_score": "0.89:0.03:0.02"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:5:24:506a6a97-557e-4c3e-a030-48ac0c63cc7f:5:1",
- "bounding_box": {
- "lt_x": 312,
- "lt_y": 360,
- "rb_x": 732,
- "rb_y": 924
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.99:0.01:0.0:0.0:0.0",
- "colors": "5:17:6:2:7",
- "item_score": 0.95,
- "pattern_score": "0.97:0.01:0.01:0.0:0.0",
- "patterns": "1:18:10:2:14"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "19",
- "name": "Elegance"
- }
- ]
- },
- {
- "image_id": "1324287",
- "image_status": "S",
- "image_url": "https://static.showniq.ai/public/post/cover/large/thebitsy.chic/thebitsy.chic_001/thebitsy.chic_Female_Girly-Elegance_Cp5I3TqPhbd-20230403140607-51.jpg",
- "image_width": 960,
- "image_height": 1200,
- "labeling_json": {
- "img_path": "https://static.showniq.ai/public/post/cover/large/thebitsy.chic/thebitsy.chic_001/thebitsy.chic_Female_Girly-Elegance_Cp5I3TqPhbd-20230403140607-51.jpg",
- "writer_id": "mj@dasomx.com",
- "version": "Beta 2",
- "color_opt": "1",
- "human_info": [
- {
- "human_id": "0:2:-1",
- "bounding_box": {
- "lt_x": 107,
- "lt_y": 215,
- "rb_x": 848,
- "rb_y": 1036
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "gender_score": 1,
- "style_candidates": "GIRLY:ELEGANCE:SEXY",
- "style_score": "0.79:0.06:0.05"
- }
- ],
- "item_info": [
- {
- "item_id": "0:2:5:24:045f98ee-22cf-4ae1-8cd0-29cdcb627275:5:1",
- "bounding_box": {
- "lt_x": 305,
- "lt_y": 446,
- "rb_x": 804,
- "rb_y": 978
- },
- "style": [
- "GIRLY"
- ],
- "qc_status": "W",
- "qc_comment": "",
- "box_position_rejected": "F",
- "color_score": "0.96:0.03:0.01:0.0:0.0",
- "colors": "5:6:7:4:2",
- "item_score": 0.34,
- "pattern_score": "0.68:0.22:0.05:0.02:0.01",
- "patterns": "1:18:14:10:2"
- }
- ]
- },
- "style_list": [
- {
- "seq": "25",
- "name": "Girly"
- },
- {
- "seq": "19",
- "name": "Elegance"
- }
- ]
- }
- ],
- "score_criteria": {
- "gender": 0.95,
- "style": 0.9,
- "color": 0.85,
- "pattern": 0.75,
- "item": 0.65
- }
- }
-}
\ No newline at end of file
diff --git a/src/views/PopupView/LabelInfoPopup/LabelInfoPopup.scss b/src/views/PopupView/LabelInfoPopup/LabelInfoPopup.scss
index 59b67eab..2cc3737a 100644
--- a/src/views/PopupView/LabelInfoPopup/LabelInfoPopup.scss
+++ b/src/views/PopupView/LabelInfoPopup/LabelInfoPopup.scss
@@ -31,21 +31,6 @@
border-bottom: solid 1px $darkThemeFirstColor;
}
-@mixin score($isFlag) {
- font-size: 15px;
- @if ($isFlag) {
- color: red;
- } @else {
- color: green;
- }
-}
-.AttributeScore {
- @include score($isFlag: false);
-}
-.AttributeScoreFlag{
- @include score($isFlag: true);
-}
-
.AttributeSelector {
display: flex;
flex: 2;
diff --git a/src/views/PopupView/LabelInfoPopup/LabelInfoPopup.tsx b/src/views/PopupView/LabelInfoPopup/LabelInfoPopup.tsx
index 7668c5ac..467da422 100644
--- a/src/views/PopupView/LabelInfoPopup/LabelInfoPopup.tsx
+++ b/src/views/PopupView/LabelInfoPopup/LabelInfoPopup.tsx
@@ -41,8 +41,6 @@ import {vi as lang} from '../../../lang';
import {GenericYesNoPopupDraggable} from '../GenericYesNoPopupDraggable/GenericYesNoPopupDraggable';
import {JSONUploadStatus} from '../../../data/enums/JSONUploadStatus';
import {Settings} from '../../../settings/Settings';
-import { FlagIcon } from 'assets/icons';
-import { AISelector } from 'store/selectors/AISelector';
interface IProps {
labelRectId: string;
@@ -86,8 +84,6 @@ const LabelInfoPopup: React.FC = ({
const [image, setImage] = useState();
const [isFollowHumanSetting, setFollowHumanSetting] = useState(false);
- const criteria = AISelector.getScoreCriteria();
-
useEffect(() => {
if (mode === LabelModeType.HUMAN) {
const found = _.find(imageData.humans, {uuid: id});
@@ -100,8 +96,6 @@ const LabelInfoPopup: React.FC = ({
setSelectedItems({
[ATTRIBUTE_TYPE.SOURCE]: found.type,
[ATTRIBUTE_TYPE.GENDER]: foundGender,
- [ATTRIBUTE_TYPE.GENDER_SCORE]: found.genderScore,
- [ATTRIBUTE_TYPE.STYLE_SCORE]: found.styleScore?.length > 0 ? found.styleScore[0].score : null,
[ATTRIBUTE_TYPE.FASHION_STYLE]:
found.styles.length > 0
? genderStyles.filter((style) =>
@@ -147,10 +141,7 @@ const LabelInfoPopup: React.FC = ({
imageData.guideStyles
.map((gs) => parseInt(gs.seq))
.includes(style.seq)
- ),
- [ATTRIBUTE_TYPE.ITEM_SCORE]: found.itemScore,
- [ATTRIBUTE_TYPE.COLOR_SCORE]: found.colorScore,
- [ATTRIBUTE_TYPE.PATTERN_SCORE]: found.patternScore
+ )
});
}
@@ -298,26 +289,6 @@ const LabelInfoPopup: React.FC = ({
updateActivePopupTypeAction(null);
};
- const AttributeNameWithScore = ({title, score, criteria}:{title: string, score: number | null, criteria: number}) =>
-
-
-
{title}
- {
- score && criteria
- ?
- score > criteria
- ?
- {score}
-
- :
-
- {score}
-
- : null
- }
-
-
-
const renderComment = () =>{
const {qc_comment, qc_status} = itemInfo || humanInfo
@@ -343,10 +314,7 @@ const LabelInfoPopup: React.FC = ({
{renderComment()}
-
0
- ? parseFloat(selectedItems[ATTRIBUTE_TYPE.COLOR_SCORE][0].score)
- : null}
- criteria={criteria.color} />
+ Color
-
0
- ? parseFloat(selectedItems[ATTRIBUTE_TYPE.PATTERN_SCORE][0].score)
- : null}
- criteria={criteria.pattern} />
+ Pattern