This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
modelscope
/
ModelScope
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
[to
#42322933
] add license header for image_reid_person
Link:
https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10190901
master
lee.lcy
yingda.chen
3 years ago
parent
4c26a5a757
commit
9e66f64858
3 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modelscope/models/cv/image_reid_person/pass_model.py
+1
-1
modelscope/models/cv/image_reid_person/transreid_model.py
+1
-0
modelscope/pipelines/cv/image_reid_person_pipeline.py
+ 1
- 1
modelscope/models/cv/image_reid_person/pass_model.py
View File
@@ -1,4 +1,4 @@
# The implementation is a
lso open-sourced by the authors as PASS-reID, and is available publicly on
# The implementation is a
dopted from PASS-reID, made pubicly available under the Apache-2.0 License at
# https://github.com/CASIA-IVA-Lab/PASS-reID
import os
+ 1
- 1
modelscope/models/cv/image_reid_person/transreid_model.py
View File
@@ -1,4 +1,4 @@
# The implementation is a
lso open-sourced by the authors as PASS-reID, and is available publicly on
# The implementation is a
dopted from PASS-reID, made pubicly available under the Apache-2.0 License at
# https://github.com/CASIA-IVA-Lab/PASS-reID
import collections.abc as container_abcs
+ 1
- 0
modelscope/pipelines/cv/image_reid_person_pipeline.py
View File
@@ -1,3 +1,4 @@
# Copyright (c) Alibaba, Inc. and its affiliates.
import math
import os
from typing import Any, Dict
Write
Preview
Loading…
Cancel
Save