{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/opens2v-nexus-a-detailed-benchmark-and","title":"OpenS2V-Nexus: A Detailed Benchmark and Million-Scale Dataset for Subject-to-Video Generation","arxiv_id":"2505.20292","date":"2025-05-26","proceeding":null,"authors":["Shenghai Yuan","Xianyi He","Yufan Deng","Yang Ye","Jinfa Huang","Bin Lin","Chongyang Ma","Jiebo Luo","Li Yuan"],"abstract":"Subject-to-Video (S2V) generation aims to create videos that faithfully incorporate reference content, providing enhanced flexibility in the production of videos. To establish the infrastructure for S2V generation, we propose OpenS2V-Nexus, consisting of (i) OpenS2V-Eval, a fine-grained benchmark, and (ii) OpenS2V-5M, a million-scale dataset. In contrast to existing S2V benchmarks inherited from VBench that focus on global and coarse-grained assessment of generated videos, OpenS2V-Eval focuses on the model's ability to generate subject-consistent videos with natural subject appearance and identity fidelity. For these purposes, OpenS2V-Eval introduces 180 prompts from seven major categories of S2V, which incorporate both real and synthetic test data. Furthermore, to accurately align human preferences with S2V benchmarks, we propose three automatic metrics, NexusScore, NaturalScore and GmeScore, to separately quantify subject consistency, naturalness, and text relevance in generated videos. Building on this, we conduct a comprehensive evaluation of 16 representative S2V models, highlighting their strengths and weaknesses across different content. Moreover, we create the first open-source large-scale S2V generation dataset OpenS2V-5M, which consists of five million high-quality 720P subject-text-video triples. Specifically, we ensure subject-information diversity in our dataset by (1) segmenting subjects and building pairing information via cross-video associations and (2) prompting GPT-Image-1 on raw frames to synthesize multi-view representations. Through OpenS2V-Nexus, we deliver a robust infrastructure to accelerate future S2V generation research.","url_abs":"https://arxiv.org/abs/2505.20292v1","url_pdf":"https://arxiv.org/pdf/2505.20292v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"opens2v-nexus-a-detailed-benchmark-and","repo_url":"https://github.com/PKU-YuanGroup/ConsisID","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"opens2v-nexus-a-detailed-benchmark-and","repo_url":"https://github.com/PKU-YuanGroup/OpenS2V-Nexus","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[{"task_slug":"human-domain-subject-to-video","task_name":"Human-Domain Subject-to-Video"},{"task_slug":"open-domain-subject-to-video","task_name":"Open-Domain Subject-to-Video"},{"task_slug":"single-domain-subject-to-video","task_name":"Single-Domain Subject-to-Video"},{"task_slug":"video-generation","task_name":"Video Generation"}],"methods":[],"datasets_introduced":[{"slug":"opens2v-5m","name":"OpenS2V-5M","full_name":""},{"slug":"opens2v-eval","name":"OpenS2V-Eval","full_name":""}],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2505.20292","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2505.20292"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/PKU-YuanGroup/ConsisID","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/PKU-YuanGroup/OpenS2V-Nexus","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran_fixture":1,"ran":1,"ran_draft_wrong":1,"unverified":35},"by_repo_kind":{"official":{"samples":38,"ran":3,"repositories":2}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"734fd43f6aaef115","entry":"get_resize_crop_region_for_grid","repo":"PKU-YuanGroup/ConsisID","repo_kind":"official","path":"models/pipeline_consisid.py","file_url":"https://github.com/PKU-YuanGroup/ConsisID/blob/HEAD/models/pipeline_consisid.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"well_formed","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"734fd43f6aaef115"}},{"code_sha256_prefix":"faa0bfdfc22e317b","entry":"pad_np_bgr_image","repo":"PKU-YuanGroup/OpenS2V-Nexus","repo_kind":"official","path":"data_process/step1_get_bbox.py","file_url":"https://github.com/PKU-YuanGroup/OpenS2V-Nexus/blob/HEAD/data_process/step1_get_bbox.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"faa0bfdfc22e317b"}},{"code_sha256_prefix":"22b1f260da28f6a5","entry":"retrieve_timesteps","repo":"PKU-YuanGroup/ConsisID","repo_kind":"official","path":"models/pipeline_consisid.py","file_url":"https://github.com/PKU-YuanGroup/ConsisID/blob/HEAD/models/pipeline_consisid.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"22b1f260da28f6a5"}},{"code_sha256_prefix":"83512e65814b2096","entry":"batch_cosine_similarity","repo":"PKU-YuanGroup/OpenS2V-Nexus","repo_kind":"official","path":"data_process/step1_get_bbox.py","file_url":"https://github.com/PKU-YuanGroup/OpenS2V-Nexus/blob/HEAD/data_process/step1_get_bbox.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"83512e65814b2096"}},{"code_sha256_prefix":"b9566bb371805bec","entry":"call_gpt","repo":"PKU-YuanGroup/OpenS2V-Nexus","repo_kind":"official","path":"data_process/step4-1_get_tag_api.py","file_url":"https://github.com/PKU-YuanGroup/OpenS2V-Nexus/blob/HEAD/data_process/step4-1_get_tag_api.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b9566bb371805bec"}},{"code_sha256_prefix":"ea468804bf7f0516","entry":"collate_fn","repo":"PKU-YuanGroup/OpenS2V-Nexus","repo_kind":"official","path":"data_process/step3-1_get_caption.py","file_url":"https://github.com/PKU-YuanGroup/OpenS2V-Nexus/blob/HEAD/data_process/step3-1_get_caption.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ea468804bf7f0516"}},{"code_sha256_prefix":"68791d7cdd051179","entry":"collate_fn","repo":"PKU-YuanGroup/OpenS2V-Nexus","repo_kind":"official","path":"data_process/step4-1_get_tag_local.py","file_url":"https://github.com/PKU-YuanGroup/OpenS2V-Nexus/blob/HEAD/data_process/step4-1_get_tag_local.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"68791d7cdd051179"}},{"code_sha256_prefix":"a76adcb6d1cb698c","entry":"compute_clip_score","repo":"PKU-YuanGroup/ConsisID","repo_kind":"official","path":"eval/get_clipscore.py","file_url":"https://github.com/PKU-YuanGroup/ConsisID/blob/HEAD/eval/get_clipscore.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a76adcb6d1cb698c"}},{"code_sha256_prefix":"02fb438e848b5140","entry":"compute_iou","repo":"PKU-YuanGroup/ConsisID","repo_kind":"official","path":"data_preprocess/step3_get_refine_track.py","file_url":"https://github.com/PKU-YuanGroup/ConsisID/blob/HEAD/data_preprocess/step3_get_refine_track.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"02fb438e848b5140"}},{"code_sha256_prefix":"82cd6f8d42b34198","entry":"draw_kps","repo":"PKU-YuanGroup/ConsisID","repo_kind":"official","path":"models/pipeline_consisid.py","file_url":"https://github.com/PKU-YuanGroup/ConsisID/blob/HEAD/models/pipeline_consisid.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"82cd6f8d42b34198"}},{"code_sha256_prefix":"3a9e3b5be46cd837","entry":"draw_kps","repo":"PKU-YuanGroup/ConsisID","repo_kind":"official","path":"models/dataloader.py","file_url":"https://github.com/PKU-YuanGroup/ConsisID/blob/HEAD/models/dataloader.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"3a9e3b5be46cd837"}},{"code_sha256_prefix":"7dba7c420770388f","entry":"estimate_num_people","repo":"PKU-YuanGroup/ConsisID","repo_kind":"official","path":"data_preprocess/step3_get_refine_track.py","file_url":"https://github.com/PKU-YuanGroup/ConsisID/blob/HEAD/data_preprocess/step3_get_refine_track.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"7dba7c420770388f"}},{"code_sha256_prefix":"4451a25f7c22f79a","entry":"extract_data_from_response","repo":"PKU-YuanGroup/OpenS2V-Nexus","repo_kind":"official","path":"data_process/step4-1_get_tag_api.py","file_url":"https://github.com/PKU-YuanGroup/OpenS2V-Nexus/blob/HEAD/data_process/step4-1_get_tag_api.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4451a25f7c22f79a"}},{"code_sha256_prefix":"7e425139d10d0ffa","entry":"extract_frames","repo":"PKU-YuanGroup/OpenS2V-Nexus","repo_kind":"official","path":"eval/get_naturalscore.py","file_url":"https://github.com/PKU-YuanGroup/OpenS2V-Nexus/blob/HEAD/eval/get_naturalscore.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"7e425139d10d0ffa"}},{"code_sha256_prefix":"105544ba1a7e2e90","entry":"extract_start_end_frames","repo":"PKU-YuanGroup/ConsisID","repo_kind":"official","path":"data_preprocess/step0_split_transition.py","file_url":"https://github.com/PKU-YuanGroup/ConsisID/blob/HEAD/data_preprocess/step0_split_transition.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"105544ba1a7e2e90"}},{"code_sha256_prefix":"0a24c9067eabcc84","entry":"extract_useful_frames","repo":"PKU-YuanGroup/ConsisID","repo_kind":"official","path":"data_preprocess/step2_split_bbox_pose.py","file_url":"https://github.com/PKU-YuanGroup/ConsisID/blob/HEAD/data_preprocess/step2_split_bbox_pose.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0a24c9067eabcc84"}},{"code_sha256_prefix":"83dec4a87d876ee4","entry":"extract_useful_frames","repo":"PKU-YuanGroup/OpenS2V-Nexus","repo_kind":"official","path":"data_process/step2_get_pure_person_clip.py","file_url":"https://github.com/PKU-YuanGroup/OpenS2V-Nexus/blob/HEAD/data_process/step2_get_pure_person_clip.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"83dec4a87d876ee4"}},{"code_sha256_prefix":"d924f2a63ea92f78","entry":"filter_by_confidence","repo":"PKU-YuanGroup/ConsisID","repo_kind":"official","path":"data_preprocess/step3_get_refine_track.py","file_url":"https://github.com/PKU-YuanGroup/ConsisID/blob/HEAD/data_preprocess/step3_get_refine_track.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d924f2a63ea92f78"}},{"code_sha256_prefix":"3aa9a7211091e0a4","entry":"filter_keywords","repo":"PKU-YuanGroup/OpenS2V-Nexus","repo_kind":"official","path":"data_process/step4-1_get_tag_api.py","file_url":"https://github.com/PKU-YuanGroup/OpenS2V-Nexus/blob/HEAD/data_process/step4-1_get_tag_api.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"3aa9a7211091e0a4"}},{"code_sha256_prefix":"565fde010ddcbc97","entry":"generate_image_embeddings","repo":"PKU-YuanGroup/OpenS2V-Nexus","repo_kind":"official","path":"eval/get_nexusscore.py","file_url":"https://github.com/PKU-YuanGroup/OpenS2V-Nexus/blob/HEAD/eval/get_nexusscore.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"565fde010ddcbc97"}},{"code_sha256_prefix":"2d051fb9d3d082bc","entry":"get_clipscore","repo":"PKU-YuanGroup/ConsisID","repo_kind":"official","path":"eval/get_clipscore.py","file_url":"https://github.com/PKU-YuanGroup/ConsisID/blob/HEAD/eval/get_clipscore.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2d051fb9d3d082bc"}},{"code_sha256_prefix":"9079583c3a47cfb8","entry":"get_frame_indices_adjusted_for_face","repo":"PKU-YuanGroup/ConsisID","repo_kind":"official","path":"models/dataloader.py","file_url":"https://github.com/PKU-YuanGroup/ConsisID/blob/HEAD/models/dataloader.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"9079583c3a47cfb8"}},{"code_sha256_prefix":"b28b986e34458c53","entry":"get_valid_segments","repo":"PKU-YuanGroup/ConsisID","repo_kind":"official","path":"models/dataloader.py","file_url":"https://github.com/PKU-YuanGroup/ConsisID/blob/HEAD/models/dataloader.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b28b986e34458c53"}},{"code_sha256_prefix":"0839fae5f1a98534","entry":"image_to_base64","repo":"PKU-YuanGroup/OpenS2V-Nexus","repo_kind":"official","path":"eval/get_naturalscore.py","file_url":"https://github.com/PKU-YuanGroup/OpenS2V-Nexus/blob/HEAD/eval/get_naturalscore.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0839fae5f1a98534"}},{"code_sha256_prefix":"490b7b3290557c78","entry":"img2tensor","repo":"PKU-YuanGroup/ConsisID","repo_kind":"official","path":"models/consisid_utils.py","file_url":"https://github.com/PKU-YuanGroup/ConsisID/blob/HEAD/models/consisid_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"490b7b3290557c78"}},{"code_sha256_prefix":"a3ce59e07cea71df","entry":"is_face_large_enough_v2","repo":"PKU-YuanGroup/ConsisID","repo_kind":"official","path":"data_preprocess/step2_split_bbox_pose.py","file_url":"https://github.com/PKU-YuanGroup/ConsisID/blob/HEAD/data_preprocess/step2_split_bbox_pose.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a3ce59e07cea71df"}},{"code_sha256_prefix":"e242ea5a02b7f13d","entry":"is_valid_frame","repo":"PKU-YuanGroup/ConsisID","repo_kind":"official","path":"data_preprocess/step2_split_bbox_pose.py","file_url":"https://github.com/PKU-YuanGroup/ConsisID/blob/HEAD/data_preprocess/step2_split_bbox_pose.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e242ea5a02b7f13d"}},{"code_sha256_prefix":"44d67662b32e0a93","entry":"make_inference","repo":"PKU-YuanGroup/ConsisID","repo_kind":"official","path":"util/rife_model.py","file_url":"https://github.com/PKU-YuanGroup/ConsisID/blob/HEAD/util/rife_model.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"44d67662b32e0a93"}},{"code_sha256_prefix":"55841bf2feba5902","entry":"mask_to_polygon","repo":"PKU-YuanGroup/OpenS2V-Nexus","repo_kind":"official","path":"data_process/demo_dataloader.py","file_url":"https://github.com/PKU-YuanGroup/OpenS2V-Nexus/blob/HEAD/data_process/demo_dataloader.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"55841bf2feba5902"}},{"code_sha256_prefix":"371391555c7fdb5b","entry":"pad_image","repo":"PKU-YuanGroup/ConsisID","repo_kind":"official","path":"util/rife_model.py","file_url":"https://github.com/PKU-YuanGroup/ConsisID/blob/HEAD/util/rife_model.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"371391555c7fdb5b"}},{"code_sha256_prefix":"989db0778a01d381","entry":"polygon_to_mask","repo":"PKU-YuanGroup/OpenS2V-Nexus","repo_kind":"official","path":"data_process/demo_dataloader.py","file_url":"https://github.com/PKU-YuanGroup/OpenS2V-Nexus/blob/HEAD/data_process/demo_dataloader.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"989db0778a01d381"}},{"code_sha256_prefix":"8310d1132ebd9370","entry":"process_file","repo":"PKU-YuanGroup/OpenS2V-Nexus","repo_kind":"official","path":"data_process/step3-0_merge_json.py","file_url":"https://github.com/PKU-YuanGroup/OpenS2V-Nexus/blob/HEAD/data_process/step3-0_merge_json.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8310d1132ebd9370"}},{"code_sha256_prefix":"4a34cdc1b72ef759","entry":"process_file","repo":"PKU-YuanGroup/OpenS2V-Nexus","repo_kind":"official","path":"data_process/step4-0_merge_json.py","file_url":"https://github.com/PKU-YuanGroup/OpenS2V-Nexus/blob/HEAD/data_process/step4-0_merge_json.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4a34cdc1b72ef759"}},{"code_sha256_prefix":"351a3980dbd21561","entry":"resize_long_side","repo":"PKU-YuanGroup/OpenS2V-Nexus","repo_kind":"official","path":"eval/get_naturalscore.py","file_url":"https://github.com/PKU-YuanGroup/OpenS2V-Nexus/blob/HEAD/eval/get_naturalscore.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"351a3980dbd21561"}},{"code_sha256_prefix":"06ccb8f5750bed65","entry":"resize_numpy_image_long","repo":"PKU-YuanGroup/ConsisID","repo_kind":"official","path":"models/consisid_utils.py","file_url":"https://github.com/PKU-YuanGroup/ConsisID/blob/HEAD/models/consisid_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"06ccb8f5750bed65"}},{"code_sha256_prefix":"4b36c781c4d2014d","entry":"run_aesthetic_laion","repo":"PKU-YuanGroup/OpenS2V-Nexus","repo_kind":"official","path":"eval/get_aesscore.py","file_url":"https://github.com/PKU-YuanGroup/OpenS2V-Nexus/blob/HEAD/eval/get_aesscore.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4b36c781c4d2014d"}},{"code_sha256_prefix":"dd06d65d58671193","entry":"save_json","repo":"PKU-YuanGroup/OpenS2V-Nexus","repo_kind":"official","path":"data_process/step1_get_bbox.py","file_url":"https://github.com/PKU-YuanGroup/OpenS2V-Nexus/blob/HEAD/data_process/step1_get_bbox.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"dd06d65d58671193"}},{"code_sha256_prefix":"b3d03bc9df04cdef","entry":"to_gray","repo":"PKU-YuanGroup/ConsisID","repo_kind":"official","path":"models/consisid_utils.py","file_url":"https://github.com/PKU-YuanGroup/ConsisID/blob/HEAD/models/consisid_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b3d03bc9df04cdef"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}