Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added: mobilenetv3 backbone #525

Merged
merged 1 commit into from
Jun 30, 2021
Merged

Added: mobilenetv3 backbone #525

merged 1 commit into from
Jun 30, 2021

Conversation

u7ko4
Copy link
Contributor

@u7ko4 u7ko4 commented Jun 28, 2021

No description provided.

@L1aoXingyu
Copy link
Member

Thanks for your contribution.
Have you tested this model's performance?

@u7ko4
Copy link
Contributor Author

u7ko4 commented Jun 30, 2021

Thanks for your contribution.
Have you tested this model's performance?

Yes, tested on Market1501 dataset result:

Dataset Rank-1 Rank-5 Rank-10 mAP mINP metric
Market1501 94.09 97.77 98.84 82.96 52.89 88.52

Config file:

_BASE_: ../Base-SBS.yml

MODEL:
  BACKBONE:
    NAME: build_mobilenetv3_backbone
    DEPTH: Large
    FEAT_DIM: 1280
    PRETRAIN: True

DATASETS:
  NAMES: ("Market1501",)
  TESTS: ("Market1501",)

INPUT:
  SIZE_TRAIN: [ 256, 128 ]
  SIZE_TEST: [ 256, 128 ]

OUTPUT_DIR: logs/market1501/mobilenetv3

@L1aoXingyu
Copy link
Member

cool!

@L1aoXingyu L1aoXingyu merged commit 44d1e04 into JDAI-CV:master Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants