EfficientDet_PyTorch
EfficientDet_PyTorch 目标检测(Object Detection)
用户评论
推荐下载
-
PyTorch_Encoding
A CV toolkit for my papers.
10 2021-01-22 -
EvoNorms_PyTorch
Evolving Normalization-Activation Layers
5 2021-01-22 -
HitDet.pytorch
HitDet.pytorch
4 2021-01-22 -
ghostnet_pytorch
unofficial implementation of GhostNet in PyTorch
16 2021-01-22 -
lpn_pytorch
lpn-pytorch
3 2021-01-22 -
pytorch_cifar
95.47% on CIFAR10 with PyTorch
8 2021-01-24 -
SpineNet_Pytorch
This project is a kind of implementation of SpineNet(CVPR 2020) using mmdetection.
6 2021-01-24 -
pytorch_acdc
Experiments with ACDC linear layers and development of ACDC convolutional layers.
7 2021-01-24 -
pytorch_randaugment
Unofficial PyTorch Reimplementation of RandAugment.
3 2021-01-23 -
pytorch基本流程
数据集的预处理模块 tensor格式转换 主要是讲numpy格式转换为tensor格式 x_train, y_train, x_valid, y_valid = map( torch.tensor,
10 2021-01-17
暂无评论