Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MLVKU
/
Human_Object_Interaction
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9a77820
Human_Object_Interaction
/
hotr
/
models
/
__init__.py
root
initial commit
5e0b9df
almost 3 years ago
raw
Copy download link
history
blame
Safe
Wrap lines
141 Bytes
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
from
.detr
import
build
def
build_model
(
args
):
return
build(args)