https://github.com/dmlc/gluon-cv

sort by:
Revision Author Date Message Commit Date
c4e2471 update url and test oom (#79) * rename param suggested by Tong * pylint * update url 01 May 2018, 00:03:02 UTC
2f5875e Add new resnet18 and resnet34 re-trained models and logs (#76) * add imagenet scripts to model zoo * more resnet results * add resnet v1 * fix table * fix table * fix table * add download * add new resnet18/34 models and logs * correct numbers * add resnet50 v1 logs 30 April 2018, 21:35:25 UTC
15ed8a4 Typo (#75) Fix typo 27 April 2018, 14:36:49 UTC
a1c0b74 Fix missing imports and undefined names (#73) 26 April 2018, 23:17:48 UTC
908a26b rename param suggested by Tong (#74) * rename param suggested by Tong 26 April 2018, 16:22:51 UTC
3811c07 add github source (#71) * add github source * Update index.rst 26 April 2018, 00:33:03 UTC
343e4e7 add imagenet scripts to model zoo (#70) * add imagenet scripts to model zoo * more resnet results * add resnet v1 * fix table * fix table * fix table * add download 25 April 2018, 22:32:33 UTC
ae63f94 add log (#69) 25 April 2018, 19:47:06 UTC
5ceb558 Issues of #59 (#68) * address some issue in #59 * fix link to model zoo * fix link 25 April 2018, 19:39:51 UTC
a026c44 fix imagenet demo training (#67) * improve imagenet scripts * add history plot utils * add history plot in cifar script * fix plot on server (no X) * half finished tutorial, needs pretrained model first * add best model saving for imagenet * fix bug * fix * fix * add demo * fix * add pretrained model accuracy * add pretrained resnet for cifar10 * add wrn pretrained-model * add pretrained model to wrn, modify demo * reorg scripts/classification * rename files, update doc * improve * add doc * change to rst * improve plot function * merge * move doc to script * reorg tutorial structure * restruct sphinx * add finetune * local changes * improve * fix * fix * fix plot * fix * fix demo * rename * add prepare data * fix finetune * change to minc data * fix augmentation * finish finetune minc 2500 * improve docs * add gitignore for docs/ * add finetune * rollback gitignore * fix * switch py code + cooments * fix * fix script * add cifar demo and finetune as py * mask transfer learning * improve doc * improve * improve * add runnable finetune tutorial * add comments to finetune tutorial * fix * fix * add imagenet training script, fix api doc * improve tutorial * improve * improve * refine cifar10 demo * add imagenet demo * improve cifar10 training * improve transfer learning * improve imagenet training * refine history plotting * fix * fix lint * add path to plot * fix * improve * improve script readme * ordering title, improve model zoo table * improve table * re-define example sort key * fix * test table * fix table * narrower table * narrow * test adding link * fix large table * narrow * add hint * fix * refine hint * fix download link * fix table * fix ade20k table * fix * fix imagenet demo 25 April 2018, 17:58:57 UTC
1a62e32 upload to s3://gluon-cv.mxnet.io/ 25 April 2018, 07:35:11 UTC
c205a2b fix rst table for imagenet model zoo (#65) * improve imagenet scripts * add history plot utils * add history plot in cifar script * fix plot on server (no X) * half finished tutorial, needs pretrained model first * add best model saving for imagenet * fix bug * fix * fix * add demo * fix * add pretrained model accuracy * add pretrained resnet for cifar10 * add wrn pretrained-model * add pretrained model to wrn, modify demo * reorg scripts/classification * rename files, update doc * improve * add doc * change to rst * improve plot function * merge * move doc to script * reorg tutorial structure * restruct sphinx * add finetune * local changes * improve * fix * fix * fix plot * fix * fix demo * rename * add prepare data * fix finetune * change to minc data * fix augmentation * finish finetune minc 2500 * improve docs * add gitignore for docs/ * add finetune * rollback gitignore * fix * switch py code + cooments * fix * fix script * add cifar demo and finetune as py * mask transfer learning * improve doc * improve * improve * add runnable finetune tutorial * add comments to finetune tutorial * fix * fix * add imagenet training script, fix api doc * improve tutorial * improve * improve * refine cifar10 demo * add imagenet demo * improve cifar10 training * improve transfer learning * improve imagenet training * refine history plotting * fix * fix lint * add path to plot * fix * improve * improve script readme * ordering title, improve model zoo table * improve table * re-define example sort key * fix * test table * fix table * narrower table * narrow * test adding link * fix large table * narrow * add hint * fix * refine hint * fix download link * fix table * fix ade20k table * fix 25 April 2018, 06:36:14 UTC
b31189f detection (#61) * doc improvement * rename to gluoncv * rename gv to gcv * datasets revision * fix * fix * fix 25 April 2018, 06:00:22 UTC
9259073 fix todo temporarily (#64) 24 April 2018, 21:30:36 UTC
f61c32d fix link, add examples * fix link * rm target transform * add segmentation dataloader example * add examples * a few example * fix folder 24 April 2018, 19:07:52 UTC
126eedd clean docs (#62) 24 April 2018, 06:55:42 UTC
56f1326 improve docs con't (#57) * docs * reorder * rename titles for orders * fix link format * add a space * fix typo * make clean docs * fix fromarray * mark expected failure * jenkins * fix warnings * expected failures 24 April 2018, 06:18:50 UTC
1d0672c Fix ADE20K demo (#60) 24 April 2018, 06:06:14 UTC
494bf73 Add Google analytics (#58) * Create google_analytics.js * Update conf.py 24 April 2018, 04:56:19 UTC
9300bb5 detection (#56) 24 April 2018, 02:25:04 UTC
e68b46c add download link and training command (#55) 24 April 2018, 01:42:10 UTC
f0eebf0 pypi (#54) 24 April 2018, 00:52:46 UTC
09139bd Model zoo for classification (#53) * improve imagenet scripts * add history plot utils * add history plot in cifar script * fix plot on server (no X) * half finished tutorial, needs pretrained model first * add best model saving for imagenet * fix bug * fix * fix * add demo * fix * add pretrained model accuracy * add pretrained resnet for cifar10 * add wrn pretrained-model * add pretrained model to wrn, modify demo * reorg scripts/classification * rename files, update doc * improve * add doc * change to rst * improve plot function * merge * move doc to script * reorg tutorial structure * restruct sphinx * add finetune * local changes * improve * fix * fix * fix plot * fix * fix demo * rename * add prepare data * fix finetune * change to minc data * fix augmentation * finish finetune minc 2500 * improve docs * add gitignore for docs/ * add finetune * rollback gitignore * fix * switch py code + cooments * fix * fix script * add cifar demo and finetune as py * mask transfer learning * improve doc * improve * improve * add runnable finetune tutorial * add comments to finetune tutorial * fix * fix * add imagenet training script, fix api doc * improve tutorial * improve * improve * refine cifar10 demo * add imagenet demo * improve cifar10 training * improve transfer learning * improve imagenet training * refine history plotting * fix * fix lint * add path to plot * fix * improve * improve script readme * ordering title, improve model zoo table * improve table * re-define example sort key * fix * test table * fix table * narrower table * narrow * test adding link * fix large table * narrow * add hint * fix * refine hint * fix download link 24 April 2018, 00:52:33 UTC
1b2c062 Model Zoo for Classification (#52) * improve imagenet scripts * add history plot utils * add history plot in cifar script * fix plot on server (no X) * half finished tutorial, needs pretrained model first * add best model saving for imagenet * fix bug * fix * fix * add demo * fix * add pretrained model accuracy * add pretrained resnet for cifar10 * add wrn pretrained-model * add pretrained model to wrn, modify demo * reorg scripts/classification * rename files, update doc * improve * add doc * change to rst * improve plot function * merge * move doc to script * reorg tutorial structure * restruct sphinx * add finetune * local changes * improve * fix * fix * fix plot * fix * fix demo * rename * add prepare data * fix finetune * change to minc data * fix augmentation * finish finetune minc 2500 * improve docs * add gitignore for docs/ * add finetune * rollback gitignore * fix * switch py code + cooments * fix * fix script * add cifar demo and finetune as py * mask transfer learning * improve doc * improve * improve * add runnable finetune tutorial * add comments to finetune tutorial * fix * fix * add imagenet training script, fix api doc * improve tutorial * improve * improve * refine cifar10 demo * add imagenet demo * improve cifar10 training * improve transfer learning * improve imagenet training * refine history plotting * fix * fix lint * add path to plot * fix * improve * improve script readme * ordering title, improve model zoo table * improve table * re-define example sort key * fix * test table * fix table * narrower table * narrow * test adding link * fix large table * narrow * add hint * fix 24 April 2018, 00:07:59 UTC
e0db491 revision of classification (#50) * revision of classification * fix 23 April 2018, 21:32:44 UTC
e4d4043 model_zoo and minor fixes (#51) * fix lr decay * model zoo * fixes * fix lint * fix lint * fix typo * fix multiple docs 23 April 2018, 21:10:02 UTC
dfac51f [Do Not Merge] New train and test scipts (#46) new scripts 23 April 2018, 16:38:20 UTC
fa2144e Doc improvement (#48) * improve imagenet scripts * add history plot utils * add history plot in cifar script * fix plot on server (no X) * half finished tutorial, needs pretrained model first * add best model saving for imagenet * fix bug * fix * fix * add demo * fix * add pretrained model accuracy * add pretrained resnet for cifar10 * add wrn pretrained-model * add pretrained model to wrn, modify demo * reorg scripts/classification * rename files, update doc * improve * add doc * change to rst * improve plot function * merge * move doc to script * reorg tutorial structure * restruct sphinx * add finetune * local changes * improve * fix * fix * fix plot * fix * fix demo * rename * add prepare data * fix finetune * change to minc data * fix augmentation * finish finetune minc 2500 * improve docs * add gitignore for docs/ * add finetune * rollback gitignore * fix * switch py code + cooments * fix * fix script * add cifar demo and finetune as py * mask transfer learning * improve doc * improve * improve * add runnable finetune tutorial * add comments to finetune tutorial * fix * fix * add imagenet training script, fix api doc * improve tutorial * improve * improve * refine cifar10 demo * add imagenet demo * improve cifar10 training * improve transfer learning * improve imagenet training * refine history plotting * fix * fix lint * add path to plot * fix * improve * improve script readme 22 April 2018, 23:57:19 UTC
0373791 [In Progress] Tutorial on ImageNet Training (#45) * improve imagenet scripts * add history plot utils * add history plot in cifar script * fix plot on server (no X) * half finished tutorial, needs pretrained model first * add best model saving for imagenet * fix bug * fix * fix * add demo * fix * add pretrained model accuracy * add pretrained resnet for cifar10 * add wrn pretrained-model * add pretrained model to wrn, modify demo * reorg scripts/classification * rename files, update doc * improve * add doc * change to rst * improve plot function * merge * move doc to script * reorg tutorial structure * restruct sphinx * add finetune * local changes * improve * fix * fix * fix plot * fix * fix demo * rename * add prepare data * fix finetune * change to minc data * fix augmentation * finish finetune minc 2500 * improve docs * add gitignore for docs/ * add finetune * rollback gitignore * fix * switch py code + cooments * fix * fix script * add cifar demo and finetune as py * mask transfer learning * improve doc * improve * improve * add runnable finetune tutorial * add comments to finetune tutorial * fix * fix * add imagenet training script, fix api doc * improve tutorial * improve * improve 21 April 2018, 00:00:49 UTC
45295ca update tutorials (#47) * ssd save training log, fix lr-decay * fix * backup * ssd advanced tutorials * fix some TODOs, more to be done * update tutorial 20 April 2018, 23:36:01 UTC
484557c improve imagenet training script 20 April 2018, 23:18:58 UTC
2bff181 data api (#41) * data api * update dataloader 20 April 2018, 05:56:32 UTC
3fc4d99 [In Progress] Adding tutorial on transfer learning (#43) * improve imagenet scripts * add history plot utils * add history plot in cifar script * fix plot on server (no X) * half finished tutorial, needs pretrained model first * add best model saving for imagenet * fix bug * fix * fix * add demo * fix * add pretrained model accuracy * add pretrained resnet for cifar10 * add wrn pretrained-model * add pretrained model to wrn, modify demo * reorg scripts/classification * rename files, update doc * improve * add doc * change to rst * improve plot function * merge * move doc to script * reorg tutorial structure * restruct sphinx * add finetune * local changes * improve * fix * fix * fix plot * fix * fix demo * rename * add prepare data * fix finetune * change to minc data * fix augmentation * finish finetune minc 2500 * improve docs * add gitignore for docs/ * add finetune * rollback gitignore * fix * switch py code + cooments * fix * fix script * add cifar demo and finetune as py * mask transfer learning * improve doc * improve * improve * add runnable finetune tutorial * add comments to finetune tutorial * fix * fix 20 April 2018, 00:46:03 UTC
1484931 Update Jenkinsfile (#42) * Update Jenkinsfile * Update Jenkinsfile 19 April 2018, 23:27:49 UTC
419afe5 4 tutorials in classification, the one on transfer learning is masked () 4 tutorials in classification, the one on transfer learning is masked 19 April 2018, 22:08:54 UTC
50e8670 move note -> hint (#39) 19 April 2018, 18:33:51 UTC
ce3634e update demo_ssd.py (#37) * update demo_ssd.py * fix error 19 April 2018, 17:12:27 UTC
706e6dd Segmentation Tutorials and ADE20K dataset (#32) 19 April 2018, 03:50:37 UTC
d15a42d change random plot_bbox if number of class is known (#36) 18 April 2018, 23:31:20 UTC
d7115de [Do not merge] Model store update (#33) Model store update, doc reorg 18 April 2018, 22:40:29 UTC
b51d8f8 update pascal_voc tutorial (#35) * update pascal_voc * fix XXX * update bbox * typo fix 18 April 2018, 22:23:21 UTC
49e47a5 clean (#34) * remove docs/experiments/ * remove get_started 18 April 2018, 19:41:26 UTC
16d4d4d Update demo_ssd.py 18 April 2018, 17:32:41 UTC
febde4a sphinx gallery (#31) * compress imagenet mapping pickle * add model zoo unittest * organize tutorials * fix * prepare datasets before docs * Update Jenkinsfile 18 April 2018, 17:10:07 UTC
5a0c55a improved classfication tutorials (#26) * improve imagenet scripts * add history plot utils * add history plot in cifar script * fix plot on server (no X) * half finished tutorial, needs pretrained model first * add best model saving for imagenet * fix bug * fix * fix * add demo * fix * add pretrained model accuracy * add pretrained resnet for cifar10 * add wrn pretrained-model * add pretrained model to wrn, modify demo * reorg scripts/classification * rename files, update doc * improve * add doc * change to rst * improve plot function * merge * move doc to script * reorg tutorial structure * restruct sphinx * add finetune * local changes * improve * fix * fix * fix plot * fix * fix demo * rename 18 April 2018, 00:23:02 UTC
5689ac0 Update Jenkinsfile (#30) 18 April 2018, 00:00:05 UTC
db06f8e prepare ade20k dataset && update docs (#28) ade20k dataset 17 April 2018, 23:23:39 UTC
93d0cac Update Jenkinsfile (#25) * Update Jenkinsfile * Update Jenkinsfile * Update Jenkinsfile * Update Jenkinsfile * Update Jenkinsfile 17 April 2018, 22:39:58 UTC
386bdc5 update ci 17 April 2018, 21:43:46 UTC
97dfbba uninstall gluonvision in ci 17 April 2018, 21:41:50 UTC
97bb60b update ade20k.py doc (#24) 17 April 2018, 21:24:41 UTC
1c33f1b fcn and resnetv0 modelzoo, short tutorial (#23) * segmentation tutorial * install * fix doc display * add logo * ade20k dataset * ade20k * pylint * fix merging error * fix merging error * evaluation and test data * test mode okay * segmentation tutorial * link to doc * fix lint * lint * fix lint * short tutorial and fcn modelzoo 17 April 2018, 19:09:52 UTC
d4d14fb update voc doc (#22) 17 April 2018, 18:10:48 UTC
d4bcd1d update 17 April 2018, 16:33:25 UTC
ee2f2b8 update index, move api/python to api/ 17 April 2018, 16:26:51 UTC
f43867d add missing model zoo (#21) 16 April 2018, 22:47:17 UTC
f88f21e empty 16 April 2018, 22:27:27 UTC
a9a94c5 lint (#20) * fix lint 16 April 2018, 22:07:33 UTC
f1fd985 segmentation tutorial (#19) * segmentation tutorial * install * fix doc display * add logo * ade20k dataset * ade20k * pylint * fix merging error * fix merging error * evaluation and test data * test mode okay * segmentation tutorial * link to doc 16 April 2018, 21:47:30 UTC
63350b9 Rename Readme.txt to README.txt (#18) 16 April 2018, 21:37:53 UTC
41d1828 add model zoo to doc level 1 (#17) * clean error * add model zoo to doc * update awscli to fix problems 16 April 2018, 21:31:06 UTC
e7389b1 Merging cifar docs and updated conf.py for sphinx gallery (#16) * improve imagenet scripts * add history plot utils * add history plot in cifar script * fix plot on server (no X) * half finished tutorial, needs pretrained model first * add best model saving for imagenet * fix bug * fix * fix * add demo * fix * add pretrained model accuracy * add pretrained resnet for cifar10 * add wrn pretrained-model * add pretrained model to wrn, modify demo * reorg scripts/classification * rename files, update doc * improve * add doc * change to rst * improve plot function * merge * move doc to script * reorg tutorial structure * restruct sphinx 16 April 2018, 21:30:55 UTC
5767d1d update docs (#15) 15 April 2018, 22:54:16 UTC
b1533da ipython block not supported, switch to python (#14) * fix ipython3 * ipython not supported in code block 15 April 2018, 05:43:02 UTC
556661b fix ipython3 (#13) 15 April 2018, 05:23:50 UTC
982cd9b Fix docs (#12) * improve docs, fix issues mentioned * fix lint * backup * model store restock * docs and fix anchor clip * ssd demo * index.rst * fix warnings in docs * remove unused * fix lint 15 April 2018, 05:04:13 UTC
0a1264f improve docs, fix issues mentioned (#11) * improve docs, fix issues mentioned * fix lint 14 April 2018, 06:07:40 UTC
1a8a803 Merge branch 'master' of github.com:dmlc/gluon-vision 14 April 2018, 06:04:57 UTC
d140f5c rename 14 April 2018, 06:03:24 UTC
f33b686 rewrite imagenet 14 April 2018, 06:02:53 UTC
7edeffe ADE20K dataset (#10) * segmentation tutorial * install * fix doc display * add logo * ade20k dataset * ade20k * pylint * fix merging error * fix merging error 14 April 2018, 00:06:01 UTC
a93a964 Merge pull request #8 from zhreshold/ssd SSD related code refresh and few tutorials 13 April 2018, 21:54:54 UTC
5582a9a fix lint 13 April 2018, 21:39:13 UTC
1f9e760 ssd demo tutorial 13 April 2018, 21:32:54 UTC
a1ee90a Merge remote-tracking branch 'upstream/master' into ssd 13 April 2018, 21:14:30 UTC
986cef2 local clean and doc 13 April 2018, 21:13:46 UTC
35b7424 update 13 April 2018, 20:30:50 UTC
bbe99f8 more imagenet 13 April 2018, 20:21:12 UTC
772dc0e use sphnix gallary 13 April 2018, 19:04:49 UTC
98eae74 clean 13 April 2018, 18:37:30 UTC
8fbc8a0 nms top 400 13 April 2018, 06:54:14 UTC
cbd33eb revert slice_like 13 April 2018, 06:52:12 UTC
72907f7 use slice_like 13 April 2018, 06:39:27 UTC
028838f fix weight init 13 April 2018, 05:51:26 UTC
f992814 fix init 13 April 2018, 05:34:08 UTC
b69b332 ignore eval division by 0 13 April 2018, 05:20:43 UTC
0140c62 fix 13 April 2018, 05:08:19 UTC
a2be649 fix 13 April 2018, 04:59:46 UTC
9da2b60 Update imagenet-dataset.rst (#7) * Update imagenet-dataset.rst * Update imagenet-dataset.rst 13 April 2018, 03:59:08 UTC
917b275 clean up 12 April 2018, 23:12:44 UTC
3129658 Update and rename imagenet-dataset.md to imagenet-dataset.rst 12 April 2018, 22:58:06 UTC
ea5d645 fix various 12 April 2018, 22:53:07 UTC
912a9a9 add 12 April 2018, 22:17:54 UTC
0e3f275 update 12 April 2018, 22:09:11 UTC
bddb112 update 12 April 2018, 21:59:00 UTC
84cf23e more 12 April 2018, 20:56:30 UTC
791f218 update readme 12 April 2018, 20:49:07 UTC
135f6c4 update 12 April 2018, 20:20:57 UTC
3732348 update 12 April 2018, 20:11:35 UTC
5c4754b update 12 April 2018, 20:08:31 UTC
back to top