transformers
Add Prompt Depth Anything Model
#35401
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
61
Changes
View On
GitHub
Add Prompt Depth Anything Model
#35401
qubvel
merged 61 commits into
huggingface:main
from
haotongl:modeling_prompt_depth_anything
add prompt depth anything model by modular transformer
24151d85
add prompt depth anything docs and imports
7e6dcaab
update code style according transformers doc
dfa7d67b
update code style: import order issue is fixed by custom_init_isort
8509440b
fix depth shape from B,1,H,W to B,H,W which is as the same as Depth A…
2fa72ef7
NielsRogge
commented on 2024-12-24
NielsRogge
commented on 2024-12-24
NielsRogge
commented on 2024-12-24
move prompt depth anything to vision models in _toctree.yml
d13a55f9
update backbone test; there is no need for resnet18 backbone test
6cd1bbf2
update init file & pass RUN_SLOW tests
76299f43
NielsRogge
commented on 2024-12-24
NielsRogge
commented on 2024-12-24
xenova
commented on 2024-12-24
xenova
commented on 2024-12-25
xenova
commented on 2024-12-25
update len(prompt_depth) to prompt_depth.shape[0]
2315dd15
fix torch_int/model_doc
c423e91e
fix typo
739c07f3
update PromptDepthAnythingImageProcessor
5c046e82
fix typo
f3a8aa48
fix typo for prompt depth anything doc
c2647ca3
update promptda overview image link of huggingface repo
ea67b900
haotongl
requested a review
from
NielsRogge
1 year ago
haotongl
requested a review
from
xenova
1 year ago
NielsRogge
commented on 2025-01-06
NielsRogge
commented on 2025-01-06
NielsRogge
commented on 2025-01-06
NielsRogge
requested a review
from
qubvel
1 year ago
fix some typos in promptda doc
b2379d61
haotongl
requested a review
from
NielsRogge
1 year ago
qubvel
commented on 2025-01-06
Update image processing to include pad_image, prompt depth position, …
b9a44fb4
add copy disclaimer for prompt depth anything image processing
dfee43fa
fix some format typos in image processing and conversion scripts
db9f301b
fix nn.ReLU(False) to nn.ReLU()
8d0a435d
rename residual layer as it's a sequential layer
89956c4d
move size compute to a separate line/variable for easier debug in mod…
c713a5ed
fix modular format for prompt depth anything
777c3673
update modular prompt depth anything
cc8f4acd
haotongl
requested a review
from
qubvel
1 year ago
qubvel
commented on 2025-01-09
qubvel
added
New model
qubvel
added
Vision
qubvel
added
run-slow
fix scale to meter and some internal funcs warp
0848054a
haotongl
requested a review
from
ArthurZucker
1 year ago
haotongl
requested a review
from
Rocketknight1
1 year ago
haotongl
requested a review
from
stevhliu
1 year ago
fix code style in image_processing_prompt_depth_anything.py
25e1144a
fix issues in image_processing_prompt_depth_anything.py
3c8f6c04
fix issues in image_processing_prompt_depth_anything.py
cf24f48e
fix issues in prompt depth anything
fcd5107d
stevhliu
approved these changes on 2025-01-16
update converting script similar to mllamma
d9f6ecf2
update testing for modeling prompt depth anything
357cc122
update testing for image_processing_prompt_depth_anything
f79f9120
fix assertion in image_processing_prompt_depth_anything
2aa3363b
haotongl
requested a review
from
qubvel
1 year ago
qubvel
commented on 2025-01-22
qubvel
commented on 2025-01-22
Update src/transformers/models/prompt_depth_anything/modular_prompt_d…
17bd1688
Update src/transformers/models/prompt_depth_anything/modular_prompt_d…
1d7a6d05
Update src/transformers/models/prompt_depth_anything/image_processing…
ab381cac
Update src/transformers/models/prompt_depth_anything/image_processing…
a509ad15
Update src/transformers/models/prompt_depth_anything/image_processing…
188b88d5
Update docs/source/en/model_doc/prompt_depth_anything.md
9d48d97c
Update docs/source/en/model_doc/prompt_depth_anything.md
c033e6cf
update some testing
c2693f8f
fix testing
d957f564
fix
b34e35a1
haotongl
requested a review
from
qubvel
1 year ago
qubvel
approved these changes on 2025-02-03
qubvel
removed review request
from
Rocketknight1
1 year ago
qubvel
removed review request
from
xenova
1 year ago
qubvel
removed review request
from
NielsRogge
1 year ago
qubvel
removed review request
from
ArthurZucker
1 year ago
qubvel
requested a review
from
ArthurZucker
1 year ago
add return doc for forward of prompt depth anything
27e2e494
Update src/transformers/models/prompt_depth_anything/modular_prompt_d…
cc9c0b75
Update tests/models/prompt_depth_anything/test_modeling_prompt_depth_…
e8ac5268
fix prompt depth order
0ffa3870
fix format for testing prompt depth anything
51acb23d
fix minor issues in prompt depth anything doc
149225b8
fix format for modular prompt depth anything
f0942579
revert format for modular prompt depth anything
a6089ff7
revert format for modular prompt depth anything
2caf27ca
Merge branch 'main' into modeling_prompt_depth_anything
2e957c41
update format for modular prompt depth anything
fca03fb0
fix parallel testing errors
f16f9b48
fix doc for prompt depth anything
47178a6d
Merge branch 'main' into modeling_prompt_depth_anything
d1b47938
ArthurZucker
approved these changes on 2025-03-19
qubvel
requested a review
from
qubvel
1 year ago
Add header
fe7ec93c
Fix imports
95abf260
Merge branch 'main' into pr/haotongl/35401
92b23f08
Licence header
e7330fcd
qubvel
merged
6515c259
into main
1 year ago
Login to write a write a comment.
Login via GitHub
Reviewers
ArthurZucker
stevhliu
qubvel
NielsRogge
xenova
Assignees
No one assigned
Labels
New model
Vision
run-slow
Milestone
No milestone
Login to write a write a comment.
Login via GitHub