mirror of
https://github.com/JDAI-CV/fast-reid.git
synced 2025-06-03 14:50:47 +08:00
13 lines
161 B
YAML
13 lines
161 B
YAML
_BASE_: Base-SBS.yml
|
|
|
|
MODEL:
|
|
META_ARCHITECTURE: MGN
|
|
|
|
FREEZE_LAYERS: [backbone, b1, b2, b3,]
|
|
|
|
BACKBONE:
|
|
WITH_NL: False
|
|
|
|
HEADS:
|
|
EMBEDDING_DIM: 256
|