- 博客(4)
- 收藏
- 关注
原创 YOLOF(You only look one level feature)的Tensorflow(tf.1.x)实现
Tensorflow implement YOLOF(You Only Look One Level Feaature)
2021-11-23 21:48:43 677
原创 Pytorch自定义warmup+consine decay+周期变化+全局decay学习率
import torchimport numpy as npfrom torchvision.models import AlexNetfrom torch.optim.lr_scheduler import CosineAnnealingLR,OneCycleLR, CosineAnnealingWarmRestartsimport matplotlib.pyplot as pltfrom torch.optim.lr_scheduler import LambdaLRdef circle.
2021-11-10 17:16:08 2537
原创 FCOS的Tensorflow实现(tf1.x)
FCOS是一种不错的anchor free目标检测器,github上有很多基于pytorch实现的代码,但基于tensorflow的代码实现比较少,且很多的实现并没有给出公开数据集上的performance,为了深入学习FCOS的原理,写了一份基于tf实现的FCOS代码。先上github链接:参考代码:zhenghao977/FCOS-PyTorch-37.2AP: A pure torch implement of FCOS 37.2AP (github.com)tf实现:J...
2021-07-04 22:12:41 222
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人