{"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/vision-transformers-for-dense-prediction","title":"Vision Transformers for Dense Prediction","arxiv_id":"2103.13413","date":"2021-03-24","proceeding":"ICCV 2021 10","authors":["René Ranftl","Alexey Bochkovskiy","Vladlen Koltun"],"abstract":"We introduce dense vision transformers, an architecture that leverages vision transformers in place of convolutional networks as a backbone for dense prediction tasks. We assemble tokens from various stages of the vision transformer into image-like representations at various resolutions and progressively combine them into full-resolution predictions using a convolutional decoder. The transformer backbone processes representations at a constant and relatively high resolution and has a global receptive field at every stage. These properties allow the dense vision transformer to provide finer-grained and more globally coherent predictions when compared to fully-convolutional networks. Our experiments show that this architecture yields substantial improvements on dense prediction tasks, especially when a large amount of training data is available. For monocular depth estimation, we observe an improvement of up to 28% in relative performance when compared to a state-of-the-art fully-convolutional network. When applied to semantic segmentation, dense vision transformers set a new state of the art on ADE20K with 49.02% mIoU. We further show that the architecture can be fine-tuned on smaller datasets such as NYUv2, KITTI, and Pascal Context where it also sets the new state of the art. Our models are available at https://github.com/intel-isl/DPT.","url_abs":"https://arxiv.org/abs/2103.13413v1","url_pdf":"https://arxiv.org/pdf/2103.13413v1.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":"vision-transformers-for-dense-prediction","repo_url":"https://github.com/EPFL-VILAB/3DCommonCorruptions","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"vision-transformers-for-dense-prediction","repo_url":"https://github.com/Expedit-LargeScale-Vision-Transformer/Expedit-DPT","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"vision-transformers-for-dense-prediction","repo_url":"https://github.com/SforAiDl/vformer","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"vision-transformers-for-dense-prediction","repo_url":"https://github.com/ahmedmostafa0x61/Depth_Estimation","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"vision-transformers-for-dense-prediction","repo_url":"https://github.com/alexeyab/midas","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"vision-transformers-for-dense-prediction","repo_url":"https://github.com/antocad/FocusOnDepth","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"vision-transformers-for-dense-prediction","repo_url":"https://github.com/chriswxho/dynamic-inference","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"vision-transformers-for-dense-prediction","repo_url":"https://github.com/danielzgsilva/MonoDepthAttacks","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"vision-transformers-for-dense-prediction","repo_url":"https://github.com/huggingface/transformers","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"vision-transformers-for-dense-prediction","repo_url":"https://github.com/intel-isl/MiDaS","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"vision-transformers-for-dense-prediction","repo_url":"https://github.com/isl-org/MiDaS","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"vision-transformers-for-dense-prediction","repo_url":"https://github.com/vishal-kataria/MiDaS-master","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"vision-transformers-for-dense-prediction","repo_url":"https://github.com/BR-IDL/PaddleViT/tree/main/semantic_segmentation","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"paddle","reach":null},{"paper_slug":"vision-transformers-for-dense-prediction","repo_url":"https://github.com/kritiksoman/GIMP-ML","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":null},{"paper_slug":"vision-transformers-for-dense-prediction","repo_url":"https://github.com/mszpc/3d_dense","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"mindspore","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[{"task_slug":"decoder","task_name":"Decoder"},{"task_slug":"depth-estimation","task_name":"Depth Estimation"},{"task_slug":"monocular-depth-estimation","task_name":"Monocular Depth Estimation"},{"task_slug":"prediction","task_name":"Prediction"},{"task_slug":"semantic-segmentation","task_name":"Semantic Segmentation"}],"methods":[{"method_slug":"attention","method_name":"Attention"},{"method_slug":"convolution","method_name":"Convolution"},{"method_slug":"dense-prediction-transformer","method_name":"DPT"},{"method_slug":"dense-connections","method_name":"Dense Connections"},{"method_slug":"layer-normalization","method_name":"Layer Normalization"},{"method_slug":"linear-layer","method_name":"Linear Layer"},{"method_slug":"multi-head-attention","method_name":"Multi-Head Attention"},{"method_slug":"residual-connection","method_name":"Residual Connection"},{"method_slug":"softmax","method_name":"Softmax"},{"method_slug":"vision-transformer","method_name":"Vision Transformer"}],"datasets_introduced":[],"methods_introduced":[{"slug":"dense-prediction-transformer","name":"DPT","full_name":"Dense Prediction Transformer"}],"results":[{"leaderboard":"/sota/monocular-depth-estimation-on-eth3d","task":"Monocular Depth Estimation","dataset":"ETH3D","model":"DPT","rank_in_archive_order":7,"of":10,"metrics":{"Delta < 1.25":"0.0946","absolute relative error":"0.078"},"uses_additional_data":false},{"leaderboard":"/sota/monocular-depth-estimation-on-kitti-eigen","task":"Monocular Depth Estimation","dataset":"KITTI Eigen split","model":"DPT-Hybrid","rank_in_archive_order":38,"of":79,"metrics":{"Delta < 1.25":"0.959","Delta < 1.25^2":"0.995","Delta < 1.25^3":"0.999","RMSE":"2.573","RMSE log":"0.092","absolute relative error":"0.062"},"uses_additional_data":false},{"leaderboard":"/sota/monocular-depth-estimation-on-nyu-depth-v2","task":"Monocular Depth Estimation","dataset":"NYU-Depth V2","model":"DPT-Hybrid","rank_in_archive_order":56,"of":85,"metrics":{"Delta < 1.25":"0.904","Delta < 1.25^2":"0.988","Delta < 1.25^3":"0.994","RMSE":"0.357","absolute relative error":"0.110","log 10":"0.045"},"uses_additional_data":true},{"leaderboard":"/sota/semantic-segmentation-on-ade20k","task":"Semantic Segmentation","dataset":"ADE20K","model":"DPT-Hybrid","rank_in_archive_order":139,"of":235,"metrics":{"Validation mIoU":"49.02"},"uses_additional_data":false},{"leaderboard":"/sota/semantic-segmentation-on-ade20k-val","task":"Semantic Segmentation","dataset":"ADE20K val","model":"DPT-Hybrid","rank_in_archive_order":60,"of":95,"metrics":{"Pixel Accuracy":"83.11","mIoU":"49.02"},"uses_additional_data":false},{"leaderboard":"/sota/semantic-segmentation-on-pascal-context","task":"Semantic Segmentation","dataset":"PASCAL Context","model":"DPT-Hybrid","rank_in_archive_order":13,"of":66,"metrics":{"mIoU":"60.46"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2103.13413","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2103.13413"}},"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/huggingface/transformers","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/mszpc/3d_dense","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/antocad/FocusOnDepth","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/isl-org/MiDaS","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/kritiksoman/GIMP-ML","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/alexeyab/midas","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/EPFL-VILAB/3DCommonCorruptions","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/vishal-kataria/MiDaS-master","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Expedit-LargeScale-Vision-Transformer/Expedit-DPT","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/BR-IDL/PaddleViT/tree/main/semantic_segmentation","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/chriswxho/dynamic-inference","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/SforAiDl/vformer","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/intel-isl/MiDaS","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/ahmedmostafa0x61/Depth_Estimation","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/danielzgsilva/MonoDepthAttacks","reach":{"status":"ok"}},{"provenance":"deterministic:regex_extraction","url":"https://github.com/intel-isl/DPT","reach":null}],"summary":{"ran":21,"ran_draft_wrong":26,"ran_fixture":7,"unverified":62},"by_repo_kind":{"listed":{"samples":111,"ran":51,"repositories":10},"found_in_text":{"samples":2,"ran":2,"repositories":1}},"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":15,"samples":[{"code_sha256_prefix":"4782ef3501c0aabc","entry":"AddReadout","repo":"vishal-kataria/MiDaS-master","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/vishal-kataria/MiDaS-master/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4782ef3501c0aabc"}},{"code_sha256_prefix":"fdf08c76f454e01c","entry":"AddReadout","repo":"SforAiDl/vformer","repo_kind":"listed","path":"vformer/models/dense/dpt.py","file_url":"https://github.com/SforAiDl/vformer/blob/HEAD/vformer/models/dense/dpt.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"fdf08c76f454e01c"}},{"code_sha256_prefix":"8240f7db0115e798","entry":"ConvTransposeNorm","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8240f7db0115e798"}},{"code_sha256_prefix":"77f1e43db395c047","entry":"DenseModule","repo":"kritiksoman/GIMP-ML","repo_kind":"listed","path":"gimp-plugins/face-parsing-PyTorch/modules/dense.py","file_url":"https://github.com/kritiksoman/GIMP-ML/blob/HEAD/gimp-plugins/face-parsing-PyTorch/modules/dense.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"77f1e43db395c047"}},{"code_sha256_prefix":"705f05e8d52b9d65","entry":"FeatureFusionBlock_custom","repo":"vishal-kataria/MiDaS-master","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/vishal-kataria/MiDaS-master/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"705f05e8d52b9d65"}},{"code_sha256_prefix":"69e4902e56f0053b","entry":"FeatureFusionBlock_custom","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"69e4902e56f0053b"}},{"code_sha256_prefix":"4576c78c9d855e07","entry":"FeatureFusionBlock_custom","repo":"SforAiDl/vformer","repo_kind":"listed","path":"vformer/models/dense/dpt.py","file_url":"https://github.com/SforAiDl/vformer/blob/HEAD/vformer/models/dense/dpt.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4576c78c9d855e07"}},{"code_sha256_prefix":"4d3bc9d67979fdce","entry":"Interpolate","repo":"SforAiDl/vformer","repo_kind":"listed","path":"vformer/models/dense/dpt.py","file_url":"https://github.com/SforAiDl/vformer/blob/HEAD/vformer/models/dense/dpt.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4d3bc9d67979fdce"}},{"code_sha256_prefix":"82c0dc1235af8394","entry":"ProjectReadout","repo":"vishal-kataria/MiDaS-master","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/vishal-kataria/MiDaS-master/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"82c0dc1235af8394"}},{"code_sha256_prefix":"be974dd5cad0abae","entry":"ProjectReadout","repo":"SforAiDl/vformer","repo_kind":"listed","path":"vformer/models/dense/dpt.py","file_url":"https://github.com/SforAiDl/vformer/blob/HEAD/vformer/models/dense/dpt.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"be974dd5cad0abae"}},{"code_sha256_prefix":"05825257cdc82de7","entry":"Read_add","repo":"antocad/FocusOnDepth","repo_kind":"listed","path":"FOD/Reassemble.py","file_url":"https://github.com/antocad/FocusOnDepth/blob/HEAD/FOD/Reassemble.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"05825257cdc82de7"}},{"code_sha256_prefix":"d76671baa974e77d","entry":"Read_ignore","repo":"antocad/FocusOnDepth","repo_kind":"listed","path":"FOD/Reassemble.py","file_url":"https://github.com/antocad/FocusOnDepth/blob/HEAD/FOD/Reassemble.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d76671baa974e77d"}},{"code_sha256_prefix":"e5131d4e780dfe22","entry":"Read_projection","repo":"antocad/FocusOnDepth","repo_kind":"listed","path":"FOD/Reassemble.py","file_url":"https://github.com/antocad/FocusOnDepth/blob/HEAD/FOD/Reassemble.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e5131d4e780dfe22"}},{"code_sha256_prefix":"9833e8e2ddd1a025","entry":"Reassemble","repo":"antocad/FocusOnDepth","repo_kind":"listed","path":"FOD/Reassemble.py","file_url":"https://github.com/antocad/FocusOnDepth/blob/HEAD/FOD/Reassemble.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9833e8e2ddd1a025"}},{"code_sha256_prefix":"df66bec2bdd54087","entry":"Resample","repo":"antocad/FocusOnDepth","repo_kind":"listed","path":"FOD/Reassemble.py","file_url":"https://github.com/antocad/FocusOnDepth/blob/HEAD/FOD/Reassemble.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"df66bec2bdd54087"}},{"code_sha256_prefix":"14deec34c07b1b22","entry":"ResidualConvUnit_custom","repo":"vishal-kataria/MiDaS-master","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/vishal-kataria/MiDaS-master/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"14deec34c07b1b22"}},{"code_sha256_prefix":"ad298204d1010625","entry":"ResidualConvUnit_custom","repo":"SforAiDl/vformer","repo_kind":"listed","path":"vformer/models/dense/dpt.py","file_url":"https://github.com/SforAiDl/vformer/blob/HEAD/vformer/models/dense/dpt.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ad298204d1010625"}},{"code_sha256_prefix":"fe6c12fc56b62097","entry":"Slice","repo":"vishal-kataria/MiDaS-master","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/vishal-kataria/MiDaS-master/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"fe6c12fc56b62097"}},{"code_sha256_prefix":"9bab9be3d22f412a","entry":"Slice","repo":"SforAiDl/vformer","repo_kind":"listed","path":"vformer/models/dense/dpt.py","file_url":"https://github.com/SforAiDl/vformer/blob/HEAD/vformer/models/dense/dpt.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9bab9be3d22f412a"}},{"code_sha256_prefix":"02e1fc79bd830d15","entry":"Transpose","repo":"vishal-kataria/MiDaS-master","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/vishal-kataria/MiDaS-master/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"02e1fc79bd830d15"}},{"code_sha256_prefix":"016c70fd7d59aa02","entry":"Transpose","repo":"chriswxho/dynamic-inference","repo_kind":"listed","path":"dpt/vit.py","file_url":"https://github.com/chriswxho/dynamic-inference/blob/HEAD/dpt/vit.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"016c70fd7d59aa02"}},{"code_sha256_prefix":"40c8322bb20f356a","entry":"_get_rel_pos_bias","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"40c8322bb20f356a"}},{"code_sha256_prefix":"834b7b88350e7ea8","entry":"_make_efficientnet_backbone","repo":"vishal-kataria/MiDaS-master","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/vishal-kataria/MiDaS-master/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"834b7b88350e7ea8"}},{"code_sha256_prefix":"102716c661000e36","entry":"_make_fusion_block","repo":"vishal-kataria/MiDaS-master","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/vishal-kataria/MiDaS-master/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"102716c661000e36"}},{"code_sha256_prefix":"38836aa31edf05ea","entry":"_make_fusion_block","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"38836aa31edf05ea"}},{"code_sha256_prefix":"fdbfcb386c7b2849","entry":"_make_fusion_block","repo":"EPFL-VILAB/3DCommonCorruptions","repo_kind":"listed","path":"models/dpt/dpt.py","file_url":"https://github.com/EPFL-VILAB/3DCommonCorruptions/blob/HEAD/models/dpt/dpt.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"fdbfcb386c7b2849"}},{"code_sha256_prefix":"740429d3dc1524e8","entry":"_make_pretrained_efficientnet_lite3","repo":"vishal-kataria/MiDaS-master","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/vishal-kataria/MiDaS-master/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"740429d3dc1524e8"}},{"code_sha256_prefix":"a8b882224b12ff18","entry":"_make_pretrained_resnext101_wsl","repo":"vishal-kataria/MiDaS-master","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/vishal-kataria/MiDaS-master/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a8b882224b12ff18"}},{"code_sha256_prefix":"ce472b6674d107a1","entry":"_make_resnet_backbone","repo":"vishal-kataria/MiDaS-master","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/vishal-kataria/MiDaS-master/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ce472b6674d107a1"}},{"code_sha256_prefix":"298bf93c3f6ba329","entry":"_make_scratch","repo":"vishal-kataria/MiDaS-master","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/vishal-kataria/MiDaS-master/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"298bf93c3f6ba329"}},{"code_sha256_prefix":"c3d28fbdea77e7e8","entry":"_make_scratch","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c3d28fbdea77e7e8"}},{"code_sha256_prefix":"241aaec48213a78b","entry":"_make_vit_b16_backbone","repo":"vishal-kataria/MiDaS-master","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/vishal-kataria/MiDaS-master/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"241aaec48213a78b"}},{"code_sha256_prefix":"4bf6704b366125e7","entry":"_make_vit_b16_backbone","repo":"alexeyab/midas","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/alexeyab/midas/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4bf6704b366125e7"}},{"code_sha256_prefix":"6a1741c5ae2b9d9c","entry":"_make_vit_b16_backbone","repo":"intel-isl/DPT","repo_kind":"found_in_text","path":"dpt/vit.py","file_url":"https://github.com/intel-isl/DPT/blob/HEAD/dpt/vit.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6a1741c5ae2b9d9c"}},{"code_sha256_prefix":"22e02732ff97d26e","entry":"_make_vit_b16_backbone","repo":"ahmedmostafa0x61/Depth_Estimation","repo_kind":"listed","path":"midas/vit.py","file_url":"https://github.com/ahmedmostafa0x61/Depth_Estimation/blob/HEAD/midas/vit.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"22e02732ff97d26e"}},{"code_sha256_prefix":"c7da0395e6eeb589","entry":"_make_vit_b16_backbone","repo":"chriswxho/dynamic-inference","repo_kind":"listed","path":"dpt/vit.py","file_url":"https://github.com/chriswxho/dynamic-inference/blob/HEAD/dpt/vit.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c7da0395e6eeb589"}},{"code_sha256_prefix":"fd1f3e21f29de65e","entry":"_make_vit_b16_backbone","repo":"EPFL-VILAB/3DCommonCorruptions","repo_kind":"listed","path":"models/dpt/dpt.py","file_url":"https://github.com/EPFL-VILAB/3DCommonCorruptions/blob/HEAD/models/dpt/dpt.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"fd1f3e21f29de65e"}},{"code_sha256_prefix":"27ca85b22f1e4944","entry":"_make_vit_b_rn50_backbone","repo":"alexeyab/midas","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/alexeyab/midas/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"27ca85b22f1e4944"}},{"code_sha256_prefix":"97b2384833631e16","entry":"_make_vit_b_rn50_backbone","repo":"EPFL-VILAB/3DCommonCorruptions","repo_kind":"listed","path":"models/dpt/dpt.py","file_url":"https://github.com/EPFL-VILAB/3DCommonCorruptions/blob/HEAD/models/dpt/dpt.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"97b2384833631e16"}},{"code_sha256_prefix":"cfe5d2133bdce329","entry":"_resize_pos_embed","repo":"vishal-kataria/MiDaS-master","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/vishal-kataria/MiDaS-master/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"cfe5d2133bdce329"}},{"code_sha256_prefix":"343394f583ca241e","entry":"_resize_pos_embed","repo":"SforAiDl/vformer","repo_kind":"listed","path":"vformer/models/dense/dpt.py","file_url":"https://github.com/SforAiDl/vformer/blob/HEAD/vformer/models/dense/dpt.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"343394f583ca241e"}},{"code_sha256_prefix":"fb4a75a755978b87","entry":"beit_forward_features","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"fb4a75a755978b87"}},{"code_sha256_prefix":"75608d4281abdc41","entry":"block_forward","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"75608d4281abdc41"}},{"code_sha256_prefix":"bf8342ed43aa9fb3","entry":"forward_flex","repo":"vishal-kataria/MiDaS-master","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/vishal-kataria/MiDaS-master/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"bf8342ed43aa9fb3"}},{"code_sha256_prefix":"71e1ef3cbdd67c09","entry":"forward_levit","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"71e1ef3cbdd67c09"}},{"code_sha256_prefix":"1c094193a4506a40","entry":"get_activation","repo":"vishal-kataria/MiDaS-master","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/vishal-kataria/MiDaS-master/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1c094193a4506a40"}},{"code_sha256_prefix":"bff5f6006054f011","entry":"get_attention","repo":"SforAiDl/vformer","repo_kind":"listed","path":"vformer/models/dense/dpt.py","file_url":"https://github.com/SforAiDl/vformer/blob/HEAD/vformer/models/dense/dpt.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"bff5f6006054f011"}},{"code_sha256_prefix":"a552c8f30bbe3f97","entry":"get_attention","repo":"intel-isl/DPT","repo_kind":"found_in_text","path":"dpt/vit.py","file_url":"https://github.com/intel-isl/DPT/blob/HEAD/dpt/vit.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a552c8f30bbe3f97"}},{"code_sha256_prefix":"4d648fedb953ed8e","entry":"get_attention","repo":"chriswxho/dynamic-inference","repo_kind":"listed","path":"dpt/vit.py","file_url":"https://github.com/chriswxho/dynamic-inference/blob/HEAD/dpt/vit.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4d648fedb953ed8e"}},{"code_sha256_prefix":"2746e456285adbe2","entry":"get_readout_oper","repo":"vishal-kataria/MiDaS-master","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/vishal-kataria/MiDaS-master/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2746e456285adbe2"}},{"code_sha256_prefix":"df2cf6157ba6bfe8","entry":"get_readout_oper","repo":"SforAiDl/vformer","repo_kind":"listed","path":"vformer/models/dense/dpt.py","file_url":"https://github.com/SforAiDl/vformer/blob/HEAD/vformer/models/dense/dpt.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"df2cf6157ba6bfe8"}},{"code_sha256_prefix":"b9e24c3e3e0e88a7","entry":"merge","repo":"mszpc/3d_dense","repo_kind":"listed","path":"3d_densenet/src/model_utils/config.py","file_url":"https://github.com/mszpc/3d_dense/blob/HEAD/3d_densenet/src/model_utils/config.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":"b9e24c3e3e0e88a7"}},{"code_sha256_prefix":"a3b0b33caf369c41","entry":"patch_embed_forward","repo":null,"repo_kind":null,"path":null,"file_url":null,"link_basis":"identical_code_first_harvested_elsewhere","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":null,"inline_ok":false,"mcp_get_code":{"code_sha256":"a3b0b33caf369c41"}},{"code_sha256_prefix":"6c84d2d78d7f1711","entry":"stem_b4_transpose","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6c84d2d78d7f1711"}},{"code_sha256_prefix":"dadf06d657acf3e6","entry":"ABN","repo":"kritiksoman/GIMP-ML","repo_kind":"listed","path":"gimp-plugins/face-parsing-PyTorch/modules/dense.py","file_url":"https://github.com/kritiksoman/GIMP-ML/blob/HEAD/gimp-plugins/face-parsing-PyTorch/modules/dense.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"dadf06d657acf3e6"}},{"code_sha256_prefix":"8cf42042583edf36","entry":"BaseModel","repo":"vishal-kataria/MiDaS-master","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/vishal-kataria/MiDaS-master/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8cf42042583edf36"}},{"code_sha256_prefix":"3b42100eaee87796","entry":"BaseModel","repo":"EPFL-VILAB/3DCommonCorruptions","repo_kind":"listed","path":"models/dpt/dpt.py","file_url":"https://github.com/EPFL-VILAB/3DCommonCorruptions/blob/HEAD/models/dpt/dpt.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"3b42100eaee87796"}},{"code_sha256_prefix":"9f3dd928cc20df74","entry":"DPT","repo":"vishal-kataria/MiDaS-master","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/vishal-kataria/MiDaS-master/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9f3dd928cc20df74"}},{"code_sha256_prefix":"fdefedb4d81982f1","entry":"DPT","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"fdefedb4d81982f1"}},{"code_sha256_prefix":"70d2ed166e2fa043","entry":"DPT","repo":"alexeyab/midas","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/alexeyab/midas/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"70d2ed166e2fa043"}},{"code_sha256_prefix":"2804a31c7d121d18","entry":"DPT","repo":"EPFL-VILAB/3DCommonCorruptions","repo_kind":"listed","path":"models/dpt/dpt.py","file_url":"https://github.com/EPFL-VILAB/3DCommonCorruptions/blob/HEAD/models/dpt/dpt.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"2804a31c7d121d18"}},{"code_sha256_prefix":"687300dbbe3ecca3","entry":"DPTDepth","repo":"SforAiDl/vformer","repo_kind":"listed","path":"vformer/models/dense/dpt.py","file_url":"https://github.com/SforAiDl/vformer/blob/HEAD/vformer/models/dense/dpt.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"687300dbbe3ecca3"}},{"code_sha256_prefix":"97b1564cbeb5e026","entry":"FeatureFusionBlock_custom","repo":"EPFL-VILAB/3DCommonCorruptions","repo_kind":"listed","path":"models/dpt/dpt.py","file_url":"https://github.com/EPFL-VILAB/3DCommonCorruptions/blob/HEAD/models/dpt/dpt.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"97b1564cbeb5e026"}},{"code_sha256_prefix":"399a51176b5752b8","entry":"ResidualConvUnit_custom","repo":"EPFL-VILAB/3DCommonCorruptions","repo_kind":"listed","path":"models/dpt/dpt.py","file_url":"https://github.com/EPFL-VILAB/3DCommonCorruptions/blob/HEAD/models/dpt/dpt.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"399a51176b5752b8"}},{"code_sha256_prefix":"3feac71b1bdce697","entry":"_make_beit_backbone","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3feac71b1bdce697"}},{"code_sha256_prefix":"61b34e645621aff2","entry":"_make_encoder","repo":"vishal-kataria/MiDaS-master","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/vishal-kataria/MiDaS-master/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"61b34e645621aff2"}},{"code_sha256_prefix":"8dcc70549827785e","entry":"_make_encoder","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8dcc70549827785e"}},{"code_sha256_prefix":"ee5e1def52434e96","entry":"_make_encoder","repo":"alexeyab/midas","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/alexeyab/midas/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ee5e1def52434e96"}},{"code_sha256_prefix":"0a31d130cba8fad8","entry":"_make_encoder","repo":"EPFL-VILAB/3DCommonCorruptions","repo_kind":"listed","path":"models/dpt/dpt.py","file_url":"https://github.com/EPFL-VILAB/3DCommonCorruptions/blob/HEAD/models/dpt/dpt.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"0a31d130cba8fad8"}},{"code_sha256_prefix":"76c4fee181b3e302","entry":"_make_levit_backbone","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"76c4fee181b3e302"}},{"code_sha256_prefix":"1d545ed69bec71fc","entry":"_make_pretrained_beitb16_384","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1d545ed69bec71fc"}},{"code_sha256_prefix":"53e9744e26ff179a","entry":"_make_pretrained_beitl16_384","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"53e9744e26ff179a"}},{"code_sha256_prefix":"f75e933cee2944f7","entry":"_make_pretrained_beitl16_512","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f75e933cee2944f7"}},{"code_sha256_prefix":"aeb56259187aa446","entry":"_make_pretrained_levit_384","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"aeb56259187aa446"}},{"code_sha256_prefix":"9f139f614afe3457","entry":"_make_pretrained_swin2b24_384","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9f139f614afe3457"}},{"code_sha256_prefix":"c4465cd7a9161ce0","entry":"_make_pretrained_swin2l24_384","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c4465cd7a9161ce0"}},{"code_sha256_prefix":"26b7af8090c8cc1b","entry":"_make_pretrained_swin2t16_256","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"26b7af8090c8cc1b"}},{"code_sha256_prefix":"841e9e200682b3e2","entry":"_make_pretrained_swinl12_384","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"841e9e200682b3e2"}},{"code_sha256_prefix":"198ea3e2828f1a49","entry":"_make_pretrained_vitb16_384","repo":"vishal-kataria/MiDaS-master","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/vishal-kataria/MiDaS-master/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"198ea3e2828f1a49"}},{"code_sha256_prefix":"3327ab95aff100c6","entry":"_make_pretrained_vitb16_384","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3327ab95aff100c6"}},{"code_sha256_prefix":"2bf360085a82f527","entry":"_make_pretrained_vitb16_384","repo":"alexeyab/midas","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/alexeyab/midas/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2bf360085a82f527"}},{"code_sha256_prefix":"bcea5cc1f2e496ca","entry":"_make_pretrained_vitb16_384","repo":"EPFL-VILAB/3DCommonCorruptions","repo_kind":"listed","path":"models/dpt/dpt.py","file_url":"https://github.com/EPFL-VILAB/3DCommonCorruptions/blob/HEAD/models/dpt/dpt.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"bcea5cc1f2e496ca"}},{"code_sha256_prefix":"94e2cc7d7b3e6ec3","entry":"_make_pretrained_vitb_rn50_384","repo":"vishal-kataria/MiDaS-master","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/vishal-kataria/MiDaS-master/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"94e2cc7d7b3e6ec3"}},{"code_sha256_prefix":"a0e10e3c095f82ff","entry":"_make_pretrained_vitb_rn50_384","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a0e10e3c095f82ff"}},{"code_sha256_prefix":"6de20f150edf3e01","entry":"_make_pretrained_vitb_rn50_384","repo":"alexeyab/midas","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/alexeyab/midas/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6de20f150edf3e01"}},{"code_sha256_prefix":"57eb89f595253683","entry":"_make_pretrained_vitb_rn50_384","repo":"EPFL-VILAB/3DCommonCorruptions","repo_kind":"listed","path":"models/dpt/dpt.py","file_url":"https://github.com/EPFL-VILAB/3DCommonCorruptions/blob/HEAD/models/dpt/dpt.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"57eb89f595253683"}},{"code_sha256_prefix":"4c18c31321ba4cb2","entry":"_make_pretrained_vitl16_384","repo":"vishal-kataria/MiDaS-master","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/vishal-kataria/MiDaS-master/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4c18c31321ba4cb2"}},{"code_sha256_prefix":"05cfeb55e7e873be","entry":"_make_pretrained_vitl16_384","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"05cfeb55e7e873be"}},{"code_sha256_prefix":"682b52b1c5a4474e","entry":"_make_pretrained_vitl16_384","repo":"alexeyab/midas","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/alexeyab/midas/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"682b52b1c5a4474e"}},{"code_sha256_prefix":"1af3f8e922b7f6e9","entry":"_make_pretrained_vitl16_384","repo":"EPFL-VILAB/3DCommonCorruptions","repo_kind":"listed","path":"models/dpt/dpt.py","file_url":"https://github.com/EPFL-VILAB/3DCommonCorruptions/blob/HEAD/models/dpt/dpt.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"1af3f8e922b7f6e9"}},{"code_sha256_prefix":"8eb74b45cc48b91d","entry":"_make_swin_backbone","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8eb74b45cc48b91d"}},{"code_sha256_prefix":"e0fbc08f87d2a3b9","entry":"_make_vit_b16_backbone","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e0fbc08f87d2a3b9"}},{"code_sha256_prefix":"10f9cc6f0a55a083","entry":"_make_vit_b_rn50_backbone","repo":"vishal-kataria/MiDaS-master","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/vishal-kataria/MiDaS-master/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"10f9cc6f0a55a083"}},{"code_sha256_prefix":"5333ecbd1a06430d","entry":"_make_vit_b_rn50_backbone","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"5333ecbd1a06430d"}},{"code_sha256_prefix":"7323023300272262","entry":"a_cosine_learning_rate","repo":"mszpc/3d_dense","repo_kind":"listed","path":"3d_densenet/src/lr_schedule.py","file_url":"https://github.com/mszpc/3d_dense/blob/HEAD/3d_densenet/src/lr_schedule.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":"7323023300272262"}},{"code_sha256_prefix":"cc0b35f6d7118df1","entry":"attention_forward","repo":null,"repo_kind":null,"path":null,"file_url":null,"link_basis":"identical_code_first_harvested_elsewhere","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":null,"inline_ok":false,"mcp_get_code":{"code_sha256":"cc0b35f6d7118df1"}},{"code_sha256_prefix":"0b597d0a009b7195","entry":"convert_label","repo":"mszpc/3d_dense","repo_kind":"listed","path":"3d_densenet/src/prepare_hdf5_cutedge.py","file_url":"https://github.com/mszpc/3d_dense/blob/HEAD/3d_densenet/src/prepare_hdf5_cutedge.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":"0b597d0a009b7195"}},{"code_sha256_prefix":"161a84017220777a","entry":"cut_edge","repo":"mszpc/3d_dense","repo_kind":"listed","path":"3d_densenet/src/prepare_hdf5_cutedge.py","file_url":"https://github.com/mszpc/3d_dense/blob/HEAD/3d_densenet/src/prepare_hdf5_cutedge.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":"161a84017220777a"}},{"code_sha256_prefix":"a2d30739f5546b64","entry":"dynamic_lr","repo":"mszpc/3d_dense","repo_kind":"listed","path":"3d_densenet/src/lr_schedule.py","file_url":"https://github.com/mszpc/3d_dense/blob/HEAD/3d_densenet/src/lr_schedule.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":"a2d30739f5546b64"}},{"code_sha256_prefix":"142b50e484a4ca92","entry":"eval_dice","repo":"mszpc/3d_dense","repo_kind":"listed","path":"3d_densenet/src/metrics.py","file_url":"https://github.com/mszpc/3d_dense/blob/HEAD/3d_densenet/src/metrics.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":"142b50e484a4ca92"}},{"code_sha256_prefix":"62d386dcfc041ca8","entry":"forward_beit","repo":null,"repo_kind":null,"path":null,"file_url":null,"link_basis":"identical_code_first_harvested_elsewhere","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":null,"inline_ok":false,"mcp_get_code":{"code_sha256":"62d386dcfc041ca8"}},{"code_sha256_prefix":"7e7946feb4250b99","entry":"forward_flex","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7e7946feb4250b99"}},{"code_sha256_prefix":"100fb163dc8701ea","entry":"forward_flex","repo":"alexeyab/midas","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/alexeyab/midas/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"100fb163dc8701ea"}},{"code_sha256_prefix":"5a40db77bbc6bbca","entry":"forward_flex","repo":"SforAiDl/vformer","repo_kind":"listed","path":"vformer/models/dense/dpt.py","file_url":"https://github.com/SforAiDl/vformer/blob/HEAD/vformer/models/dense/dpt.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"5a40db77bbc6bbca"}},{"code_sha256_prefix":"9ef9e99210920020","entry":"forward_flex","repo":"chriswxho/dynamic-inference","repo_kind":"listed","path":"dpt/vit.py","file_url":"https://github.com/chriswxho/dynamic-inference/blob/HEAD/dpt/vit.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9ef9e99210920020"}},{"code_sha256_prefix":"f79ccddcf4e354e1","entry":"forward_flex","repo":"EPFL-VILAB/3DCommonCorruptions","repo_kind":"listed","path":"models/dpt/dpt.py","file_url":"https://github.com/EPFL-VILAB/3DCommonCorruptions/blob/HEAD/models/dpt/dpt.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"f79ccddcf4e354e1"}},{"code_sha256_prefix":"cac215826aa08c39","entry":"forward_swin","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"cac215826aa08c39"}},{"code_sha256_prefix":"14172c5c8e678678","entry":"forward_vit","repo":"vishal-kataria/MiDaS-master","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/vishal-kataria/MiDaS-master/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"14172c5c8e678678"}},{"code_sha256_prefix":"4fe55a4e89ba3534","entry":"forward_vit","repo":"intel-isl/MiDaS","repo_kind":"listed","path":"midas/dpt_depth.py","file_url":"https://github.com/intel-isl/MiDaS/blob/HEAD/midas/dpt_depth.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4fe55a4e89ba3534"}},{"code_sha256_prefix":"6526250e4bf3fb22","entry":"get_upsampling_weight","repo":"mszpc/3d_dense","repo_kind":"listed","path":"3d_densenet/src/common.py","file_url":"https://github.com/mszpc/3d_dense/blob/HEAD/3d_densenet/src/common.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":"6526250e4bf3fb22"}},{"code_sha256_prefix":"22bcde3a70606484","entry":"linear_warmup_learning_rate","repo":"mszpc/3d_dense","repo_kind":"listed","path":"3d_densenet/src/lr_schedule.py","file_url":"https://github.com/mszpc/3d_dense/blob/HEAD/3d_densenet/src/lr_schedule.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":"22bcde3a70606484"}},{"code_sha256_prefix":"dfa1857602c6456f","entry":"make_one_hot","repo":"mszpc/3d_dense","repo_kind":"listed","path":"3d_densenet/src/common.py","file_url":"https://github.com/mszpc/3d_dense/blob/HEAD/3d_densenet/src/common.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":"dfa1857602c6456f"}},{"code_sha256_prefix":"c3d563ce6492d0a5","entry":"one_hot","repo":"mszpc/3d_dense","repo_kind":"listed","path":"3d_densenet/src/common.py","file_url":"https://github.com/mszpc/3d_dense/blob/HEAD/3d_densenet/src/common.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":"c3d563ce6492d0a5"}},{"code_sha256_prefix":"f0b391cf1db2ea47","entry":"parse_cli_to_yaml","repo":"mszpc/3d_dense","repo_kind":"listed","path":"3d_densenet/src/model_utils/config.py","file_url":"https://github.com/mszpc/3d_dense/blob/HEAD/3d_densenet/src/model_utils/config.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":"f0b391cf1db2ea47"}},{"code_sha256_prefix":"aacd1cc8cc1ff2e4","entry":"parse_yaml","repo":"mszpc/3d_dense","repo_kind":"listed","path":"3d_densenet/src/model_utils/config.py","file_url":"https://github.com/mszpc/3d_dense/blob/HEAD/3d_densenet/src/model_utils/config.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":"aacd1cc8cc1ff2e4"}},{"code_sha256_prefix":"b3a871cbbbe05272","entry":"train_dice","repo":"mszpc/3d_dense","repo_kind":"listed","path":"3d_densenet/src/metrics.py","file_url":"https://github.com/mszpc/3d_dense/blob/HEAD/3d_densenet/src/metrics.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":"b3a871cbbbe05272"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}