Commit Graph

126 Commits (54f96ba78ad087c7110bafe2132a91536f0b5a01)

Author SHA1 Message Date
Xingyu Liao adbc8185db
update cross-domain results
Reviewed by: l1aoxingyu
2020-05-27 22:44:50 +08:00
liaoxingyu fbbd76b21f update readme in DSR 2020-05-27 22:43:20 +08:00
liaoxingyu 2e09f424a5 fix typro
Summary: fix typro in HAA
2020-05-27 22:41:12 +08:00
liaoxingyu 90b0140497 update DSR projects
Summary: update DSR README and experiment results
2020-05-27 22:39:21 +08:00
zkcys001 4f03f384d3 Upload Readme in cross-domain person re-ID 2020-05-27 22:35:17 +08:00
xbq1994 11f388781c
Create Readme.md 2020-05-27 22:27:33 +08:00
liaoxingyu 95e8a02b2a feat: partial reid first commit 2020-05-21 23:58:35 +08:00
liaoxingyu cd7a4e9be7 add projects folder 2020-05-14 12:52:50 +08:00
liaoxingyu fcc1e04f5c style(model_zoo): add bot, agw, sbs as built-in model 2020-05-01 09:56:33 +08:00
liaoxingyu 18fd7faff7 docs(stronger baseline): update stronger baseline results
update stronger baseline results on Market1501, DukeMTMC and MSMT17
2020-04-28 21:02:21 +08:00
liaoxingyu 10567bd026 feat(stronger baseline): add solid tricks for a stronger baseline
add 7 tricks on top of BagofTricks, check it in projects/StrongerBaseline/README.md
2020-04-28 11:53:26 +08:00
liaoxingyu bb50b6c5a7 docs($projects): update agw readme 2020-04-21 11:35:54 +08:00
liaoxingyu 325854c327 style(projects/bagtricks)
remove export to tensorflow temporarily
2020-04-20 11:03:27 +08:00
liaoxingyu 95a3c62ad2 refactor(fastreid)
refactor architecture
2020-04-20 10:59:29 +08:00
liaoxingyu 91dc9bc71f Merge branch 'master' of github.com:L1aoXingyu/fast-reid
 Conflicts:
	fastreid/config/defaults.py
	fastreid/layers/gem_pool.py
	fastreid/modeling/backbones/resnet.py
	fastreid/modeling/heads/__init__.py
	fastreid/modeling/heads/build.py
	fastreid/modeling/losses/build.py
	fastreid/modeling/meta_arch/__init__.py
	fastreid/modeling/meta_arch/abd_network.py
	fastreid/modeling/meta_arch/baseline.py
	fastreid/modeling/meta_arch/bdb_network.py
	fastreid/modeling/meta_arch/mf_network.py
	projects/StrongBaseline/configs/Base-Strongbaseline.yml
	projects/StrongBaseline/configs/baseline_dukemtmc.yml
	projects/StrongBaseline/train_net.py
2020-03-25 11:05:28 +08:00
liaoxingyu 23bedfce12 update version0.2 code 2020-03-25 10:58:26 +08:00
L1aoXingyu b2076fa39d 1. Update cython code for computing mINP 2020-03-16 15:29:01 +08:00
L1aoXingyu acf363c181 1. Change loss function as a build-in attributes of heads
2. Update agw and bagtricks result
2020-03-16 15:23:09 +08:00
L1aoXingyu 12957f66aa Change architecture:
1. delete redundant preprocess
2. add data prefetcher to accelerate data loading
3. fix minor bug of triplet sampler when only one image for one id
2020-02-18 21:01:23 +08:00
L1aoXingyu e01d9b241f Update AGW baseline result 2020-02-13 20:37:08 +08:00
L1aoXingyu 327d74ffbb Update strong baseline result
Change data sampler
2020-02-13 00:19:15 +08:00
L1aoXingyu a2f69d0537 Update StrongBaseline results for market1501 and dukemtmc 2020-02-11 22:38:40 +08:00
L1aoXingyu 8a9c0ccfad Finish first version for fastreid 2020-02-10 22:13:04 +08:00
L1aoXingyu db6ed12b14 Update sampler code 2020-02-10 07:38:56 +08:00
liaoxingyu 71950d2c09 1. Fix evaluation code
2. Finish multi-dataset evaluation
3. Decouple image preprocess and output postprocess with model forward for DataParallel training
4. Finish build backbone registry
5. Fix dataset sampler
2020-01-21 20:24:26 +08:00
liaoxingyu b761b656f3 Finish basic training loop and evaluation results 2020-01-20 21:33:37 +08:00