Browse Source
add
Signed-off-by: xujinling <jinling.xu@zilliz.com>
main
xujinling
3 years ago
1 changed files with
1 additions and
1 deletions
-
frozen_in_time.py
|
@ -14,7 +14,7 @@ |
|
|
import numpy |
|
|
import numpy |
|
|
import numpy as np |
|
|
import numpy as np |
|
|
import torch |
|
|
import torch |
|
|
|
|
|
|
|
|
|
|
|
import os |
|
|
from typing import List, Union |
|
|
from typing import List, Union |
|
|
from torchvision import transforms |
|
|
from torchvision import transforms |
|
|
from towhee.models import frozen_in_time |
|
|
from towhee.models import frozen_in_time |
|
|