已合并
Network address of models to be rectified: 2 #5684
AtomGit-Bot创建于 2023年10月24日
Network address of models to be rectified: 2 #5684
已合并
从refs/pull/5684/head合入到master
共 10 个文件变更+232-10
| @@ -5,4 +5,25 @@ | |||
| 5 | | 开源代码引入 | https://github.com/dbolya/yolact.git | YOLACT_plus/data/scripts/COCO.sh | http://images.cocodataset.org/annotations/annotations_trainval2014.zip | 下载数据集 | | 5 | | 开源代码引入 | https://github.com/dbolya/yolact.git | YOLACT_plus/data/scripts/COCO.sh | http://images.cocodataset.org/annotations/annotations_trainval2014.zip | 下载数据集 | |
| 6 | | 开源代码引入 | https://github.com/dbolya/yolact.git | YOLACT_plus/data/scripts/COCO.sh | http://images.cocodataset.org/annotations/annotations_trainval2017.zip | 下载数据集 | | 6 | | 开源代码引入 | https://github.com/dbolya/yolact.git | YOLACT_plus/data/scripts/COCO.sh | http://images.cocodataset.org/annotations/annotations_trainval2017.zip | 下载数据集 | |
| 7 | | 开源代码引入 | https://github.com/dbolya/yolact.git | YOLACT_plus/data/scripts/COCO_test.sh | http://images.cocodataset.org/zips/test2017.zip | 下载数据集 | | 7 | | 开源代码引入 | https://github.com/dbolya/yolact.git | YOLACT_plus/data/scripts/COCO_test.sh | http://images.cocodataset.org/zips/test2017.zip | 下载数据集 | |
| 8 | -| 开源代码引入 | https://github.com/dbolya/yolact.git | YOLACT_plus/data/scripts/COCO_test.sh | http://images.cocodataset.org/annotations/image_info_test2017.zip | 下载数据集 | | 8 | +| 开源代码引入 | https://github.com/dbolya/yolact.git | YOLACT_plus/data/scripts/COCO_test.sh | http://images.cocodataset.org/annotations/image_info_test2017.zip | 下载数据集 | |
| 9 | +| 开发引入 | / | YOLACT_plus/layers/modules/multibox_loss.py | https://arxiv.org/pdf/1512.02325.pdf | 论文地址 | | ||
| 10 | +| 开源代码引入 | https://github.com/dbolya/yolact.git/layers/box_utils.py | YOLACT_plus/layers/box_utils.py | https://arxiv.org/pdf/1612.08242.pdf | 论文地址 | | ||
| 11 | +| 开源代码引入 | https://github.com/dbolya/yolact.git/yolact.py | YOLACT_plus/yolact.py | https://discuss.pytorch.org/t/how-to-train-with-frozen-batchnorm/12106/8 | 相关说明 | | ||
| 12 | +| 开源代码引入 | https://github.com/dbolya/yolact.git/layers/modules/multibox_loss.py | YOLACT_plus/layers/modules/multibox_loss.py | https://github.com/kuangliu/pytorch-retinanet/blob/master/utils.py | 源码实现 | | ||
| 13 | +| 开源代码引入 | https://github.com/dbolya/yolact.git/yolact.py | YOLACT_plus/yolact.py | https://arxiv.org/pdf/1701.06659.pdf | 论文地址 | | ||
| 14 | +| 开源代码引入 | https://github.com/dbolya/yolact.git/external/DCNv2/src/cuda/dcn_v2_im2col_cuda.h | YOLACT_plus/deform_conv.py | https://arxiv.org/abs/1811.11168 | 论文地址 | | ||
| 15 | +| 开源代码引入 | https://github.com/dbolya/yolact.git/layers/modules/multibox_loss.py | YOLACT_plus/layers/modules/multibox_loss.py | https://github.com/clcarwin/focal_loss_pytorch/blob/master/focalloss.py | 源码实现 | | ||
| 16 | +| 开源代码引入 | https://github.com/dbolya/yolact.git/layers/modules/multibox_loss.py | YOLACT_plus/layers/modules/multibox_loss.py | https://arxiv.org/pdf/1708.02002.pdf | 论文地址 | | ||
| 17 | +| 开源代码引入 | https://github.com/dbolya/yolact.git/yolact.py | YOLACT_plus/yolact.py | https://arxiv.org/pdf/1612.03144.pdf | 论文地址 | | ||
| 18 | +| 开源代码引入 | https://github.com/dbolya/yolact.git/yolact.py | YOLACT_plus/yolact.py | https://github.com/pytorch/pytorch/issues/17108 | 源码实现 | | ||
| 19 | +| 开发引入 | / | YOLACT_plus/data/coco.py | http://mscoco.org/dataset/#detections-challenge2016 | 数据集地址 | | ||
| 20 | +| 开源代码引入 | https://github.com/dbolya/yolact.git/backbone.py | YOLACT_plus/backbone.py | https://pjreddie.com/media/files/papers/YOLOv3.pdf | 论文地址 | | ||
| 21 | +| 开源代码引入 | https://github.com/dbolya/yolact.git/backbone.py | YOLACT_plus/backbone.py | https://github.com/pjreddie/darknet/blob/680d3bde1924c8ee2d1c1dea54d3e56a05ca9a26/src/activations.h#L39 | 源码实现 | | ||
| 22 | +| 开源代码引入 | https://github.com/dbolya/yolact.git/utils/augmentations.py | YOLACT_plus/utils/augmentations.py | https://github.com/amdegroot/ssd.pytorch/issues/68 | 源码实现 | | ||
| 23 | +| 开发引入 | / | YOLACT_plus/utils/nvinfo.py | https://pypi.org/project/nvgpu/ | 相关依赖 | | ||
| 24 | +| 开源代码引入 | https://github.com/dbolya/yolact.git/layers/box_utils.py | YOLACT_plus/layers/box_utils.py | https://lmb.informatik.uni-freiburg.de/Publications/2018/UB18/paper-box2pix.pdf | 论文地址 | | ||
| 25 | +| 开发引入 | / | YOLACT_plus/deform_conv.py | https://github.com/open-mmlab/mmcv/blob/master/mmcv/ops/modulated_deform_conv.py | 源码实现 | | ||
| 26 | +| 开源代码引入 | https://github.com/dbolya/yolact.git/layers/modules/multibox_loss.py | YOLACT_plus/layers/modules/multibox_loss.py | https://github.com/pytorch/pytorch/blob/master/modules/detectron/softmax_focal_loss_op.cu | 源码实现 | | ||
| 27 | +| 开源代码引入 | https://github.com/dbolya/yolact.git/data/config.py | YOLACT_plus/data/config.py | https://arxiv.org/abs/1903.00241 | 论文地址 | | ||
| 28 | +| 开源代码引入 | https://github.com/dbolya/yolact.git/layers/modules/multibox_loss.py | YOLACT_plus/data/config.py | https://arxiv.org/pdf/1708.02002.pdf | 论文地址 | | ||
| 29 | +| 开源代码引入 | https://github.com/dbolya/yolact.git/eval.py | YOLACT_plus/eval.py | https://stackoverflow.com/questions/664014/what-integer-hash-function-are-good-that-accepts-an-integer-hash-key | 相关说明 | | ||
| @@ -9,4 +9,61 @@ | |||
| 9 | | 开源代码引入 | https://github.com/WongKinYiu/yolor | YOLOR/scripts/get_pretrain.sh | https://drive.google.com/uc?export=download&id=1UflcHlN5ERPdhahMivQYCbWWw7d2wY7U | 下载依赖 | | 9 | | 开源代码引入 | https://github.com/WongKinYiu/yolor | YOLOR/scripts/get_pretrain.sh | https://drive.google.com/uc?export=download&id=1UflcHlN5ERPdhahMivQYCbWWw7d2wY7U | 下载依赖 | |
| 10 | | 开源代码引入 | https://github.com/WongKinYiu/yolor | YOLOR/utils/datasets.py | https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data | 下载依赖 | | 10 | | 开源代码引入 | https://github.com/WongKinYiu/yolor | YOLOR/utils/datasets.py | https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data | 下载依赖 | |
| 11 | | 开源代码引入 | https://github.com/WongKinYiu/yolor | YOLOR/utils/google_utils.py | https://github.com/WongKinYiu/yolor/releases/ | 下载依赖 | | 11 | | 开源代码引入 | https://github.com/WongKinYiu/yolor | YOLOR/utils/google_utils.py | https://github.com/WongKinYiu/yolor/releases/ | 下载依赖 | |
| 12 | -| 开源代码引入 | https://github.com/WongKinYiu/yolor | YOLOR/utils/google_utils.py | https://github.com/WongKinYiu/yolor/releases/download/v1.0/ | 下载依赖 | | 12 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor | YOLOR/utils/google_utils.py | https://github.com/WongKinYiu/yolor/releases/download/v1.0/ | 下载依赖 | |
| 13 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/models/models.py | YOLOR/models/models.py | https://arxiv.org/abs/1911.09516 | 论文地址 | | ||
| 14 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/layers.py | YOLOR/utils/layers.py | https://arxiv.org/abs/1907.09595 | 论文地址 | | ||
| 15 | +| 开发引入 | / | YOLOR/utils/google_utils.py | https://drive.google.com/uc?export=download&id=%s | 相关依赖 | | ||
| 16 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/google_utils.py | YOLOR/utils/google_utils.py | https://cloud.google.com/storage/docs/uploading-objects#storage-upload-object-python | 相关依赖 | | ||
| 17 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/layers.py | YOLOR/utils/layers.py | https://github.com/tensorflow/models/blob/master/research/slim/nets/mobilenet/mobilenet.py | 源码实现 | | ||
| 18 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/datasets.py | YOLOR/utils/datasets.py | https://github.com/ultralytics/yolov3/issues/232 | 源码实现 | | ||
| 19 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/models/models.py | YOLOR/models/models.py | https://github.com/ultralytics/yolov3/issues/931 | 源码实现 | | ||
| 20 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/tune.py | YOLOR/train_mp.py | https://github.com/ultralytics/yolov5/pull/1120 | 源码实现 | | ||
| 21 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/models/models.py | YOLOR/models/models.py | https://github.com/ultralytics/yolov3/issues/441 | 源码实现 | | ||
| 22 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/tune.py | YOLOR/train_mp.py | https://pytorch.org/docs/stable/_modules/torch/optim/lr_scheduler.html#OneCycleLR | 相关说明 | | ||
| 23 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/general.py | YOLOR/utils/general.py | https://arxiv.org/pdf/1902.09630.pdf | 论文地址 | | ||
| 24 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/general.py | YOLOR/utils/general.py | https://arxiv.org/abs/2101.08158 | 论文地址 | | ||
| 25 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/test.py | YOLOR/test.py | https://github.com/cocodataset/cocoapi/blob/master/PythonAPI/pycocoEvalDemo.ipynb | 源码实现 | | ||
| 26 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/tune.py | YOLOR/train.py | https://github.com/ultralytics/yolov5/pull/1120 | 源码实现 | | ||
| 27 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/tune.py | YOLOR/train.py | https://pytorch.org/docs/stable/_modules/torch/optim/lr_scheduler.html#OneCycleLR | 相关说明 | | ||
| 28 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/general.py | YOLOR/utils/general.py | https://arxiv.org/abs/1911.08287v1 | 论文地址 | | ||
| 29 | +| 开发引入 | / | YOLOR/utils/general.py | https://github.com/ultralytics/yolov3/issues/1139 | 源码实现 | | ||
| 30 | +| 开发引入 | / | YOLOR/utils/loss.py | https://arxiv.org/pdf/1902.04103.pdf | 论文地址 | | ||
| 31 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/layers.py | YOLOR/utils/layers.py | https://arxiv.org/pdf/1905.02244.pdf | 论文地址 | | ||
| 32 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/scripts/get_coco.sh | YOLOR/scripts/get_coco.sh | http://cocodataset.org | 数据集地址 | | ||
| 33 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/layers.py | YOLOR/utils/activations.py | https://arxiv.org/pdf/1905.02244.pdf | 论文地址 | | ||
| 34 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/tune.py | YOLOR/train.py | https://arxiv.org/pdf/1812.01187.pdf | 论文地址 | | ||
| 35 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/metrics.py | YOLOR/utils/metrics.py | https://github.com/rbgirshick/py-faster-rcnn | 源码实现 | | ||
| 36 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/models/models.py | YOLOR/models/models.py | https://pytorch.org/docs/stable/torchvision/models.html#classification | 相关说明 | | ||
| 37 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/models/models.py | YOLOR/models/models.py | https://github.com/AlexeyAB/darknet/issues/2914#issuecomment-496675346 | 源码实现 | | ||
| 38 | +| 开发引入 | / | YOLOR/train_mp.py | https://github.com/NVIDIA/apex | 相关依赖 | | ||
| 39 | +| 开发引入 | / | YOLOR/utils/torch_utils.py | https://github.com/NVIDIA/apex | 相关依赖 | | ||
| 40 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/torch_utils.py | YOLOR/utils/torch_utils.py | https://github.com/rwightman/pytorch-image-models | 源码实现 | | ||
| 41 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/datasets.py | YOLOR/utils/datasets.py | https://arxiv.org/abs/1708.04552 | 论文地址 | | ||
| 42 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/tune.py | YOLOR/train_mp.py | https://arxiv.org/pdf/1812.01187.pdf | 论文地址 | | ||
| 43 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/metrics.py | YOLOR/utils/metrics.py | https://github.com/rafaelpadilla/Object-Detection-Metrics | 源码实现 | | ||
| 44 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/google_utils.py | YOLOR/utils/google_utils.py | https://cloud.google.com/storage/docs/gsutil/commands/du | 相关说明 | | ||
| 45 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/general.py | YOLOR/utils/general.py | https://github.com/Zzh-tju/DIoU-SSD-pytorch/blob/master/utils/box/box_utils.py#L47 | 源码实现 | | ||
| 46 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/models/export.py | YOLOR/models/export.py | https://github.com/lutzroeder/netron | 源码实现 | | ||
| 47 | +| 开发引入 | / | YOLOR/utils/datasets.py | http://wmccpinetop.axiscam.net/mjpg/video.mjpg | 数据集地址 | | ||
| 48 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/general.py | YOLOR/utils/general.py | https://tech.amikelive.com/node-718/what-object-categories-labels-are-in-coco-dataset/ | 数据集地址 | | ||
| 49 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/plots.py | YOLOR/utils/plots.py | https://github.com/ultralytics/yolov3/issues/168 | 源码实现 | | ||
| 50 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/datasets.py | YOLOR/utils/datasets.py | https://arxiv.org/pdf/1710.09412.pdf | 论文地址 | | ||
| 51 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/general.py | YOLOR/utils/general.py | https://github.com/pytorch/vision/blob/master/torchvision/ops/boxes.py | 源码实现 | | ||
| 52 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/loss.py | YOLOR/utils/loss.py | https://github.com/ultralytics/yolov3/issues/238#issuecomment-598028441 | 源码实现 | | ||
| 53 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/metrics.py | YOLOR/utils/metrics.py | https://github.com/ultralytics/yolov3/issues/898 | 源码实现 | | ||
| 54 | +| 开发引入 | / | YOLOR/utils/plots.py | https://storage.googleapis.com/%s/results%g.txt | 相关说明 | | ||
| 55 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/plots.py | YOLOR/utils/plots.py | https://stackoverflow.com/questions/28536191/how-to-filter-smooth-with-scipy-numpy | 相关说明 | | ||
| 56 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/layers.py | YOLOR/utils/layers.py | https://github.com/digantamisra98/Mish | 源码实现 | | ||
| 57 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/layers.py | YOLOR/utils/activations.py | https://github.com/digantamisra98/Mish | 源码实现 | | ||
| 58 | +| 开发引入 | / | YOLOR/scripts/get_pretrain.sh | https://drive.google.com/uc?export=download&confirm= | 相关依赖 | | ||
| 59 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/layers.py | YOLOR/utils/layers.py | https://arxiv.org/abs/1911.09070 | 论文地址 | | ||
| 60 | +| 开发引入 | / | YOLOR/models/models.py | https://arxiv.org/pdf/1708.02002.pdf | 论文地址 | | ||
| 61 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/google_utils.py | YOLOR/utils/google_utils.py | https://cloud.google.com/storage/docs/reference/libraries | 相关依赖 | | ||
| 62 | +| 开发引入 | / | YOLOR/utils/parse_config.py | https://github.com/ultralytics/yolov3/issues/631 | 源码实现 | | ||
| 63 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/activations.py | YOLOR/utils/activations.py | https://arxiv.org/abs/2007.11824 | 论文地址 | | ||
| 64 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/loss.py | YOLOR/utils/loss.py | https://github.com/tensorflow/addons/blob/v0.7.1/tensorflow_addons/losses/focal_loss.py | 源码实现 | | ||
| 65 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/torch_utils.py | YOLOR/utils/torch_utils.py | https://pytorch.org/docs/stable/notes/randomness.html | 相关说明 | | ||
| 66 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/torch_utils.py | YOLOR/utils/torch_utils.py | https://www.tensorflow.org/api_docs/python/tf/train/ExponentialMovingAverage | 相关说明 | | ||
| 67 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/torch_utils.py | YOLOR/utils/torch_utils.py | https://tehnokv.com/posts/fusing-batchnorm-and-conv/ | 相关说明 | | ||
| 68 | +| 开源代码引入 | https://github.com/WongKinYiu/yolor/utils/plots.py | YOLOR/utils/plots.py | https://stackoverflow.com/questions/51350872/python-from-color-name-to-rgb | 相关说明 | | ||
| 69 | +| 开发引入 | / | YOLOR/train.py | https://github.com/NVIDIA/apex | 相关依赖 | | ||
| @@ -2,4 +2,7 @@ | |||
| 2 | |------|--------|-------------------------------------| ------------------------------------ |------| | 2 | |------|--------|-------------------------------------| ------------------------------------ |------| |
| 3 | | 开发引入 | / | 3D_Nested_Unet/requirements.txt | https://github.com/MrGiovanni/UNetPlusPlus.git@e145ba63862982bf1099cf2ec11d5466b434ae0b#egg=nnunet&subdirectory=pytorch | 下载依赖 | | 3 | | 开发引入 | / | 3D_Nested_Unet/requirements.txt | https://github.com/MrGiovanni/UNetPlusPlus.git@e145ba63862982bf1099cf2ec11d5466b434ae0b#egg=nnunet&subdirectory=pytorch | 下载依赖 | |
| 4 | | 开发引入 | / | 3D_Nested_Unet/requirements_gpu.txt | file:///home/conda/feedstock_root/build_artifacts/jieba_1622403007736/work | 下载依赖 | | 4 | | 开发引入 | / | 3D_Nested_Unet/requirements_gpu.txt | file:///home/conda/feedstock_root/build_artifacts/jieba_1622403007736/work | 下载依赖 | |
| 5 | - | 开发引入 | / | 3D_Nested_Unet/requirements_gpu.txt | https://github.com/MrGiovanni/UNetPlusPlus.git@e145ba63862982bf1099cf2ec11d5466b434ae0b#egg=nnunet&subdirectory=pytorch | 下载依赖 | | 5 | + | 开发引入 | / | 3D_Nested_Unet/requirements_gpu.txt | https://github.com/MrGiovanni/UNetPlusPlus.git@e145ba63862982bf1099cf2ec11d5466b434ae0b#egg=nnunet&subdirectory=pytorch | 下载依赖 | |
| 6 | + | 开源代码引入 | https://github.com/MrGiovanni/UNetPlusPlus/tree/master/pytorch/nnunet/network_architecture/generic_XNet.py | 3D_Nested_Unet/new_npu.patch | f.isensee@dkfz.de | 邮箱地址 | | ||
| 7 | +| 开源代码引入 | https://github.com/MrGiovanni/UNetPlusPlus/tree/master/pytorch/setup.py | 3D_Nested_Unet/new_gpu.patch | f.isensee@dkfz-heidelberg.de | 邮箱地址 | | ||
| 8 | +| 开源代码引入 | https://github.com/MrGiovanni/UNetPlusPlus/tree/master/pytorch/setup.py | 3D_Nested_Unet/new_npu.patch | f.isensee@dkfz-heidelberg.de | 邮箱地址 | | ||
| @@ -1,4 +1,23 @@ | |||
| 1 | | 类型 | 开源代码地址 | 文件名 | 公网IP地址/公网URL地址/域名/邮箱地址 | 用途说明 | | 1 | | 类型 | 开源代码地址 | 文件名 | 公网IP地址/公网URL地址/域名/邮箱地址 | 用途说明 | |
| 2 | |--------|--------|--------------------------| ------------------------------------ |-------| | 2 | |--------|--------|--------------------------| ------------------------------------ |-------| |
| 3 | | 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch | BigGAN/datasets.py | http://www.cs.toronto.edu/~kriz/cifar-100-python.tar.gz | 下载数据集 | | 3 | | 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch | BigGAN/datasets.py | http://www.cs.toronto.edu/~kriz/cifar-100-python.tar.gz | 下载数据集 | |
| 4 | - | 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch | BigGAN/inception_tf13.py | http://download.tensorflow.org/models/image/imagenet/inception-2015-12-05.tgz | 下载数据集 | | 4 | + | 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch | BigGAN/inception_tf13.py | http://download.tensorflow.org/models/image/imagenet/inception-2015-12-05.tgz | 下载数据集 | |
| 5 | + | 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch/sync_batchnorm/__init__.py | BigGAN/sync_batchnorm/batchnorm.py | maojiayuan@gmail.com | 邮箱地址 | | ||
| 6 | +| 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch/sync_batchnorm/batchnorm.py | BigGAN/sync_batchnorm/batchnorm.py | http://tetexiao.com/ | 相关说明 | | ||
| 7 | +| 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch/sync_batchnorm/__init__.py | BigGAN/sync_batchnorm/__init__.py | https://github.com/vacancy/Synchronized-BatchNorm-PyTorch | 源码实现 | | ||
| 8 | +| 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch/inception_utils.py | BigGAN/inception_utils.py | https://github.com/msubhransu/matrix-sqrt | 源码实现 | | ||
| 9 | +| 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch/sync_batchnorm/__init__.py | BigGAN/sync_batchnorm/comm.py | https://github.com/vacancy/Synchronized-BatchNorm-PyTorch | 源码实现 | | ||
| 10 | +| 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch/utils.py | BigGAN/utils.py | https://discuss.pytorch.org/t/subclassing-torch-tensor/23754/2 | 相关说明 | | ||
| 11 | +| 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch/inception_utils.py | BigGAN/inception_utils.py | https://github.com/bioinf-jku/TTUR | 源码实现 | | ||
| 12 | +| 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch/sync_batchnorm/__init__.py | BigGAN/sync_batchnorm/unittest.py | maojiayuan@gmail.com | 邮箱地址 | | ||
| 13 | +| 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch/sync_batchnorm/__init__.py | BigGAN/sync_batchnorm/__init__.py | maojiayuan@gmail.com | 邮箱地址 | | ||
| 14 | +| 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch/sync_batchnorm/batchnorm_reimpl.py | BigGAN/sync_batchnorm/batchnorm_reimpl.py | https://github.com/vacancy/Synchronized-BatchNorm-PyTorch/issues/14 | 源码实现 | | ||
| 15 | +| 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch/sync_batchnorm/__init__.py | BigGAN/sync_batchnorm/comm.py | maojiayuan@gmail.com | 邮箱地址 | | ||
| 16 | +| 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch/sync_batchnorm/__init__.py | BigGAN/sync_batchnorm/replicate.py | https://github.com/vacancy/Synchronized-BatchNorm-PyTorch | 源码实现 | | ||
| 17 | +| 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch/README.md | BigGAN/inception_tf13.py | https://github.com/openai/improved-gan | 源码实现 | | ||
| 18 | +| 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch/sync_batchnorm/__init__.py | BigGAN/sync_batchnorm/batchnorm.py | https://github.com/vacancy/Synchronized-BatchNorm-PyTorch | 源码实现 | | ||
| 19 | +| 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch/sync_batchnorm/__init__.py | BigGAN/sync_batchnorm/unittest.py | https://github.com/vacancy/Synchronized-BatchNorm-PyTorch | 源码实现 | | ||
| 20 | +| 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch/inception_utils.py | BigGAN/inception_utils.py | https://discuss.pytorch.org/t/covariance-and-gradient-support/16217/2 | 相关说明 | | ||
| 21 | +| 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch/sync_batchnorm/__init__.py | BigGAN/sync_batchnorm/batchnorm_reimpl.py | https://github.com/vacancy/Synchronized-BatchNorm-PyTorch | 源码实现 | | ||
| 22 | +| 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch/sync_batchnorm/__init__.py | BigGAN/sync_batchnorm/replicate.py | maojiayuan@gmail.com | 邮箱地址 | | ||
| 23 | +| 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch/datasets.py | BigGAN/datasets.py | https://github.com/python-pillow/Pillow/issues/835 | 相关说明 | | ||
| @@ -6,4 +6,91 @@ | |||
| 6 | | 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch | CenterMask2/models/detectron2/datasets/prepare_panoptic_fpn.py | https://dl.fbaipublicfiles.com/detectron2/ | 下载依赖 | | 6 | | 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch | CenterMask2/models/detectron2/datasets/prepare_panoptic_fpn.py | https://dl.fbaipublicfiles.com/detectron2/ | 下载依赖 | |
| 7 | | 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch | CenterMask2/models/detectron2/setup.py | https://github.com/facebookresearch/detectron2 | 下载依赖 | | 7 | | 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch | CenterMask2/models/detectron2/setup.py | https://github.com/facebookresearch/detectron2 | 下载依赖 | |
| 8 | | 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch | CenterMask2/models/detectron2/setup.py | https://github.com/psf/black@673327449f86fce558adde153bb6cbe54bfebad2 | 下载依赖 | | 8 | | 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch | CenterMask2/models/detectron2/setup.py | https://github.com/psf/black@673327449f86fce558adde153bb6cbe54bfebad2 | 下载依赖 | |
| 9 | - | 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch | CenterMask2/models/detectron2/tests/test_model_zoo.py | https://dl.fbaipublicfiles.com/detectron2/Misc/scratch_mask_rcnn_R_50_FPN_3x_gn/138602908/model_final_01ca85.pkl | 下载预训练权重 | | 9 | + | 开源代码引入 | https://github.com/ajbrock/BigGAN-PyTorch | CenterMask2/models/detectron2/tests/test_model_zoo.py | https://dl.fbaipublicfiles.com/detectron2/Misc/scratch_mask_rcnn_R_50_FPN_3x_gn/138602908/model_final_01ca85.pkl | 下载预训练权重 | |
| 10 | + | 开源代码引入 | https://github.com/youngwanLEE/CenterMask/maskrcnn_benchmark/csrc/cuda/deform_conv_kernel_cuda.cu | CenterMask2/models/detectron2/detectron2/layers/csrc/deformable/deform_conv_cuda_kernel.cu | https://github.com/chengdazhi/Deformable-Convolution-V2-PyTorch/blob/mmdetection/mmdet/ops/dcn/src/deform_conv_cuda_kernel.cu | 源码实现 | | ||
| 11 | +| 开发引入 | / | CenterMask2/models/detectron2/tools/convert-torchvision-to-d2.py | https://download.pytorch.org/models/resnet50-19c8e357.pth | 预训练模型 | | ||
| 12 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/data/detection_utils.py | https://github.com/python-pillow/Pillow/issues/3973 | 相关说明 | | ||
| 13 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/engine/defaults.py | https://pytorch.org/docs/stable/distributed.html | 相关说明 | | ||
| 14 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/engine/launch.py | https://github.com/facebookresearch/maskrcnn-benchmark/issues/172 | 相关说明 | | ||
| 15 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/data/datasets/lvis.py | http://images.cocodataset.org/train2017/000000155379.jpg | 图片地址 | | ||
| 16 | +| 开发引入 | / | CenterMask2/models/detectron2/tests/data/test_coco_evaluation.py | http://images.cocodataset.org/val2017/000000000285.jpg","http://farm8.staticflickr.com/7434/9138147604_c6225224b8_z.jpg","http://images.cocodataset.org/val2017/000000000139.jpg","http://farm9.staticflickr.com/8035/8024364858_9c41dc1666_z.jpg | 图片地址 | | ||
| 17 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/data/transforms/transform.py | https://github.com/opencv/opencv/issues/11784 | 相关说明 | | ||
| 18 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/structures/image_list.py | https://github.com/pytorch/pytorch/issues/31734 | 相关说明 | | ||
| 19 | +| 开源代码引入 | https://github.com/youngwanLEE/CenterMask/maskrcnn_benchmark/modeling/backbone/mobilenet.py | CenterMask2/models/centermask2/centermask/modeling/backbone/mobilenet.py | https://github.com/tonylins/pytorch-mobilenet-v2/ | 源码实现 | | ||
| 20 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/structures/boxes.py | https://github.com/pytorch/pytorch/issues/18627 | 相关说明 | | ||
| 21 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/evaluation/coco_evaluation.py | https://github.com/facebookresearch/Detectron/blob/a6a835f5b8208c45d0dce217ce9bbda915f44df7/detectron/datasets/json_dataset_evaluator.py#L255 | 源码实现 | | ||
| 22 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/export/shared.py | https://www.geeksforgeeks.org/find-paths-given-source-destination/ | 相关依赖 | | ||
| 23 | +| 开发引入 | / | CenterMask2/models/centermask2/centermask/evaluation/coco_evaluation.py | https://github.com/facebookresearch/Detectron/blob/a6a835f5b8208c45d0dce217ce9bbda915f44df7/detectron/datasets/json_dataset_evaluator.py#L255 | 源码实现 | | ||
| 24 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/data/datasets/coco.py | http://cocodataset.org/#format-data | 数据集地址 | | ||
| 25 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/modeling/proposal_generator/rpn.py | https://github.com/pytorch/pytorch/pull/41371 | 源码实现 | | ||
| 26 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/data/datasets/lvis.py | http://farm6.staticflickr.com/5454/9413846304_881d5e5c3b_z.jpg | 图片地址 | | ||
| 27 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/evaluation/cityscapes_evaluation.py | https://github.com/mcordts/cityscapesScripts/blob/master/cityscapesscripts/evaluation/evalInstanceLevelSemanticLabeling.py | 源码实现 | | ||
| 28 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/layers/csrc/vision.cpp | https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/Version.cpp | 源码实现 | | ||
| 29 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/data/datasets/register_coco.py | http://cocodataset.org/#format-data | 数据集地址 | | ||
| 30 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/model_zoo/__init__.py | https://github.com/facebookresearch/detectron2/blob/master/MODEL_ZOO.md | 源码实现 | | ||
| 31 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/evaluation/sem_seg_evaluation.py | http://cocodataset.org/#stuff-eval | 数据集地址 | | ||
| 32 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/config/defaults.py | https://pillow.readthedocs.io/en/stable/handbook/concepts.html#concept-modes | 相关依赖 | | ||
| 33 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/engine/defaults.py | https://github.com/sphinx-doc/sphinx/issues/4258 | 相关说明 | | ||
| 34 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/data/datasets/cityscapes.py | https://github.com/mcordts/cityscapesScripts/blob/master/cityscapesscripts/evaluation/instances2dict.py | 源码实现 | | ||
| 35 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/data/detection_utils.py | https://en.wikipedia.org/wiki/YUV#SDTV_with_BT.601 | 相关说明 | | ||
| 36 | +| 开发引入 | / | CenterMask2/models/detectron2/tests/modeling/test_matcher.py | https://github.com/pytorch/pytorch/issues/38964 | 相关说明 | | ||
| 37 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/layers/batch_norm.py | https://github.com/pytorch/pytorch/blob/master/torch/nn/modules/batchnorm.py | 源码实现 | | ||
| 38 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/data/transforms/transform.py | https://pillow.readthedocs.io/en/latest/PIL.html#PIL.ImageTransform.ExtentTransform | 相关依赖 | | ||
| 39 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/data/transforms/augmentation_impl.py | https://pillow.readthedocs.io/en/3.0.x/reference/ImageEnhance.html | 相关依赖 | | ||
| 40 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/layers/csrc/deformable/deform_conv_cuda.cu | https://github.com/open-mmlab/mmdetection/blob/master/mmdet/ops/dcn/src/deform_conv_cuda.cpp | 源码实现 | | ||
| 41 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/utils/serialize.py | https://github.com/joblib/joblib/blob/master/joblib/externals/loky/cloudpickle_wrapper.py | 源码实现 | | ||
| 42 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/export/torchscript.py | https://docs.python.org/3/library/importlib.html#importing-a-source-file-directly | 相关依赖 | | ||
| 43 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/data/datasets/coco.py | http://farm6.staticflickr.com/5454/9413846304_881d5e5c3b_z.jpg | 图片地址 | | ||
| 44 | +| 开发引入 | / | CenterMask2/models/detectron2/tests/structures/test_boxes.py | https://github.com/pytorch/pytorch/pull/39336 | 源码实现 | | ||
| 45 | +| 开发引入 | / | CenterMask2/models/centermask2/centermask/evaluation/cityscapes_evaluation.py | https://github.com/mcordts/cityscapesScripts/blob/master/cityscapesscripts/evaluation/evalPixelLevelSemanticLabeling.py | 源码实现 | | ||
| 46 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/structures/image_list.py | https://github.com/pytorch/pytorch/issues/39308 | 相关说明 | | ||
| 47 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/evaluation/cityscapes_evaluation.py | https://github.com/mcordts/cityscapesScripts/blob/master/cityscapesscripts/evaluation/evalPixelLevelSemanticLabeling.py | 源码实现 | | ||
| 48 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/evaluation/lvis_evaluation.py | https://github.com/facebookresearch/Detectron/blob/a6a835f5b8208c45d0dce217ce9bbda915f44df7/detectron/datasets/json_dataset_evaluator.py#L255 | 源码实现 | | ||
| 49 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/evaluation/coco_evaluation.py | http://cocodataset.org/#keypoints-eval | 数据集地址 | | ||
| 50 | +| 开发引入 | / | CenterMask2/models/centermask2/centermask/evaluation/coco_evaluation.py | http://cocodataset.org/#detection-eval | 数据集地址 | | ||
| 51 | +| 开源代码引入 | https://github.com/youngwanLEE/CenterMask/maskrcnn_benchmark/layers/misc.py | CenterMask2/models/detectron2/detectron2/layers/wrappers.py | https://github.com/pytorch/pytorch/issues/12013 | 源码实现 | | ||
| 52 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/layers/batch_norm.py | https://github.com/pytorch/pytorch/pull/36382 | 源码实现 | | ||
| 53 | +| 开发引入 | / | CenterMask2/models/centermask2/centermask/evaluation/coco_evaluation.py | https://github.com/facebookresearch/Detectron/blob/a6a835f5b8208c45d0dce217ce9bbda915f44df7/detectron/datasets/json_dataset_evaluator.py#L222-L252 | 源码实现 | | ||
| 54 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/data/transforms/transform.py | https://pillow.readthedocs.io/en/stable/ | 相关依赖 | | ||
| 55 | +| 开发引入 | / | CenterMask2/models/detectron2/tests/modeling/test_matcher.py | https://github.com/pytorch/pytorch/pull/38378 | 源码实现 | | ||
| 56 | +| 开源代码引入 | https://github.com/youngwanLEE/CenterMask/maskrcnn_benchmark/csrc/cuda/deform_conv_cuda.cu | CenterMask2/models/detectron2/detectron2/layers/csrc/deformable/deform_conv_cuda.cu | https://github.com/chengdazhi/Deformable-Convolution-V2-PyTorch/blob/mmdetection/mmdet/ops/dcn/src/deform_conv_cuda.c | 源码实现 | | ||
| 57 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/layers/csrc/deformable/deform_conv_cuda_kernel.cu | https://github.com/open-mmlab/mmdetection/blob/master/mmdet/ops/dcn/src/deform_conv_cuda_kernel.cu | 源码实现 | | ||
| 58 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/layers/csrc/vision.cpp | https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/cuda/detail/CUDAHooks.cpp#L231 | 源码实现 | | ||
| 59 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/modeling/proposal_generator/rrpn.py | https://github.com/pytorch/pytorch/issues/22812 | 相关说明 | | ||
| 60 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/utils/visualizer.py | https://github.com/matplotlib/matplotlib/issues/15363 | 相关说明 | | ||
| 61 | +| 开发引入 | / | CenterMask2/models/centermask2/centermask/layers/wrappers.py | https://github.com/pytorch/pytorch/issues/34202 | 相关说明 | | ||
| 62 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/modeling/proposal_generator/rpn.py | https://github.com/pytorch/pytorch/issues/41449 | 相关说明 | | ||
| 63 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/layers/aspp.py | https://github.com/tensorflow/models/blob/21b73d22f3ed05b650e85ac50849408dd36de32e/research/deeplab/model.py#L532 | 源码实现 | | ||
| 64 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/evaluation/coco_evaluation.py | https://github.com/facebookresearch/Detectron/blob/a6a835f5b8208c45d0dce217ce9bbda915f44df7/detectron/datasets/json_dataset_evaluator.py#L222-L252 | 源码实现 | | ||
| 65 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/layers/wrappers.py | https://github.com/pytorch/pytorch/issues/34202 | 相关说明 | | ||
| 66 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/evaluation/coco_evaluation.py | http://cocodataset.org/#detection-eval | 数据集地址 | | ||
| 67 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/data/datasets/coco.py | https://github.com/facebookresearch/detectron2/pull/175#issuecomment-551202163 | 源码实现 | | ||
| 68 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/config/defaults.py | http://cocodataset.org/#keypoints-eval | 数据集地址 | | ||
| 69 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/data/detection_utils.py | https://github.com/python-pillow/Pillow/blob/7.1.2/src/PIL/ImageOps.py#L527 | 相关依赖 | | ||
| 70 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/config/defaults.py | https://arxiv.org/abs/1811.11168 | 论文地址 | | ||
| 71 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/layers/wrappers.py | https://github.com/pytorch/pytorch/issues/38718 | 相关说明 | | ||
| 72 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/data/datasets/cityscapes.py | https://github.com/mcordts/cityscapesScripts/blob/master/cityscapesscripts/preparation/json2instanceImg.py | 源码实现 | | ||
| 73 | +| 开源代码引入 | https://github.com/youngwanLEE/CenterMask/maskrcnn_benchmark/csrc/cuda/deform_conv_kernel_cuda.cu | CenterMask2/models/detectron2/detectron2/layers/csrc/deformable/deform_conv_cuda_kernel.cu | https://arxiv.org/abs/1703.06211 | 论文地址 | | ||
| 74 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/export/torchscript.py | https://github.com/pytorch/pytorch/issues/38964 | 相关说明 | | ||
| 75 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/data/detection_utils.py | https://www.exiv2.org/tags.html | 相关说明 | | ||
| 76 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/modeling/anchor_generator.py | https://github.com/facebookresearch/Detectron/issues/227 | 源码实现 | | ||
| 77 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/utils/logger.py | https://github.com/abseil/abseil-py/blob/master/absl/logging/__init__.py | 源码实现 | | ||
| 78 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/utils/env.py | https://stackoverflow.com/questions/67631/how-to-import-a-module-given-the-full-path | 相关说明 | | ||
| 79 | +| 开发引入 | / | CenterMask2/models/centermask2/centermask/evaluation/cityscapes_evaluation.py | https://github.com/mcordts/cityscapesScripts/blob/master/cityscapesscripts/evaluation/evalInstanceLevelSemanticLabeling.py | 源码实现 | | ||
| 80 | +| 开发引入 | / | CenterMask2/models/centermask2/centermask/evaluation/coco_evaluation.py | http://cocodataset.org/#keypoints-eval | 数据集地址 | | ||
| 81 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/data/datasets/builtin_meta.py | https://github.com/cocodataset/panopticapi/blob/master/panoptic_coco_categories.json | 数据集地址 | | ||
| 82 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/export/torchscript.py | https://github.com/pytorch/pytorch/issues/41449 | 相关说明 | | ||
| 83 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/evaluation/sem_seg_evaluation.py | http://cocodataset.org/#format-results | 数据集地址 | | ||
| 84 | +| 开发引入 | / | CenterMask2/models/detectron2/datasets/prepare_cocofied_lvis.py | https://github.com/lvis-dataset/lvis-api/blob/master/data/coco_to_synset.json | 数据集地址 | | ||
| 85 | +| 开发引入 | / | CenterMask2/models/centermask2/centermask/utils/measures.py | https://github.com/ShichenLiu/CondenseNet/blob/master/utils.py | 源码实现 | | ||
| 86 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/engine/train_loop.py | https://arxiv.org/abs/2006.15704 | 论文地址 | | ||
| 87 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/data/detection_utils.py | https://github.com/wkentaro/labelme/blob/v4.5.4/labelme/utils/image.py#L59 | 源码实现 | | ||
| 88 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/engine/train_loop.py | http://engineering.hearsaysocial.com/2013/06/16/circular-references-in-python/ | 相关说明 | | ||
| 89 | +| 开源代码引入 | https://github.com/youngwanLEE/CenterMask/maskrcnn_benchmark/structures/boxlist_ops.py | CenterMask2/models/detectron2/detectron2/structures/boxes.py | https://github.com/kuangliu/torchcv/blob/master/torchcv/utils/box.py | 源码实现 | | ||
| 90 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/engine/launch.py | https://github.com/pytorch/pytorch/pull/14391 | 源码实现 | | ||
| 91 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/modeling/proposal_generator/rrpn.py | https://github.com/facebookresearch/Detectron/issues/459 | 相关说明 | | ||
| 92 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/structures/masks.py | https://stackoverflow.com/questions/24467972/calculate-area-of-polygon-given-x-y-coordinates | 相关说明 | | ||
| 93 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/data/datasets/coco.py | https://detectron2.readthedocs.io/tutorials/datasets.html#register-a-dataset | 数据集地址 | | ||
| 94 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/evaluation/pascal_voc_evaluation.py | https://github.com/rbgirshick/py-faster-rcnn/blob/master/lib/datasets/voc_eval.py | 源码实现 | | ||
| 95 | +| 开发引入 | / | CenterMask2/models/detectron2/detectron2/modeling/poolers.py | https://github.com/pytorch/pytorch/issues/41412 | 相关说明 | | ||
| 96 | +| 开发引入 | / | CenterMask2/models/detectron2/tests/layers/test_roi_align.py | https://github.com/tensorflow/tensorflow/issues/26278 | 相关说明 | | ||
| @@ -1,3 +1,9 @@ | |||
| 1 | | 类型 | 开源代码地址 | 文件名 | 公网IP地址/公网URL地址/域名/邮箱地址 | 用途说明 | | 1 | | 类型 | 开源代码地址 | 文件名 | 公网IP地址/公网URL地址/域名/邮箱地址 | 用途说明 | |
| 2 | |------|--------|--------------------------| ------------------------------------ |------| | 2 | |------|--------|--------------------------| ------------------------------------ |------| |
| 3 | -| 开发引入 | / | CycleGAN/parse.py | http://localhost | 本机网址 | | 3 | +| 开发引入 | / | CycleGAN/parse.py | http://localhost | 本机网址 | |
| 4 | +| 开发引入 | / | CycleGAN/models/networks_adapt.py | https://github.com/jcjohnson/fast-neural-style | 源码实现 | | ||
| 5 | +| 开发引入 | / | CycleGAN/models/networks_adapt.py | https://arxiv.org/pdf/1512.03385.pdf | 论文地址 | | ||
| 6 | +| 开发引入 | / | CycleGAN/models/networks_adapt.py | https://arxiv.org/abs/1505.04597 | 论文地址 | | ||
| 7 | +| 开发引入 | / | CycleGAN/models/networks_adapt.py | https://arxiv.org/abs/1704.00028 | 论文地址 | | ||
| 8 | +| 开发引入 | / | CycleGAN/models/cycle_gan_model_adapt.py | https://arxiv.org/pdf/1703.10593.pdf | 论文地址 | | ||
| 9 | +| 开发引入 | / | CycleGAN/models/networks_adapt.py | https://pytorch.org/docs/stable/optim.html | 相关依赖 | | ||
| @@ -1,3 +1,6 @@ | |||
| 1 | | 类型 | 开源代码地址 | 文件名 | 公网IP地址/公网URL地址/域名/邮箱地址 | 用途说明 | | 1 | | 类型 | 开源代码地址 | 文件名 | 公网IP地址/公网URL地址/域名/邮箱地址 | 用途说明 | |
| 2 | |------|--------|--------------------------| ------------------------------------ |--| | 2 | |------|--------|--------------------------| ------------------------------------ |--| |
| 3 | -| 开源代码引入 | https://github.com/mseitzer/pytorch-fid | HiSD_for_PyTorch/pytorch_fid/inception.py | https://github.com/mseitzer/pytorch-fid/releases/download/fid_weights/pt_inception-2015-12-05-6726825d.pth | 下载预训练权重 | | 3 | +| 开源代码引入 | https://github.com/mseitzer/pytorch-fid | HiSD_for_PyTorch/pytorch_fid/inception.py | https://github.com/mseitzer/pytorch-fid/releases/download/fid_weights/pt_inception-2015-12-05-6726825d.pth | 下载预训练权重 | |
| 4 | +| 开源代码引入 | https://github.com/mseitzer/pytorch-fid/src/pytorch_fid/inception.py | HiSD_for_PyTorch/pytorch_fid/inception.py | https://github.com/mseitzer/pytorch-fid/issues/28 | 相关说明 | | ||
| 5 | +| 开源代码引入 | https://github.com/mseitzer/pytorch-fid/src/pytorch_fid/inception.py | HiSD_for_PyTorch/pytorch_fid/inception.py | http://download.tensorflow.org/models/image/imagenet/inception-2015-12-05.tgz | 数据集地址 | | ||
| 6 | +| 开发引入 | / | HiSD_for_PyTorch/pytorch_fid/fid_score.py | https://github.com/bioinf-jku/TTUR | 源码实现 | | ||
| @@ -1,3 +1,14 @@ | |||
| 1 | | 类型 | 开源代码地址 | 文件名 | 公网IP地址/公网URL地址/域名/邮箱地址 | 用途说明 | | 1 | | 类型 | 开源代码地址 | 文件名 | 公网IP地址/公网URL地址/域名/邮箱地址 | 用途说明 | |
| 2 | |------|--------|--------------------------| ------------------------------------ |------| | 2 | |------|--------|--------------------------| ------------------------------------ |------| |
| 3 | -| 开源代码引入 | https://github.com/csjliang/LPTN | LPTN_ID2780_for_PyTorch/codes/utils/download_util.py | https://docs.google.com/uc?export=download | 下载依赖 | | 3 | +| 开源代码引入 | https://github.com/csjliang/LPTN | LPTN_ID2780_for_PyTorch/codes/utils/download_util.py | https://docs.google.com/uc?export=download | 下载依赖 | |
| 4 | +| 开发引入 | / | LPTN_ID2780_for_PyTorch/codes/utils/dist_util.py | https://github.com/open-mmlab/mmcv/blob/master/mmcv/runner/dist_utils.py | 源码实现 | | ||
| 5 | +| 开发引入 | / | LPTN_ID2780_for_PyTorch/codes/data/prefetch_dataloader.py | https://github.com/IgorSusmelj/pytorch-styleguide/issues/5# | 相关说明 | | ||
| 6 | +| 开发引入 | / | LPTN_ID2780_for_PyTorch/codes/data/prefetch_dataloader.py | https://github.com/NVIDIA/apex/issues/304# | 相关说明 | | ||
| 7 | +| 开发引入 | / | LPTN_ID2780_for_PyTorch/codes/utils/flow_util.py | https://github.com/open-mmlab/mmcv/blob/master/mmcv/video/optflow.py | 源码实现 | | ||
| 8 | +| 开源代码引入 | https://github.com/csjliang/LPTN/codes/metrics/psnr_ssim.py | LPTN_ID2780_for_PyTorch/codes/metrics/psnr_ssim.py | https://ece.uwaterloo.ca/~z70wang/research/ssim/ | 相关说明 | | ||
| 9 | +| 开源代码引入 | https://github.com/csjliang/LPTN/codes/data/prefetch_dataloader.py | LPTN_ID2780_for_PyTorch/codes/data/prefetch_dataloader.py | https://stackoverflow.com/questions/7323664/python-generator-pre-fetch | 相关说明 | | ||
| 10 | +| 开源代码引入 | https://github.com/csjliang/LPTN/codes/metrics/psnr_ssim.py | LPTN_ID2780_for_PyTorch/codes/metrics/psnr_ssim.py | https://en.wikipedia.org/wiki/Peak_signal-to-noise_ratio | 相关说明 | | ||
| 11 | +| 开发引入 | / | LPTN_ID2780_for_PyTorch/codes/utils/file_client.py | https://github.com/open-mmlab/mmcv/blob/master/mmcv/fileio/file_client.py | 源码实现 | | ||
| 12 | +| 开发引入 | / | LPTN_ID2780_for_PyTorch/codes/data/data_util.py | https://lmdb.readthedocs.io/en/release/ | 数据集地址 | | ||
| 13 | +| 开发引入 | / | LPTN_ID2780_for_PyTorch/codes/utils/download_util.py | https://stackoverflow.com/questions/25010369/wget-curl-large-file-from-google-drive | 相关说明 | | ||
| 14 | +| 开发引入 | / | LPTN_ID2780_for_PyTorch/codes/utils/lmdb_util.py | https://lmdb.readthedocs.io/en/release/ | 数据集地址 | | ||
| @@ -12,4 +12,5 @@ | |||
| 12 | | 开源代码引入 | https://github.com/royorel/Lifespan_Age_Transformation_Synthesis | Lifespan_ID2972_for_pytorch/util/util.py | https://drive.google.com/uc?id=1w2XjDywFr2NjuUWaLQDRktH7VwIfuNlY | 下载依赖 | | 12 | | 开源代码引入 | https://github.com/royorel/Lifespan_Age_Transformation_Synthesis | Lifespan_ID2972_for_pytorch/util/util.py | https://drive.google.com/uc?id=1w2XjDywFr2NjuUWaLQDRktH7VwIfuNlY | 下载依赖 | |
| 13 | | 开源代码引入 | https://github.com/royorel/Lifespan_Age_Transformation_Synthesis | Lifespan_ID2972_for_pytorch/util/util.py | https://grail.cs.washington.edu/projects/lifespan_age_transformation_synthesis/pretrained_models/deeplab_model.pth | 下载预训练权重 | | 13 | | 开源代码引入 | https://github.com/royorel/Lifespan_Age_Transformation_Synthesis | Lifespan_ID2972_for_pytorch/util/util.py | https://grail.cs.washington.edu/projects/lifespan_age_transformation_synthesis/pretrained_models/deeplab_model.pth | 下载预训练权重 | |
| 14 | | 开源代码引入 | https://github.com/royorel/Lifespan_Age_Transformation_Synthesis | Lifespan_ID2972_for_pytorch/util/util.py | https://drive.google.com/uc?id=1fhq5lvWy-rjrzuHdMoZfLsULvF0gJGwD | 下载依赖 | | 14 | | 开源代码引入 | https://github.com/royorel/Lifespan_Age_Transformation_Synthesis | Lifespan_ID2972_for_pytorch/util/util.py | https://drive.google.com/uc?id=1fhq5lvWy-rjrzuHdMoZfLsULvF0gJGwD | 下载依赖 | |
| 15 | - | 开源代码引入 | https://github.com/royorel/Lifespan_Age_Transformation_Synthesis | Lifespan_ID2972_for_pytorch/util/util.py | https://grail.cs.washington.edu/projects/lifespan_age_transformation_synthesis/pretrained_models/shape_predictor_68_face_landmarks.dat | 下载预训练权重 | | 15 | + | 开源代码引入 | https://github.com/royorel/Lifespan_Age_Transformation_Synthesis | Lifespan_ID2972_for_pytorch/util/util.py | https://grail.cs.washington.edu/projects/lifespan_age_transformation_synthesis/pretrained_models/shape_predictor_68_face_landmarks.dat | 下载预训练权重 | |
| 16 | +| 开发引入 | / | Lifespan_ID2972_for_pytorch/util/deeplab.py | https://github.com/chenxi116/DeepLabv3.pytorch | 源码实现 | | ||
| @@ -11,4 +11,18 @@ | |||
| 11 | | 开源代码引入 | https://github.com/NVlabs/stylegan2-ada-pytorch | stylegan2-ada-pytorch/train.py | https://nvlabs-fi-cdn.nvidia.com/stylegan2-ada-pytorch/pretrained/transfer-learning-source-nets/ffhq-res512-mirror-stylegan2-noaug.pkl | 下载预训练模型 | | 11 | | 开源代码引入 | https://github.com/NVlabs/stylegan2-ada-pytorch | stylegan2-ada-pytorch/train.py | https://nvlabs-fi-cdn.nvidia.com/stylegan2-ada-pytorch/pretrained/transfer-learning-source-nets/ffhq-res512-mirror-stylegan2-noaug.pkl | 下载预训练模型 | |
| 12 | | 开源代码引入 | https://github.com/NVlabs/stylegan2-ada-pytorch | stylegan2-ada-pytorch/train.py | https://nvlabs-fi-cdn.nvidia.com/stylegan2-ada-pytorch/pretrained/transfer-learning-source-nets/ffhq-res1024-mirror-stylegan2-noaug.pkl | 下载预训练模型 | | 12 | | 开源代码引入 | https://github.com/NVlabs/stylegan2-ada-pytorch | stylegan2-ada-pytorch/train.py | https://nvlabs-fi-cdn.nvidia.com/stylegan2-ada-pytorch/pretrained/transfer-learning-source-nets/ffhq-res1024-mirror-stylegan2-noaug.pkl | 下载预训练模型 | |
| 13 | | 开源代码引入 | https://github.com/NVlabs/stylegan2-ada-pytorch | stylegan2-ada-pytorch/train.py | https://nvlabs-fi-cdn.nvidia.com/stylegan2-ada-pytorch/pretrained/transfer-learning-source-nets/celebahq-res256-mirror-paper256-kimg100000-ada-target0.5.pkl | 下载预训练模型 | | 13 | | 开源代码引入 | https://github.com/NVlabs/stylegan2-ada-pytorch | stylegan2-ada-pytorch/train.py | https://nvlabs-fi-cdn.nvidia.com/stylegan2-ada-pytorch/pretrained/transfer-learning-source-nets/celebahq-res256-mirror-paper256-kimg100000-ada-target0.5.pkl | 下载预训练模型 | |
| 14 | - | 开源代码引入 | https://github.com/NVlabs/stylegan2-ada-pytorch | stylegan2-ada-pytorch/train.py | https://nvlabs-fi-cdn.nvidia.com/stylegan2-ada-pytorch/pretrained/transfer-learning-source-nets/lsundog-res256-paper256-kimg100000-noaug.pkl | 下载预训练模型 | | 14 | + | 开源代码引入 | https://github.com/NVlabs/stylegan2-ada-pytorch | stylegan2-ada-pytorch/train.py | https://nvlabs-fi-cdn.nvidia.com/stylegan2-ada-pytorch/pretrained/transfer-learning-source-nets/lsundog-res256-paper256-kimg100000-noaug.pkl | 下载预训练模型 | |
| 15 | + | 开源代码引入 | https://github.com/NVlabs/stylegan2-ada-pytorch/style_mixing.py | stylegan2-ada-pytorch/generate.py | https://nvlabs-fi-cdn.nvidia.com/stylegan2-ada-pytorch/pretrained/metfaces.pkl | 相关数据 | | ||
| 16 | +| 开源代码引入 | https://github.com/NVlabs/stylegan2-ada-pytorch/metrics/kernel_inception_distance.py | stylegan2-ada-pytorch/metrics/kernel_inception_distance.py | https://github.com/mbinkowski/MMD-GAN/blob/master/gan/compute_scores.py | 源码实现 | | ||
| 17 | +| 开源代码引入 | https://github.com/NVlabs/stylegan2-ada-pytorch/metrics/kernel_inception_distance.py | stylegan2-ada-pytorch/metrics/inception_score.py | http://download.tensorflow.org/models/image/imagenet/inception-2015-12-05.tgz | 数据集地址 | | ||
| 18 | +| 开源代码引入 | https://github.com/NVlabs/stylegan2-ada-pytorch/metrics/kernel_inception_distance.py | stylegan2-ada-pytorch/metrics/frechet_inception_distance.py | http://download.tensorflow.org/models/image/imagenet/inception-2015-12-05.tgz | 数据集地址 | | ||
| 19 | +| 开源代码引入 | https://github.com/NVlabs/stylegan2-ada-pytorch/metrics/frechet_inception_distance.py | stylegan2-ada-pytorch/metrics/frechet_inception_distance.py | https://github.com/bioinf-jku/TTUR/blob/master/fid.py | 源码实现 | | ||
| 20 | +| 开源代码引入 | https://github.com/NVlabs/stylegan2-ada-pytorch/style_mixing.py | stylegan2-ada-pytorch/style_mixing.py | https://nvlabs-fi-cdn.nvidia.com/stylegan2-ada-pytorch/pretrained/metfaces.pkl | 相关数据 | | ||
| 21 | +| 开源代码引入 | https://github.com/NVlabs/stylegan2-ada-pytorch/metrics/perceptual_path_length.py | stylegan2-ada-pytorch/metrics/perceptual_path_length.py | https://github.com/NVlabs/stylegan/blob/master/metrics/perceptual_path_length.py | 源码实现 | | ||
| 22 | +| 开源代码引入 | https://github.com/NVlabs/stylegan2-ada-pytorch/metrics/inception_score.py | stylegan2-ada-pytorch/metrics/inception_score.py | https://github.com/openai/improved-gan/blob/master/inception_score/model.py | 源码实现 | | ||
| 23 | +| 开源代码引入 | https://github.com/NVlabs/stylegan2-ada-pytorch/README.md | stylegan2-ada-pytorch/projector.py | https://nvlabs-fi-cdn.nvidia.com/stylegan2-ada-pytorch/pretrained/ffhq.pkl | 相关数据 | | ||
| 24 | +| 开源代码引入 | https://github.com/NVlabs/stylegan2-ada-pytorch/metrics/kernel_inception_distance.py | stylegan2-ada-pytorch/metrics/kernel_inception_distance.py | http://download.tensorflow.org/models/image/imagenet/inception-2015-12-05.tgz | 数据集地址 | | ||
| 25 | +| 开源代码引入 | https://github.com/NVlabs/stylegan2-ada-pytorch/metrics/precision_recall.py | stylegan2-ada-pytorch/metrics/precision_recall.py | https://github.com/kynkaat/improved-precision-and-recall-metric/blob/master/precision_recall.py | 源码实现 | | ||
| 26 | +| 开源代码引入 | https://github.com/NVlabs/stylegan2-ada-pytorch/README.md | stylegan2-ada-pytorch/generate.py | https://nvlabs-fi-cdn.nvidia.com/stylegan2-ada-pytorch/pretrained/cifar10.pkl | 相关数据 | | ||
| 27 | +| 开源代码引入 | https://github.com/NVlabs/stylegan2-ada-pytorch/README.md | stylegan2-ada-pytorch/legacy.py | https://nvlabs-fi-cdn.nvidia.com/stylegan2/networks/stylegan2-cat-config-f.pkl | 相关数据 | | ||
| 28 | +| 开源代码引入 | https://github.com/NVlabs/stylegan2-ada-pytorch/README.md | stylegan2-ada-pytorch/calc_metrics.py | https://nvlabs-fi-cdn.nvidia.com/stylegan2-ada-pytorch/pretrained/ffhq.pkl | 相关数据 | | ||