Kaiyang
4ebaeb993b
Merge pull request #218 from avn3r-dn/patch-1
...
Fix Visual Rank Video Reid Error
2019-08-23 22:00:29 +01:00
Abner Ayala-Acevedo
2383698d52
Fix Visual Rank Video Reid Error
...
Fix video reid error while making sure it still works for image reid.
When trying to save visual ranks for video reid. It crashes on statement `qdir = osp.join(save_dir, osp.basename(osp.splitext(qimg_path)[0]))` that is because qimg_path can be a tuple or list for video reid. Hence, osp.splittext gives error when input is not a str. To fix this I make sure that osp.splitext always gets pass an str regardless if we doing video or image reid.
Let me know if you have any questions.
2019-08-23 12:12:32 -07:00
KaiyangZhou
0f988683fe
update default parser
2019-08-22 23:37:29 +01:00
KaiyangZhou
a23817173c
upgrade to 0.9.3
2019-08-22 23:32:23 +01:00
KaiyangZhou
22752a20f4
add instruction re. tensorboard
2019-08-22 23:31:49 +01:00
KaiyangZhou
dbbd29443e
update readme
2019-08-22 23:31:34 +01:00
KaiyangZhou
e0eff2b84e
update readme
2019-08-22 23:18:56 +01:00
KaiyangZhou
a40ba19207
add cosine lr
2019-08-22 23:17:47 +01:00
KaiyangZhou
b5f98fcd93
add requirements for docs
2019-08-22 23:17:26 +01:00
KaiyangZhou
92f1ea215a
add tensorboard
2019-08-22 22:41:21 +01:00
KaiyangZhou
6180009ddc
ignore debug* files
2019-08-22 22:38:15 +01:00
KaiyangZhou
1558389f37
osnet.py: rename residual->identity; engine: add num_batches=len(dloader)
2019-08-21 23:02:05 +01:00
KaiyangZhou
a20f8a66bd
output_featuremaps_only -> return_featuremaps
2019-08-05 14:01:39 +01:00
KaiyangZhou
0224a5d433
update docs
2019-08-05 12:45:47 +01:00
KaiyangZhou
12150b5980
update readme
2019-08-04 22:24:02 +01:00
KaiyangZhou
d5863e0e82
0.9.1
2019-08-03 23:22:44 +01:00
KaiyangZhou
1732d9e5da
0.9.0
2019-08-03 23:15:42 +01:00
KaiyangZhou
e4fb577693
update docs for visrank and visactmap
2019-08-03 23:12:37 +01:00
KaiyangZhou
84249ad412
[update visactmap] change channel order
2019-08-03 23:01:21 +01:00
KaiyangZhou
d021fafff1
set visrank_topk=10 as default
2019-08-03 22:59:10 +01:00
KaiyangZhou
28189cf1a6
[update visrank] use grid_img instead of plt.imshow
2019-08-03 22:30:22 +01:00
KaiyangZhou
d72b85a1b8
set output_featuremaps_only=False in osnet
2019-08-03 21:52:52 +01:00
KaiyangZhou
a08a85d8e4
[update visactmap] use cv2.imwrite instead of pyplot
2019-08-03 21:42:50 +01:00
KaiyangZhou
7e0249a084
add output_featuremaps_only to foward() in osnet
2019-08-03 18:25:34 +01:00
KaiyangZhou
3d64d9eaed
add default font size to visactmap
2019-08-03 18:07:51 +01:00
KaiyangZhou
a6a5d39f68
print progress in visrank
2019-08-03 17:49:19 +01:00
KaiyangZhou
27d4f2f093
add visactmap code; upgrade visrank to plot single figure
2019-08-03 17:35:06 +01:00
KaiyangZhou
c809e361b7
add opencv and matplotlib to package requirements
2019-08-03 17:33:26 +01:00
KaiyangZhou
76acdc9612
rm duplicate link
2019-07-24 15:25:06 +01:00
KaiyangZhou
1c22498652
add cvpr19 links to awesome_reid
2019-07-23 22:16:45 +01:00
kaiyangzhou
d398e66b37
allow empty transforms
2019-07-17 12:45:58 +01:00
KaiyangZhou
6f9c61f336
update readme
2019-07-11 13:38:07 +01:00
KaiyangZhou
1f891c1b36
[upgrade] 0.8.0=>0.8.1
2019-07-08 15:47:56 +01:00
KaiyangZhou
9e418c0f5a
print resize(height, width)
2019-07-08 15:41:38 +01:00
KaiyangZhou
d20b63c1a0
resize image to target size
2019-07-05 09:05:03 +01:00
Kaiyang
499867535a
Merge pull request #202 from rick-hao/master
...
Update datamanager.py
2019-07-04 11:13:45 +01:00
Kaiyang
38b8352aaa
Merge pull request #201 from layumi/patch-1
...
Add link of CVPR19 paper
2019-07-04 11:12:31 +01:00
rick-hao
87fd094a2c
Update datamanager.py
2019-07-04 16:39:11 +10:00
Zhedong Zheng
e1ff7b0616
Add link of CVPR19 paper
...
Dear author, thank you for your great collection. I added my repo and paper link. Thanks a lot.
2019-07-04 12:08:48 +10:00
KaiyangZhou
65a8f44d80
[datamanager] add comment
2019-07-03 15:54:20 +01:00
KaiyangZhou
a2abaaf5d0
[docs] add osnet to pkg/models
2019-07-03 13:45:40 +01:00
KaiyangZhou
c4d0f2581e
update readme
2019-07-03 13:42:31 +01:00
KaiyangZhou
d3de7f291a
update readme
2019-07-03 13:41:17 +01:00
KaiyangZhou
6829805723
[version] 0.7.8 => 0.8.0
2019-07-03 13:40:23 +01:00
kaiyangzhou
60d27cf9e9
add osnet code
2019-07-03 13:37:25 +01:00
kaiyangzhou
6bbe432ff8
[model zoo] add model links
2019-07-03 13:37:16 +01:00
kaiyangzhou
709018d948
add argument 'transforms' to datamanager
2019-07-03 12:05:55 +01:00
KaiyangZhou
c1dd1b6f24
[model zoo] add osnet's result
2019-07-03 11:34:09 +01:00
KaiyangZhou
554807ad36
update mobilenetv2_1dot0 => mobilenetv2_x1_0 and the same for x1_4
2019-07-03 11:33:10 +01:00
KaiyangZhou
943c789d7c
print args line by line in alph order
2019-06-19 23:14:24 +01:00