mirror of
https://github.com/JDAI-CV/fast-reid.git
synced 2025-06-03 06:39:30 +08:00
20 lines
274 B
YAML
20 lines
274 B
YAML
_BASE_: "Base-bagtricks.yml"
|
|
|
|
MODEL:
|
|
BACKBONE:
|
|
WITH_NL: True
|
|
|
|
HEADS:
|
|
POOL_LAYER: "gempool"
|
|
|
|
LOSSES:
|
|
NAME: ("CrossEntropyLoss", "TripletLoss")
|
|
CE:
|
|
EPSILON: 0.1
|
|
SCALE: 1.0
|
|
|
|
TRI:
|
|
MARGIN: 0.0
|
|
HARD_MINING: False
|
|
SCALE: 1.0
|