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

sort by:
Revision Author Date Message Commit Date
5677756 Update readme with AutoGluon (#1766) * introduce ag * fix opencv * fix * fix * test * test * test * test * fix * test * fix six * address comments Co-authored-by: Weisu Yin <weisy@amazon.com> 19 January 2023, 00:37:33 UTC
40a2165 Remove duplicate entry (#1753) 11 August 2022, 16:47:31 UTC
e5af5f7 Fix additional MXNet branding issues - remove MXNet logo from main page; change wording from 'powered by MXNet' to 'powered by Apache MXNet'. (#1747) 02 July 2022, 03:22:12 UTC
27b7c93 Update py3_mxnet_ci.yml (#1751) * fix * fix permission Co-authored-by: Weisu Yin <weisuyin96@gmail.com> 30 June 2022, 17:17:47 UTC
4e1d44d Add "Apache" MXNet (#1743) 19 May 2022, 22:22:09 UTC
896df4e Change CI to use OIDC (#1740) * update aws * fix * fix * test * fix * for quicker test * test * test * test * fix * fix * test * test * test * test * test * test * test * test * test * fix * update role Co-authored-by: Weisu Yin <weisuyin96@gmail.com> 30 March 2022, 18:36:41 UTC
0baa50a fix predict dim (#1739) Co-authored-by: Weisu Yin <weisuyin96@gmail.com> 29 March 2022, 02:45:07 UTC
dae504a Update build_test.yml (#1737) Fix github action injection vulnerable execution privilege 15 March 2022, 17:34:26 UTC
1653452 [Auto] Update timm (#1735) * update timm * timm version * trigger build Co-authored-by: Weisu Yin <weisuyin96@gmail.com> 07 March 2022, 22:44:25 UTC
161344e cpu pickle (#1731) Co-authored-by: Weisu Yin <weisuyin96@gmail.com> 18 February 2022, 05:33:46 UTC
aeca782 Add doublehead_rcnn detection module (#1726) * double head double head rcnn * doublehead rcnn doublehead rcnn detection model * Update doublehead_rcnn.py update * Update doublehead_rcnn.py modify define * upade readme * update information * update * doublehead_rcnn * doublehead_rcnn 02 February 2022, 20:45:58 UTC
709bc13 backbone shufflenet module (#1722) * test * shufflenet * support py3 * remove train log remove train log from readme * modify syntax error modify syntax error * check the syntax error modified the error 09 January 2022, 05:01:44 UTC
6818c32 [Auto] Add deprecation warning. Remove autogluon dependency from estimators (#1718) * deprecate * fix * fix lint Co-authored-by: Weisu Yin <weisuyin96@gmail.com> 21 December 2021, 21:45:32 UTC
3892d7e [Auto]Fix loading gpu trained estimator on cpu machine (#1717) * fix loading * fix * fix * fix * fix Co-authored-by: Ubuntu <ubuntu@ip-172-31-11-12.us-west-2.compute.internal> Co-authored-by: Weisu Yin <weisuyin96@gmail.com> 17 December 2021, 18:15:57 UTC
4bc42ba Update hrnet.py (#1713) Correct the trunk name in function "hrnet_w18_small_v2_s" 14 November 2021, 01:12:13 UTC
f22650a Auto torch improvements (#1697) * lr mult * add logger * fix lint * fix 06 August 2021, 05:53:35 UTC
593981e [auto] Fix timm loading (#1695) * fix loading * fix logger 03 August 2021, 21:34:00 UTC
aa7866c fix pickle error, more tolerant (#1692) 30 July 2021, 19:13:31 UTC
2a6be96 Torch regression (#1691) * torch regression * fix lint * fix metric * split tests 28 July 2021, 00:08:52 UTC
20c384a Fix torch predict proba (#1689) * fix torch predict_proba * fix * run nose sequential separate process * fix 27 July 2021, 01:02:18 UTC
05e7611 fix torch predict (#1688) 26 July 2021, 04:28:25 UTC
25a736c Fix hard dependency of auto task (#1687) * fix gdata import * fix training curve path * update default config for model 25 July 2021, 02:41:54 UTC
c29aea8 Torch auto classification task (#1686) * torch cls task * fix custom net * fix lint * add torch check on top timm check * fix mxnet requirement * fix mxnet import * fix relative import * hybrid test 24 July 2021, 05:15:28 UTC
f662dae Allow gluoncv.auto to work without mxnet (#1685) * optional import estimators * fix utils import * fix error message * fix tests * fix lint * fix 22 July 2021, 23:32:32 UTC
afbf792 Torch classification (#1683) * fit, init_network, init_trainer. resume_fit in progress * todo * dataset * fix config * train and validate * remove split * fix * train and val * save andd load * resume * cpu fix * save and load * ctx * fix * predict * waarning * predict feature * parallel * parallel and save load * disable ema * test * rmse metric and removed aug_splits * fix * fix epoch * lint fix * docstring * fix lint * fix * dependency * conflict * fix ci * fix save load * fix * custom net, disable ocustom optimizer, fix test OOM * fix lint * fix * fix * fix 22 July 2021, 17:19:59 UTC
33c0081 timm ci dep (#1684) 21 July 2021, 22:23:20 UTC
d48f07e fix load annotation from coco (#1679) 15 July 2021, 23:05:52 UTC
1a22e0c [auto] fix dataset agg in response to pandas>=1.3 (#1677) * fix dataset agg * lint * fix * skip voc seg * import 13 July 2021, 00:23:44 UTC
8c75fa7 [Auto] dataset: remove bad _metadata (#1672) * remove meta * fix split reset index * fix * fix test * fix test; mute warnings * fix show images 14 June 2021, 15:04:38 UTC
a169654 Add support for regression problems (#1667) * add regression * modify evaluate * . * remove accidentally commited file * works for regression and binary problems now * refactor codes * clean up codes * set default problem_type * modify error info * free base_estimator * fix * move problem_type arg to end * fix negative rmse & predict_proba * fix predict_proba * add ImagePrediction class * add newline to eof & set default fromlist to None * clean up * add ImagePredictionDataset * modify dataset class & add test case * clean up code * add space * free model_zoo * fix import Co-authored-by: Ubuntu <ubuntu@ip-172-31-13-7.ap-northeast-1.compute.internal> Co-authored-by: Joshua Z. Zhang <cheungchih@gmail.com> 10 June 2021, 19:56:55 UTC
978d460 fix nms (#1671) 09 June 2021, 21:46:34 UTC
ba36d1b Properly set context for detector network (#1670) 09 June 2021, 05:00:43 UTC
d4bb9a1 [Auto] Autogluon compatibility update (#1669) * move optional deps to extras * fix column name in csv * fix website install, fix tests * improve docs for from_folders, allow load without downloading * fix autogluon #1123 * add pil image predict in tests * update ci env * update ci env * fix * fix autogluon.core * fix gpu test * fix load_only and reset class * fix load only * fix centernet initialize * fix docs env 06 June 2021, 05:59:02 UTC
5292f70 Fix warmup for i3dslow family (#1666) * change warmup for i3dslow * rm load * try r2+1d 31 May 2021, 02:40:12 UTC
5464e2d Update stale.yml (#1662) 23 May 2021, 01:57:35 UTC
a5ef14b fix build docs exit condition (#1660) 15 May 2021, 02:56:10 UTC
ca18cec fix resnet divisible issue (#1658) 13 May 2021, 23:51:40 UTC
40c5c0e Stale (#1659) * add bot * test * add git stale action * try fix sphinx * fix * previous tool is outdated. updated the new instsallation guide 13 May 2021, 21:02:09 UTC
99e9a5f ONNX README (#1656) * add bot * test * Add mxnet operator reminder * file changed by mistake * file changed by mistake * file changed by mistake * add version 12 May 2021, 21:35:55 UTC
2e3d79e Issue bot (#1655) * add bot * test * done 06 May 2021, 06:56:11 UTC
c146d4f Bug fix and improvement (#1654) * topk * log * add logger 06 May 2021, 00:36:08 UTC
b638da1 [WIP] TVM compatible and Directpose (#1649) * init directpose * layers * update * fix inference * fix trace error * remove inplace write operations * debug tvm export * fix dynamic shape * add resnet50 directpose * custom fixed size relay nms * shape 736x1280 * fix * fix * fix keypoints channel swap * add data pipelines * detection/pose loaders * add train script * fix * update config * update config * update config * fix * fix * fix dataloader for pose * update dataset registry * config * update config * fix from_config * input configs * fix * override * add transform func * fix * fix optimizer * lr policy * fix augmentation * adet customization * fix * fix tensor list * fix training pipeline * fix * fix * fix * fix logging * setup logger * cached logger * fix logger * add eta * add validation * fix * pretrained weights * add evaluation * splits of val dataset * fix directpose output * fix * fix * fix tvm output * add checkpoint * fix mkdir * fix scheduler * add validation to tensorboard * update configs * split configs * visualize * fix demo * fix pylint * fix lint * fix lint, add unittests * fix pylint * fix torch relative modules * fix tests * fix tvm export * fix device * fix relay * fix sphinx gallery * address comments 04 May 2021, 16:47:54 UTC
ab03ca0 Dali usage (#1639) * Implementation of the use of DALI. * Default value for TRAIN_DATA_DIR changed * Installation of DALI moved into train_imagenet.py * Installation of DALI moved into parse_args(). * Changes, suggested by Yin Weisu Co-authored-by: andreii <andreii@nvidia.com> 12 April 2021, 16:53:33 UTC
758a529 TVM Docker Image and Tests (#1648) * tvm docker * tvm image done * add python binding * remove redundancy * tvm test * Enable llvm * rename graph_runtime to graph_executor * move import into function to avoid conflict * trigger workflow * add no cache to build image * ping tvm to a version. add version to pip packages 06 April 2021, 02:05:01 UTC
6fe5015 [auto] return Image predict proba (#1647) * add predict_proba * kwargs * fix * fix softmax * add test * fix lint 02 April 2021, 02:01:02 UTC
026d39c [Auto] Add early stopping strategies (#1641) * add early stopping * fix default type * add all * fix * fix pylint 27 March 2021, 05:23:10 UTC
cb6dae6 fix mnist link (#1638) 26 March 2021, 21:46:50 UTC
85013e9 fix df index (#1637) 25 March 2021, 23:49:42 UTC
07bc427 [Auto] improvements context when gpu involved, speed up predict for image classification (#1636) * add ctx cast * fix * debug * debug * fix * fix * batch predict * batch inference for predict * fix * simplify * fix * fix * fix * stack -> concat * fix * fix * fix * fix * fix * thread pool * thread pool * thread pool * use dataloader * use dataloader * flatten * fix * add tests * fix lint 25 March 2021, 04:39:45 UTC
0a85a2e [WIP] ONNX Export and Tests (#1629) * onnx * add list * Move inference up in README to highlight * Fix grammar * Created using Colaboratory * tool to scripts * rename * check link * check link * test all * add all notebooks. removed squeezenet 1.0 and alphapose 23 March 2021, 17:09:08 UTC
e9a96ed Auto dataset fix minor issues for loading dataframes (#1632) * fix minor issues * fix load in different ctx env * fix * fix * fix * fix ctx * fix test 14 March 2021, 07:31:08 UTC
3fd7cc4 bump up to 0.11 pre-release (#1631) 10 March 2021, 05:06:21 UTC
3862e2d Fix get_model (#1626) * fix get model bug * disable dp 02 March 2021, 18:37:34 UTC
22bde35 SMOT Tutorial (#1625) * readme change * readne * update tutorial 27 February 2021, 06:40:36 UTC
ec76b7d pytorch multigrid updates (#1620) * pytorch multigrid updates (1) modify config logic for multigrid usage, now support (a) open long cycle and short cycle independently. (b) define long cycle by users (2) rename multiGridSampler to multiGridHelper (3) re-implement code for computing batch len in multi grid scenario. * tiny bug fix * tiny bug fix Co-authored-by: Chunhui Liu <chunhliu@amazon.com> 26 February 2021, 21:48:08 UTC
5ec39fa SMOT support custom classes (#1624) * init * done * lint 26 February 2021, 21:06:23 UTC
10e17a1 Customize SMOT (#1616) * smotsmall * typo * clean * lint * lint * smot3rd * pretrained weights * lint * rm auto * disable auto 22 February 2021, 19:15:20 UTC
f91e161 [Auto] Fix estimators (#1619) * fix logdir after refit * final fit trial * fix * fix * fix tests 20 February 2021, 03:12:53 UTC
4280cb1 [Auto] fit time limit (#1615) * time_limit in training loops * test time_limit * fix * fix pass args * increase tic frequency * fix precise tics * fix speed tic * fix timelimit * per-trial based cache dir * fix * fix * fix * fix * final_fit * debug * fix * debug * debug * dd * dd * fix path * debug * fix * fix log file path if deleted * fix self config overwrite * fix * results * fix all * try reload mxnet in training * fix * fix timeout * fix * fix reload * fix * import os * fix task id * fix * fix doc * fix overhead * fix * fix lint * fix lint * fix tests * fix * disable hpo in tests 17 February 2021, 23:36:41 UTC
5db0943 fix workflow (#1614) 16 February 2021, 19:55:50 UTC
9abb030 [Auto]Add fit history and fix for image classification (#1613) * add hpo scripts * debug * fix mobilenet * add epochs * increase batch size * fix unicode * utf 8 encoding * filter history * add fit_history call * remove history of verbose searcher parameters 16 February 2021, 17:21:22 UTC
8477bf4 Auto module tutorials (#1611) * auto voc/coco * list dataset * fix * fix * fix * fix root * fix voc path * fix zipfile * add docs * add auto module to doc index * add readme * update tutorials * fix * add Dataset to Estimators * fix * fix cyclic import * avoid cyclic import * fix tutorial * fix evaluation * update * fix lint * reduce the num_trials * reduce batch size * fix * improve words 15 February 2021, 20:26:10 UTC
1ff5446 Move trainer.step() before metric.update to overlap between backward pass and allreduce (#1609) 10 February 2021, 21:28:12 UTC
6e2f9e2 Add weight init to TPN (#1605) 06 February 2021, 07:37:24 UTC
a553792 [Auto] add early termination (#1600) * add early termination * fix lint * fix if # samples < # ctx * fix batch size, gpu count, warnings * fix * try reduce oom by disable hybridization in frcnn * hybridization * wait all * fix lint * safe guard faster rcnn with too many gt in an image * fix validation max_gt * fix * fix max_num_gt loaded from pretrained 01 February 2021, 03:53:59 UTC
7f597e1 Update dataset_classification.py (#1599) The indexing of 1 is incorrect. Given a path, it will think the file name is the first thing in the path. To be consistent with line 174 I simply replaced 1 with -1. But can also use os.path.basename(sample).split(".")[0] I noticed this when I was using the feat_extract_pytorch.py in action_recognition, and tried to use my custom data paths in the txt file pointed to by VAL_ANNO_PATH in the configuration yaml files. 27 January 2021, 17:57:19 UTC
2672f9a Add `max_reward` to auto task schedulers (#1598) * max_reward * Trigger Build 27 January 2021, 00:13:31 UTC
00f0a91 Auto module update (#1596) * fix minor issues * allow numpy ndarray input for predict * allow list or tuple of inputs * exp batch size * fix pop * fix batch size and estimator * debug * fix * fix * fix * fix nested config data related confusing values * rename * fix auto values 24 January 2021, 05:43:59 UTC
084796b Maskrcnn training script updates (#1595) * add fusion flag and log speed at the end of each training epoch * check for gcv 0.9 and update sampler.SplitSortedBucketSampler API accordingly 23 January 2021, 01:06:04 UTC
426a8f9 set bs to 1 if inference (#1594) 23 January 2021, 01:04:52 UTC
ecf4916 SMOT eval (#1592) * smoteval * add readme 20 January 2021, 22:38:50 UTC
9f2245f add exist_ok option (#1591) 20 January 2021, 18:38:02 UTC
c96649b [WIP] run benchmark experiments (#1545) * run benchmark experiments * fix * update * update * update * update * update * update * update * update * update * update * Update image_classification.py * Update object_detection.py * Update image_classification.py * Update object_detection.py Co-authored-by: Joshua Z. Zhang <cheungchih@gmail.com> 20 January 2021, 00:54:00 UTC
662a487 Use badge from master&push only 19 January 2021, 23:42:43 UTC
5cde186 pass minimal_opset params down to rpn module (#1585) * pass minimal_opset params down to rpn module * fix pylint 15 January 2021, 01:17:48 UTC
54dd3b1 fix URL (#1583) 09 January 2021, 17:30:25 UTC
8644387 remove module-wise cv2 import (#1584) 09 January 2021, 17:29:44 UTC
094dbba Solve CI vulnerability (#1581) * test * test * test * test * test * test (#14) * test * test * test * test * test * test * test * test repo name * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test (#15) * test * test * test * test (#16) * test * test * test (#17) * test * test * test * test * test (#18) * test * test * test (#19) * test * test * test * test (#20) * test * test * full test * full test * full test * merge bac * fix * fix * fix * full test * fix * test pr (#21) * test pr * fix * test pr (#22) * test pr * test pr * test pr (#23) * test pr * test pr * rerun * rerun * update batch * full test (#24) * full test * full test * rename * finish testing * readme * trigger workflow 06 January 2021, 21:47:30 UTC
134ede8 Coot (#1549) * update gitignore * Add CycleConsistency loss and MaxMarginRanking loss * Add coot utils * Add coot configurations and train * add train and validation for coot * add Radam optimizer and LR scheduler * add train and validation functions * update coot train * include coot dataloader * add coot config and update train script * update the model config * update train * update path data * update code coot * update coot * update * rm yaml_activitynet * removed unused variables and functions * remove pylint errors * improve loss function style * update * Delete brazil.code-workspace Should be deleted * Update model_zoo.py * update * Revert "Update model_zoo.py" This reverts commit 5410e25b27daf80a7af9fc9f97eca1039c492a01. * Revert "update" This reverts commit d58068b0f609635a093ec1f9cc7da1cf2f34c171, reversing changes made to 5028da75ccdf24632547dd7e48e05ae1d454a478. * Delete brazil.code-workspace * Delete brazil.code-workspace~parent of 5028da7... add Readme for coot * Update model_zoo.py * Update model_store.py * Update i3d_slow.py * Update i3d_slow.py * Update actionrec_resnetv1b.py * Update model_zoo.py * add readme coot * merge master * remove pylint errors * remove h5 error * remove easydict import * update README * update coot * update readme * update config engine * update config * update config * update config * update config * update config * add line to skip coot config * debug name model * update config * update gitignore * update * address comments Co-authored-by: Reza Zolfaghari <reza.xolf@gmail.com> Co-authored-by: Zolfaghari <mozolf@a483e7077f72.ant.amazon.com> Co-authored-by: Ubuntu <ubuntu@ip-172-31-7-238.us-east-2.compute.internal> 06 January 2021, 17:24:17 UTC
ddd98b4 Fix nonlocal (#1579) * fix nonlocal * bn tupo 05 January 2021, 05:03:09 UTC
4ec07db update s3 buckets (#1580) 05 January 2021, 00:25:46 UTC
fba985a fix d2l URL (#1576) 04 January 2021, 22:03:00 UTC
0f0b226 Add SMOT tracker (#1573) * add smot * lint * lint * lint * tutorial * tutorial change * fix comments 19 December 2020, 05:52:40 UTC
b8a3135 add i3d_slow to mxnet (#1568) * add i3d_slow to mxnet * lint and add k700 classses * add readme * readme 15 December 2020, 04:45:36 UTC
8262df8 [Auto] fix smooth in image classification (#1566) * fix smooth * fix rcnn target context issue with multiple GPU 14 December 2020, 19:10:21 UTC
d13a07e Readme Update (#1562) * Update status link, remove coverage badge * fix 08 December 2020, 01:27:19 UTC
1e8efef [WIP] Test github action (#1557) * remove repo constraint * change to production bucket * fix * Update tutorials for speed. Disable Jenkins to avoid conflicts * fix SHA * add checkout for pr 07 December 2020, 20:56:34 UTC
84c2ba5 bump to 0.10.0 (#1556) 02 December 2020, 23:28:34 UTC
386be93 Github Actions for CI (#1541) * [WIP] Github Actions (#1) * incorporate autodatasets (#1496) * Add torch clarification (#1495) * Add torch clarification * fix * Fix auto detectors (#1497) * fix yolo predictor * fix predict * fix config (#1498) * Added support for AWS Batch. Added support for docker (#1474) * Added support for AWS Batch. Added support for docker * Fixed style. Removed code in commet. Updated README to include boto3 usage * Renamed template file. Removed gluon aws id * fix readme * fix * fix imports (#1499) * fix imports * fix * fix image classification * fix * fix width height * fix * fix batch size * fix * fix * none to empty string (#1502) * [WIP] Tinycoco (#1501) * Add minicoco * update jenkins for minicoco * fix * renamed mini to tiny * fix * fix * fix, add VOCDetectionTiny * fix * fix env * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * test * test * test * clean up Co-authored-by: Joshua Z. Zhang <cheungchih@gmail.com> * Fix rcnn target generator (#1508) * fix not used rcnn target generator * fix lint * fix * fix * add get flops (#1509) * warmup scheduler for video torch (#1510) 1. refine warmup logic, now using cfg.CONFIG.TRAIN.USE_WARMUP to control open warmup or not. 2. fix bug in gluoncv/torch/utils/lr_policy.py 3. change training configs 4. change ddp_train_pytorch and ddp_train_shortonly_pytorch, This is tested on ec2 machines * update torchvideo model zoo (#1513) * add ir-csn-152 into torchvideo model zoo (#1515) * Revise danet.py (#1507) The dropout layer should be placed before the classification layer. * icnet missing background class (#1518) * Add CSN model to torch video model zoo (#1517) * add ircsn * update model zoo * fix lint * Improve auto tasks (#1523) * use in-memory pickle instead of disk file * add feature extractor for image classification * add tests * fix * fix lint * more unittests * fix * fix * Added github action and workflow for sanity check * Removed container and actions. * Added unit test * Added build docs * Fix * Fix * Fix * Fix * Test * test * Update unit test * fix * fix * fix * fix * fix * fix * fix * subclass coco * fix * fix * fix * fix * rebase conflict * fix rebase * fix * fix * add aws authentication * add aws authentication * test * test * test * test * test * fix log * test * test * test * test * test * test * fix * rebase * add tiny motorbike * fix * model zoo * test * fix docker * parallel jobs * parallel jobs * fix * add torch * add torch * fix * fix * fix * full test * full test * test build docs * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * test branch * test branch * fix * test * test * add comment Co-authored-by: Joshua Z. Zhang <cheungchih@gmail.com> Co-authored-by: Yi Zhu <yizhu59@gmail.com> Co-authored-by: Xinyu Li <lixinyu.arthur@outlook.com> Co-authored-by: Chunhui Liu <chunhuiliu960@gmail.com> Co-authored-by: YANYI ZHANG <yz593@scarletmail.rutgers.edu> Co-authored-by: BebDong <BebDong@users.noreply.github.com> Co-authored-by: Kuang Haofei <haofeikuang@gmail.com> * [WIP] Test PR (#3) * Added github action and workflow for sanity check * Removed container and actions. * Added unit test * Added build docs * Fix * Fix * Fix * Fix * Test * test * Update unit test * fix * fix * fix * fix * fix * fix * fix * subclass coco * fix * fix * fix * fix * rebase conflict * fix rebase * fix * fix * add aws authentication * add aws authentication * test * test * test * test * test * fix log * test * test * test * test * test * test * fix * rebase * add tiny motorbike * fix * model zoo * test * fix docker * parallel jobs * parallel jobs * fix * add torch * add torch * fix * fix * fix * full test * full test * test build docs * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * test branch * test branch * fix * test * test * add comment * test * full test * full test * full test * test (#5) * test * fix * change to 12x * test comments * change to pr_target * [WIP] Full Test (#6) * full test * test model zoo * test model zoo * full test * full test * add auto * add gpu_test.sh * test efs modelzoo * test efs modelzoo * test efs modelzoo * test without auto * test repo name * test repo name * test repo name * test repo name * test sharemem * full test (#8) * [WIP] Github Actions (#1) * incorporate autodatasets (#1496) * Add torch clarification (#1495) * Add torch clarification * fix * Fix auto detectors (#1497) * fix yolo predictor * fix predict * fix config (#1498) * Added support for AWS Batch. Added support for docker (#1474) * Added support for AWS Batch. Added support for docker * Fixed style. Removed code in commet. Updated README to include boto3 usage * Renamed template file. Removed gluon aws id * fix readme * fix * fix imports (#1499) * fix imports * fix * fix image classification * fix * fix width height * fix * fix batch size * fix * fix * none to empty string (#1502) * [WIP] Tinycoco (#1501) * Add minicoco * update jenkins for minicoco * fix * renamed mini to tiny * fix * fix * fix, add VOCDetectionTiny * fix * fix env * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * test * test * test * clean up Co-authored-by: Joshua Z. Zhang <cheungchih@gmail.com> * Fix rcnn target generator (#1508) * fix not used rcnn target generator * fix lint * fix * fix * add get flops (#1509) * warmup scheduler for video torch (#1510) 1. refine warmup logic, now using cfg.CONFIG.TRAIN.USE_WARMUP to control open warmup or not. 2. fix bug in gluoncv/torch/utils/lr_policy.py 3. change training configs 4. change ddp_train_pytorch and ddp_train_shortonly_pytorch, This is tested on ec2 machines * update torchvideo model zoo (#1513) * add ir-csn-152 into torchvideo model zoo (#1515) * Revise danet.py (#1507) The dropout layer should be placed before the classification layer. * icnet missing background class (#1518) * Add CSN model to torch video model zoo (#1517) * add ircsn * update model zoo * fix lint * Improve auto tasks (#1523) * use in-memory pickle instead of disk file * add feature extractor for image classification * add tests * fix * fix lint * more unittests * fix * fix * Added github action and workflow for sanity check * Removed container and actions. * Added unit test * Added build docs * Fix * Fix * Fix * Fix * Test * test * Update unit test * fix * fix * fix * fix * fix * fix * fix * subclass coco * fix * fix * fix * fix * rebase conflict * fix rebase * fix * fix * add aws authentication * add aws authentication * test * test * test * test * test * fix log * test * test * test * test * test * test * fix * rebase * add tiny motorbike * fix * model zoo * test * fix docker * parallel jobs * parallel jobs * fix * add torch * add torch * fix * fix * fix * full test * full test * test build docs * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * test branch * test branch * fix * test * test * add comment Co-authored-by: Joshua Z. Zhang <cheungchih@gmail.com> Co-authored-by: Yi Zhu <yizhu59@gmail.com> Co-authored-by: Xinyu Li <lixinyu.arthur@outlook.com> Co-authored-by: Chunhui Liu <chunhuiliu960@gmail.com> Co-authored-by: YANYI ZHANG <yz593@scarletmail.rutgers.edu> Co-authored-by: BebDong <BebDong@users.noreply.github.com> Co-authored-by: Kuang Haofei <haofeikuang@gmail.com> * [WIP] Test PR (#3) * Added github action and workflow for sanity check * Removed container and actions. * Added unit test * Added build docs * Fix * Fix * Fix * Fix * Test * test * Update unit test * fix * fix * fix * fix * fix * fix * fix * subclass coco * fix * fix * fix * fix * rebase conflict * fix rebase * fix * fix * add aws authentication * add aws authentication * test * test * test * test * test * fix log * test * test * test * test * test * test * fix * rebase * add tiny motorbike * fix * model zoo * test * fix docker * parallel jobs * parallel jobs * fix * add torch * add torch * fix * fix * fix * full test * full test * test build docs * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * test branch * test branch * fix * test * test * add comment * test * full test * full test * full test * test (#5) * test * fix * change to 12x * test comments * change to pr_target * [WIP] Full Test (#6) * full test * test model zoo * test model zoo * full test * full test * add auto * add gpu_test.sh * test efs modelzoo * test efs modelzoo * test efs modelzoo * test without auto * test repo name * test repo name * test repo name * test repo name * test sharemem * test pr only on yinweisu * test pr only on yinweisu * update repo name * test pr only on yinweisu (#9) * full test on pr only yinweisu (#10) * ready to pr * fix * change doc env name * add torch to env * add yacs to env * fix path Co-authored-by: Joshua Z. Zhang <cheungchih@gmail.com> Co-authored-by: Yi Zhu <yizhu59@gmail.com> Co-authored-by: Xinyu Li <lixinyu.arthur@outlook.com> Co-authored-by: Chunhui Liu <chunhuiliu960@gmail.com> Co-authored-by: YANYI ZHANG <yz593@scarletmail.rutgers.edu> Co-authored-by: BebDong <BebDong@users.noreply.github.com> Co-authored-by: Kuang Haofei <haofeikuang@gmail.com> 02 December 2020, 22:21:56 UTC
1891375 DDP tutorial (#1553) * ddp * readme change * lint * code block * readme 02 December 2020, 07:02:59 UTC
d9feba6 add pytorch (#1551) 01 December 2020, 00:51:06 UTC
2429845 added support for resnet18_v1b_custom (#1548) * added support for resnet18_v1b_custom * added space * removed pylint errors 29 November 2020, 18:45:27 UTC
158e40e fix sampler namespace (#1525) 25 November 2020, 22:16:11 UTC
b539b08 K700 model and readme change (#1543) * try dropdown * add pytorch * add end * readme change, k700 model * try drop * more model * delete dropdown * python version * add k700 * add install * comment * Update README.md Co-authored-by: Joshua Z. Zhang <cheungchih@gmail.com> 25 November 2020, 18:01:04 UTC
1602954 [Tests]add unittest for save and load (#1544) * add unittest for save and load * fix self.net 25 November 2020, 02:31:14 UTC
8d5bdbb Fix all generator to support a memory leak fix (#1528) * Fix yolo to support a memory leak fix After this commit https://github.com/apache/incubator-mxnet/pull/18328 , some memory leak were fixed. Whitout this commit faster rcnn traning cannot be successfully closed. These commits can be commit again after this yolo training fix. https://github.com/apache/incubator-mxnet/pull/18692 https://github.com/apache/incubator-mxnet/commit/04966902ec94a6387182aa1765a4aac6686d9cc5 * fix all generator error in windows when training with multiprocessing * add pylint disable not-callable * Fix pylint * Fix pylint Co-authored-by: Joshua Z. Zhang <cheungchih@gmail.com> 24 November 2020, 23:10:36 UTC
8151ac3 [AUTO] allow custom optimizer in auto image classification (#1540) * allow custom optimizer * fix lint 23 November 2020, 23:27:35 UTC
f970c0b Add seed to SSD DALI Pipeline (#1536) Signed-off-by: Serge Panev <spanev@nvidia.com> 23 November 2020, 22:20:30 UTC
9962d8c [Auto] allow custom net in auto.image_classification (#1529) * allow custom net in auto.imageclassification * fix * allow custom net to be saved * fix * fix * fix unpickle * speed up unittest for auto 21 November 2020, 04:52:03 UTC
849411e Add tutorial for speed comparison (#1535) * flops table * add install instruction 21 November 2020, 01:18:53 UTC
back to top