Commit Graph

446 Commits (1d0851e8c4af54f01a8f39ad79f5af248fb4bcd8)
 

Author SHA1 Message Date
KaiyangZhou 1d0851e8c4 fix bug: add self.num_instances to ImageDataManger 2018-11-10 11:59:01 +00:00
KaiyangZhou 8c53007138 return (imgs, pids, camids, img_paths) for image dataloaders 2018-11-10 11:54:06 +00:00
KaiyangZhou db157c1345 update help comments for data_source 2018-11-10 11:53:25 +00:00
KaiyangZhou 80a26caf70 update readme: add keys to datasets 2018-11-10 11:49:34 +00:00
KaiyangZhou 7cec0167cd add ref to imagenet 2018-11-10 11:48:59 +00:00
KaiyangZhou 8cf3d06b2c update MODEL_ZOO: add models 2018-11-10 11:37:19 +00:00
KaiyangZhou 653894a18f update MODEL_ZOO.md 2018-11-09 22:38:45 +00:00
KaiyangZhou 4a2b98c3b7 update --eval-step to --eval-freq 2018-11-09 21:58:58 +00:00
KaiyangZhou 36baeebb7b update readme 2018-11-09 21:58:43 +00:00
KaiyangZhou 67e3564f54 update logo 2018-11-09 21:35:06 +00:00
KaiyangZhou fd231616c6 update readme: adjust image size 2018-11-09 18:08:10 +00:00
KaiyangZhou f355b4d532 update readme 2018-11-09 18:06:16 +00:00
KaiyangZhou 6d162f4578 add cute logo 2018-11-09 17:58:36 +00:00
KaiyangZhou 185da1cb54 update readme: add intro 2018-11-09 17:17:51 +00:00
KaiyangZhou f2767794b9 update readme 2018-11-09 17:07:29 +00:00
KaiyangZhou 2f3129ff5f update readme 2018-11-09 17:03:28 +00:00
KaiyangZhou 0545358b6f mv resnet50mid to reid-specific model list 2018-11-09 16:17:29 +00:00
KaiyangZhou fa1ba75eb0 update readme: add resnet50mid 2018-11-09 16:17:04 +00:00
KaiyangZhou c48c98956a update model zoo 2018-11-09 14:06:01 +00:00
KaiyangZhou f5f4a7b6c2 update readme: add paper links to datasets 2018-11-09 14:03:24 +00:00
KaiyangZhou e2dcecb95b reset MODEL_ZOO.md 2018-11-09 13:55:04 +00:00
KaiyangZhou 2a2d45b428 update DATASETS.md 2018-11-09 13:54:46 +00:00
KaiyangZhou f13170c460 update readme 2018-11-09 13:54:29 +00:00
KaiyangZhou dd7a794cc8 organize args for test settings 2018-11-09 13:54:18 +00:00
KaiyangZhou 9d1f313f4f add args.fixbase 2018-11-09 00:11:11 +00:00
KaiyangZhou b85e1b59d6 finalize fixbase functions 2018-11-09 00:02:46 +00:00
KaiyangZhou 54b92ee617 check if isinstance(model, nn.DataParallel) 2018-11-08 23:54:26 +00:00
KaiyangZhou 2bc29e37f5 fix bug 2018-11-08 23:09:33 +00:00
KaiyangZhou 205df55987 add fixbase functions (debug mode) 2018-11-08 23:04:50 +00:00
KaiyangZhou cac6d72a6d minor change: data_source (Dataset) -> data_source (list) 2018-11-08 22:34:24 +00:00
KaiyangZhou 9980b5378b add support for htri training 2018-11-08 22:02:53 +00:00
KaiyangZhou 131b476439 update variable names 2018-11-08 22:02:22 +00:00
KaiyangZhou 9de0dd10b5 update args.py: add train_sampler; pool -> pool-tracklet-features 2018-11-08 22:01:47 +00:00
KaiyangZhou 8230cc5e65 test.py -> debug.py 2018-11-08 21:43:36 +00:00
KaiyangZhou b16f175d7d add test.py to gitignore 2018-11-08 21:42:32 +00:00
KaiyangZhou 57682b768e add ranklogger; update variable names 2018-11-08 21:41:32 +00:00
KaiyangZhou 01fe76cf27 sample -> sample_method 2018-11-08 21:40:44 +00:00
KaiyangZhou e17bbcddf3 source/target -> source_names/target_names 2018-11-08 21:40:18 +00:00
KaiyangZhou 8bfdbe24d1 args.sample -> args.sample_method; source -> source_names; target -> target_names 2018-11-08 21:39:19 +00:00
KaiyangZhou c32cf80a9f add RankLogger 2018-11-08 21:38:22 +00:00
KaiyangZhou fdc451c0e5 add linear decay 2018-11-07 22:02:23 +00:00
KaiyangZhou 2d32f5b28a add warnings 2018-11-07 21:55:04 +00:00
KaiyangZhou e3ae601ffc mv KeyError to ValueError 2018-11-07 21:54:46 +00:00
KaiyangZhou 893152a335 adapt to changes in data_manager 2018-11-07 21:46:39 +00:00
KaiyangZhou 7b47e645e9 add property 2018-11-07 21:46:23 +00:00
KaiyangZhou 1f1f01669b change dataset to (query, gallery) 2018-11-07 21:45:48 +00:00
KaiyangZhou 137ef37df0 rm last comma 2018-11-07 20:49:51 +00:00
KaiyangZhou 3f9e20a55e change access to dataloaders in dm by class method 2018-11-07 20:48:21 +00:00
KaiyangZhou 506369f9ad correct test_batch to test_batch_size 2018-11-07 17:13:39 +00:00
KaiyangZhou e6464f3443 update args for dataset/optimizer 2018-11-07 17:09:23 +00:00