Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shengyi-qian
/
3DOI
like
28
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
5b046eb
3DOI
/
monoarti
/
detr
/
__init__.py
shengyi-qian
init
9afcee2
almost 2 years ago
raw
Copy download link
history
blame
Safe
143 Bytes
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
from
.detr
import
build
def
build_model
(
args
):
return
build(args)