weijiang2024
commited on
Upload folder using huggingface_hub
Browse files
__pycache__/eval_fashion_person.cpython-311.pyc
CHANGED
Binary files a/__pycache__/eval_fashion_person.cpython-311.pyc and b/__pycache__/eval_fashion_person.cpython-311.pyc differ
|
|
utils/__pycache__/operate_tx.cpython-311.pyc
ADDED
Binary file (3.88 kB). View file
|
|
utils/utils.py
CHANGED
@@ -2,7 +2,7 @@ import PIL.Image as Image
|
|
2 |
import io
|
3 |
from collections import Counter
|
4 |
|
5 |
-
from mamasnowflake import *
|
6 |
|
7 |
|
8 |
# 根据两个点坐标截取人物画像图片
|
|
|
2 |
import io
|
3 |
from collections import Counter
|
4 |
|
5 |
+
from .mamasnowflake import *
|
6 |
|
7 |
|
8 |
# 根据两个点坐标截取人物画像图片
|