Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
MLVKU
/
Human_Object_Interaction
like
1
Runtime error
App
Files
Files
Community
9586537
Human_Object_Interaction
/
hotr
/
models
/
__init__.py
root
initial commit
5e0b9df
over 2 years ago
raw
Copy download link
history
blame
Safe
141 Bytes
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
from
.detr
import
build
def
build_model
(
args
):
return
build(args)