-
大小: 15.65MB文件类型: .zip金币: 1下载: 0 次发布日期: 2023-07-16
- 语言: Python
- 标签:
资源简介
Tensorflow implementation of "Spatial As Deep: Spatial CNN for Traffic Scene Understanding" (AAAI 2018)
代码片段和文件信息
%% Calculate overall Fmeasure from each scenarios
clc; clear; close all;
allFile = ‘output/vgg_SCNN_DULR_w9_iou0.5.txt‘;
all = textread(allFile‘%s‘);
TP = 0;
FP = 0;
FN = 0;
for i=1:9
tpline = (i-1)*14+4;
tp = str2double(all(tpline));
fp = str2double(all(tpline+2));
fn = str2double(all(tpline+4));
TP = TP + tp;
FP = FP + fp;
FN = FN + fn;
end
P = TP/(TP + FP)
R = TP/(TP + FN)
F = 2*P*R/(P + R)*100
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-08-07 12:09 Codes-for-Lane-Detection-master\
文件 10 2019-08-07 12:09 Codes-for-Lane-Detection-master\.gitignore
目录 0 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\
文件 1528 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\LICENSE
文件 1475 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\ParallelCriterion2.lua
文件 2409 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\README.md
文件 1988 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\checkpoints.lua
文件 5288 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\dataloader.lua
目录 0 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\datasets\
文件 1990 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\datasets\README.md
目录 2318 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\datasets\\
文件 2010 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\datasets\cifar10-gen.lua
文件 1349 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\datasets\cifar10.lua
文件 2081 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\datasets\cifar100-gen.lua
文件 1665 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\datasets\cifar100.lua
文件 3893 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\datasets\imagenet-gen.lua
文件 2797 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\datasets\imagenet.lua
文件 993 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\datasets\init.lua
文件 3704 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\datasets\lane-gen.lua
文件 2264 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\datasets\lane.lua
文件 2541 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\datasets\laneTest-gen.lua
文件 1956 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\datasets\laneTest.lua
文件 10995 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\datasets\transforms.lua
目录 0 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\experiments\
目录 0 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\experiments\models\
文件 4509 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\experiments\models\SCNN-gen.lua
目录 0 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\experiments\models\vgg\
文件 71 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\experiments\models\vgg\.gitignore
目录 0 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\experiments\models\vgg_SCNN_DULR_w9\
文件 71 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\experiments\models\vgg_SCNN_DULR_w9\.gitignore
目录 0 2019-08-07 12:09 Codes-for-Lane-Detection-master\ENet-Label-Torch\experiments\predicts\
............此处省略101个文件信息
- 上一篇:python2.7.13
- 下一篇:Python-微信跳一跳辅助的App实现
相关资源
- Python-图像分类目标检测姿态估计分割
- Python-用python3opencv3做的中国车牌识别
- Python-各种对抗神经网络GAN大合集
- Python-Intel开源增强学习框架Coach
- Python-CENet用于2D医学图像分割的上下文
- Python-基于深度神经网络和蒙特卡罗树
- Python-SPNLearningAffinityviaSpatialPropagatio
- Python-效果超赞的图片自动增强GANs非成
- Python-VoiceactivitydetectionVAD语音端点检测
- Python-TensorFlow实现的人脸性别年龄识别
- Python-waifu2x利用卷积神经网络放大图片
- Python-TheElementsofStatisticalLearningESL的中
- Python-基于Tensorflow和Keras实现端到端的
- Python-MuseGAN用于乐曲生成的AI
- Python-简单快速实时可定制的机器学习
- Python-PySceneDetect基于PythonOpenCV实现的视
- Python-输入输出隐马尔可夫模型IOHMM的
- Python-基于OpenCVKerasTensorFlow实现深度换
- Python-在PyTorch中关注神经机器翻译的最
- Python-PointSIFT一种类似SIFT的网络模块用
- Python-O2O优惠券使用预测的第一名解决
- Python-TensorFlow神经机翻译seq2seq教程
- Python-FastDTW的一个Python实现
- Python-人体姿势估计和跟踪的简单基线
- Python-Pytorch实现的CRAFT文本检测器
- Python-2016CCF大数据精准营销中搜狗用户
- Python-YOLOv3的PyTorch完整实现
- Python-人群计数相关资源列表
- Python-那些值得读的深度学习论文集合
- Python-利用深度学习预测比特币价格
评论
共有 条评论