Lei Yang
408d92bcbe
revise docstr of alexnet to correct input_size ( #26 )
2020-08-12 16:14:19 +08:00
Lei Yang
c905decddf
Resize according to short edge ( #22 )
...
* resize according to short edge
* revise doc for resize
* fix unitest for resize
* resize short_edge when second value of size is -1
* rename short_edge to short_side
2020-08-11 16:04:45 +08:00
Lei Yang
3e2d3d726a
Merge pull request #21 from yl-1993/dev/resize_backend
...
Add PIL backend for resize transform
2020-08-07 21:50:51 +08:00
yl-1993
0009591aa3
add unittest for backends
2020-08-05 16:53:35 +08:00
yl-1993
a0c814fecd
add doc for backend
2020-08-05 15:35:40 +08:00
Lei Yang
360ae80591
rename detectors to classifiers ( #19 )
2020-08-05 00:43:13 +08:00
yl-1993
7d1edd03c6
revise a part of configs to pil resize
2020-08-03 12:54:58 +08:00
yl-1993
8af1537569
add pil resize configs
2020-08-03 12:54:08 +08:00
yl-1993
34efbc8a9d
add pil backend for resize
2020-08-03 12:52:35 +08:00
Lei Yang
557a364d25
replace urlretrieve with urlopen ( #13 )
2020-07-27 22:20:03 +08:00
Lei Yang
8e1ef6af26
rm bibtex and contact ( #15 )
2020-07-27 22:18:05 +08:00
LiJiezhi
8247704afc
Update README.md ( #7 )
2020-07-21 19:28:50 +08:00
Lei Yang
22632ae24c
correct module name from mmdet to mmcls ( #8 )
2020-07-21 19:28:14 +08:00
Kai Chen
0fb9b2f140
Update readme ( #3 )
...
* add badges and license
* minor format
2020-07-13 12:55:34 +08:00
Kai Chen
18c5dfc5f9
Merge pull request #2 from yl-1993/fix/docs
...
Add requirements during readthedocs build
2020-07-13 01:33:22 +08:00
yl-1993
f599e1ce3d
add .readthedocs.yml
2020-07-13 01:08:40 +08:00
yl-1993
41fae9b66b
add docs conf
2020-07-13 00:47:13 +08:00
yl-1993
670ef43d49
rm gitlab-ci
2020-07-12 23:33:52 +08:00
yl-1993
71e3b86ed3
add github action (manually squash)
2020-07-12 00:07:05 +08:00
yl-1993
4e6875d44e
add index.rst for readthedocs
2020-07-12 00:06:57 +08:00
yanglei
5c88675a71
Add configs for MNIST, CIFAR10 and ImageNet
2020-07-12 00:06:57 +08:00
yanglei
563fa63d06
Add model_zoo docs
2020-07-12 00:06:57 +08:00
yanglei
9a661ef981
Add ResNet_CIFAR
2020-07-12 00:06:56 +08:00
yanglei
e29882c8af
fix old register
2020-07-12 00:06:56 +08:00
lixiaojie
c1d0090700
Change the init_weight for shufflenet models
2020-07-12 00:06:56 +08:00
yanglei
6968ad5b3b
Add RandomFlip
2020-07-12 00:06:56 +08:00
yanglei
45812e87bd
add weighted_loss
2020-07-12 00:06:55 +08:00
lixiaojie
1d5f3d8c24
update shufflenet_v1
2020-07-12 00:06:55 +08:00
lixiaojie
f6260b33bf
Add RandomCrop, RandomResizedCrop, RandomGrayscale, impad
2020-07-12 00:06:55 +08:00
yanglei
4bc2268f48
Add tutorial docs
2020-07-12 00:06:54 +08:00
yanglei
53f5568119
Add README
2020-07-12 00:06:54 +08:00
yanglei
8995e16834
Add AlexNet and LeNet5
2020-07-12 00:06:54 +08:00
yanglei
85399b397d
Add installation docs
2020-07-12 00:06:53 +08:00
yanglei
cf3a530c73
Add two useful tools from mmdet
2020-07-12 00:06:53 +08:00
yanglei
d967b94439
Add getting_started docs
2020-07-12 00:06:53 +08:00
yanglei
fbc68bf266
Add classifiers, heads, necks and losses
2020-07-07 19:32:06 +08:00
yanglei
7255f9298e
Merge branch 'dev/aug_resize_centercrop' into 'master'
...
Add Resize and CenterCrop
See merge request open-mmlab/mmclassification!27
2020-07-07 17:07:58 +08:00
yanglei
910d13330a
Add Resize and CenterCrop
2020-07-07 17:07:58 +08:00
chenkai
7fa4d633cb
Merge branch 'fix/seresnext' into 'master'
...
Fix the mid_channels of SEResNeXt
See merge request open-mmlab/mmclassification!36
2020-07-07 11:25:48 +08:00
yanglei
17092d8be4
Fix the mid_channels of SEResNeXt
2020-07-07 11:25:48 +08:00
chenkai
9b0df9ea12
Merge branch 'fix/test_dataset' into 'master'
...
fix test_dataset
See merge request open-mmlab/mmclassification!29
2020-07-06 00:43:22 +08:00
yanglei
f9b1f18f28
fix test_dataset
2020-07-06 00:43:22 +08:00
chenkai
a33b7aa91d
Merge branch 'dev_mobilenetv2' into 'master'
...
add mobilenetv2 convert code
See merge request open-mmlab/mmclassification!34
2020-07-05 21:59:22 +08:00
lixiaojie
eb24a94b68
add mobilenetv2 convert code
2020-07-05 21:59:22 +08:00
chenkai
a19d5c4105
Merge branch 'fix/rm-tqdm' into 'master'
...
use mmcv.ProgressBar to replace tqdm
See merge request open-mmlab/mmclassification!35
2020-07-05 21:57:42 +08:00
yanglei
f45dc9541b
use mmcv.ProgressBar to replace tqdm
2020-07-05 21:57:42 +08:00
chenkai
d7c4f4faf9
Merge branch 'fix/isort' into 'master'
...
Use isort==4.3.21 for linting
See merge request open-mmlab/mmclassification!32
2020-07-05 19:44:32 +08:00
yanglei
954b32330c
use isort==4.3.21 for linting
2020-07-05 18:15:38 +08:00
chenkai
29b5446c92
Merge branch 'dev_shufflenetv2' into 'master'
...
add shufflenet_v2 convert code
See merge request open-mmlab/mmclassification!28
2020-07-03 19:21:18 +08:00
lixiaojie
046aa5c003
add shufflenet_v2 convert code
2020-07-03 19:21:18 +08:00