Update version to 0.6.0a
Showing
with
1925 additions
and
2440 deletions
configs/ssd/voc_ssdlite_MobileNetV2_300e.yml
0 → 100644
csrc/cxx/utils/detection.h
0 → 100644
csrc/cxx/utils/detection/anchors.h
0 → 100644
csrc/cxx/utils/detection/bbox.h
0 → 100644
csrc/cxx/utils/detection/iterator.h
0 → 100644
csrc/cxx/utils/detection/nms.cc
0 → 100644
csrc/cxx/utils/detection/nms.cu
0 → 100644
csrc/cxx/utils/detection/nms.h
0 → 100644
csrc/cxx/utils/detection/proposals.cc
0 → 100644
csrc/cxx/utils/detection/proposals.cu
0 → 100644
csrc/cxx/utils/detection/proposals.h
0 → 100644
csrc/cxx/utils/detection/types.h
0 → 100644
csrc/cxx/utils/detection/utils.h
0 → 100644
csrc/cxx/utils/detection_utils.cc
deleted
100644 → 0
csrc/cxx/utils/detection_utils.cu
deleted
100644 → 0
csrc/cxx/utils/detection_utils.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
csrc/pyx/_mask.pyx
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
csrc/pyx/maskApi.c
deleted
100644 → 0
csrc/pyx/maskApi.h
deleted
100644 → 0
data/datasets/README.md
0 → 100644
data/images/README.md
0 → 100644
data/images/coco_val2017_000000001000.jpg
0 → 100644
314 KB
data/images/coco_val2017_000000002157.jpg
0 → 100644
122 KB
data/images/coco_val2017_000000013201.jpg
0 → 100644
148 KB
data/images/coco_val2017_000000015254.jpg
0 → 100644
118 KB
data/images/coco_val2017_000000015497.jpg
0 → 100644
70.9 KB
data/pretrained/README.md
0 → 100644
scripts/coco/im2rec.py
deleted
100644 → 0
scripts/coco/maker.py
deleted
100644 → 0
scripts/coco/roidb.py
deleted
100644 → 0
scripts/datasets/README.md
0 → 100644
scripts/datasets/coco.py
0 → 100644
scripts/datasets/json_dataset.py
0 → 100644
scripts/rotated/maker.py
deleted
100644 → 0
scripts/voc/im2rec.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
seetadet/algo/faster_rcnn/test.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/algo/faster_rcnn/utils.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
seetadet/algo/mask_rcnn/test.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
seetadet/algo/retinanet/test.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/algo/ssd/anchor_target.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/algo/ssd/data_loader.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
seetadet/algo/ssd/test.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/algo/ssd/transforms.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/algo/ssd/utils.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/core/backend.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/core/config.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
seetadet/core/config/defaults.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/core/config/yacs.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
seetadet/core/modules/faster_rcnn.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/core/modules/mask_rcnn.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/core/modules/retinanet.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/core/modules/ssd.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
seetadet/core/test_engine.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/core/test_server.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
seetadet/core/testing/test_engine.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/core/testing/test_server.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/core/train.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
seetadet/core/training/build.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/core/training/lr_scheduler.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/core/training/train_engine.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/core/training/utils.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
seetadet/data/anchors/rpn.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/data/anchors/ssd.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/data/assigners.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/data/build.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
seetadet/data/datasets/dataset.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
seetadet/data/datasets/kpl_dataset.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
seetadet/data/evaluators/coco_evaluator.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/data/evaluators/evaluator.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/data/evaluators/voc_eval.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/data/evaluators/voc_evaluator.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/data/loader.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/data/pipelines.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
seetadet/data/targets/rcnn.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/data/targets/retinanet.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/data/targets/rpn.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/data/targets/ssd.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/data/transforms.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/datasets/coco_evaluator.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/datasets/dataset.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/datasets/factory.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/datasets/kpl_dataset.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/datasets/voc_eval.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/datasets/voc_evaluator.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/modeling/airnet.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/modeling/detector.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/modeling/efficientnet.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/modeling/fast_rcnn.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/modeling/fpn.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/modeling/mask_rcnn.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/modeling/mobilenet_v2.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/modeling/mobilenet_v3.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/modeling/resnet.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/modeling/retinanet.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/modeling/rpn.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/modeling/ssd.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/modeling/vgg.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
seetadet/models/backbones/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/models/backbones/fpn.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/models/backbones/mobilenet_v2.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/models/backbones/mobilenet_v3.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/models/backbones/resnet.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/models/backbones/vgg.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/models/build.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
seetadet/models/decoders/retinanet.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/models/decoders/rpn.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/models/dense_heads/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/models/dense_heads/retinanet.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/models/dense_heads/rpn.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/models/dense_heads/ssd.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
seetadet/models/detectors/detector.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/models/detectors/faster_rcnn.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/models/detectors/mask_rcnn.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/models/detectors/retinanet.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/models/detectors/ssd.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/models/roi_heads/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/models/roi_heads/fast_rcnn.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/models/roi_heads/mask_rcnn.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/modules/det.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/modules/nn.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/modules/utils.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/modules/vision.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
seetadet/ops/build.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/ops/conv.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/ops/fusion.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/ops/loss.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/ops/nn.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/ops/normalization.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
seetadet/ops/vision.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/solver/lr_scheduler.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/solver/sgd.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/utils/attrdict.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
seetadet/utils/bbox/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/utils/bbox/helper.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
seetadet/utils/env.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
seetadet/utils/mask.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
seetadet/utils/mask/helper.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/utils/mask/metrics.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/utils/nms.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
seetadet/utils/nms/nms_impl.py
0 → 100644
This diff is collapsed.
Click to expand it.
seetadet/utils/observer.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
seetadet/utils/pycocotools/coco.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
seetadet/utils/pycocotools/mask.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment