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
commit
9e66f64858
3 changed files with 3 additions and 2 deletions
  1. +1
    -1
      modelscope/models/cv/image_reid_person/pass_model.py
  2. +1
    -1
      modelscope/models/cv/image_reid_person/transreid_model.py
  3. +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 also open-sourced by the authors as PASS-reID, and is available publicly on
# The implementation is adopted 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 also open-sourced by the authors as PASS-reID, and is available publicly on
# The implementation is adopted 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


Loading…
Cancel
Save