towhee
/
efficientnet-image-embedding
copied
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Readme
Files and versions
14 lines
269 B
14 lines
269 B
4 years ago
|
name: 'efficientnet-embedding'
|
||
|
labels:
|
||
|
recommended_framework: pytorch1.2.0
|
||
|
class: image-embedding
|
||
|
others: efficientnet
|
||
|
operator: 'towhee/efficientnet-embedding'
|
||
|
init:
|
||
|
model_name: str
|
||
|
call:
|
||
|
input:
|
||
|
img_path: str
|
||
|
output:
|
||
|
feature_vector: numpy.ndarray
|