Logo
Explore Help
Register Sign In
mirrors/fast-reid
1
0
Fork 0
You've already forked fast-reid
mirror of https://github.com/JDAI-CV/fast-reid.git synced 2025-06-03 14:50:47 +08:00
Code Issues Projects Releases Wiki Activity
fast-reid/projects/FastFace/fastface/config.py

19 lines
321 B
Python
Raw Normal View History

update fastreid v1.2 Summary: 1. refactor dataloader and heads 2. bugfix in fastattr, fastclas, fastface and partialreid 3. partial-fc supported in fastface
2021-04-02 21:33:13 +08:00
# encoding: utf-8
"""
@author: xingyu liao
@contact: sherlockliao01@gmail.com
"""
from fastreid.config import CfgNode as CN
def add_face_cfg(cfg):
_C = cfg
_C.DATASETS.REC_PATH = ""
Support amp and resume training in fastface AMP in partial-fc needs to be done only on backbone; In order to impl `resume training`, need to save & load different part of classifier weight in each GPU.
2021-05-31 17:30:43 +08:00
_C.MODEL.BACKBONE.DROPOUT = 0.
update fastreid v1.2 Summary: 1. refactor dataloader and heads 2. bugfix in fastattr, fastclas, fastface and partialreid 3. partial-fc supported in fastface
2021-04-02 21:33:13 +08:00
_C.MODEL.HEADS.PFC = CN({"ENABLED": False})
_C.MODEL.HEADS.PFC.SAMPLE_RATE = 0.1
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 342ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API