登录
首页 » Pascal » YOLO

YOLO

于 2020-06-21 发布 文件大小:10465KB
0 408
下载积分: 1 下载次数: 0

代码说明:

  将一幅图像分成 SxS 个网格(grid cell),如果某个 object 的中心落在这个网格中,则这个网格就负责预测这个 object。(Divide an image into SxS grid cells. If the center of an object falls in the grid, the grid is responsible for predicting the object.)

文件列表:

YOLOv3 An Incremental Improvement.pdf, 2456177 , 2018-07-05
You Only Look Once Unified, Real-Time Object Detection.pdf, 5296750 , 2018-07-05
YOLO9000_ Better
, Faster, Stronger.pdf, 3444267 , 2018-07-05

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • FrankWolfe_BPR配流算法
    FrankWolfe_BPR配流算法,用于基于BPR函数的配流方法(FrankWolfe_BPR distribution algorithm for the BPR function based on the distribution method)
    2018-01-03 17:49:13下载
    积分:1
  • 说明:  该资料为收集的Altium designer库文件,里面的封装还是比较齐全的。(The data is collected from the Altium designer library file, which is fully encapsulated.)
    2019-03-18 21:44:06下载
    积分:1
  • MainWindow
    说明:  spy is the open-source .NET assembly browser and compiler.
    2020-06-24 00:40:02下载
    积分:1
  • 汉字区位码查询 ChsQwm 1.01
    这个小软件能帮助你迅速而准确的同时查出1~12个汉字的区位码,并且记录你最近50次的查询记录,使你不再为一个个汉字的区位码而东翻西找。 而且这是一个纯绿色的小软件,你只需将它复制到一个新建的文件夹内,不需要时你只要将这个文件夹删除即可,绝不会在你的系统中留下任何垃圾文件。更重要的是这是一个完全免费的且不需要注册的小软件而已,如果你喜欢你可以将它推荐给任何人。(small software can help you quickly and accurately detect the same time a ~ 12 Chinese characters in an area code, and record your last 50 inquiries record so that you no longer a Chinese characters in an area code and find overturned. But this is a pure small green software, you need to copy it to a new folder, as long as you do not need at this folder can be deleted and will not be in your system to leave any garbage documents. More important is that this is a completely free and does not require registration of small software only, if you like you can recommend it to anyone.)
    2005-08-08 10:47:44下载
    积分:1
  • ftp服务器 希望能为广大的爱好者提供帮助
    ftp服务器 希望能为广大的爱好者提供帮助-ftp server
    2022-02-03 03:24:26下载
    积分:1
  • 【成电】【阵列天线讲义】王建教授的
    电子科大陈建教授阵列天线分析与综合 讲义(The analysis and comprehensive lecture of the array antenna of Professor Chen Jian in the electronic department)
    2021-02-09 17:59:53下载
    积分:1
  • 陈列馆问题(不重复),每个房间不能重复监视,即每个房间有且仅有一个机器人监视...
    陈列馆问题(不重复),每个房间不能重复监视,即每个房间有且仅有一个机器人监视-Museum issues (non-repetition), each room can not be repeated surveillance, that is, each room has one and only one robot to monitor
    2022-06-16 11:41:05下载
    积分:1
  • MMS_20100911
    it维修管理系统+网站,原创,接修、派工、更正、返修,维修记录,客户管理,客户网站查询维修情况等。(it maintenance management system+ site, the original, then repair, dispatching, correction, repair, maintenance records, customer management, customer website maintenance and so on.)
    2011-06-14 22:26:30下载
    积分:1
  • atl方法使用编程实例
    atl方法使用编程实例-ATL ways to use programming examples
    2022-04-09 09:13:54下载
    积分:1
  • C# 取消磁盘共享功能的实例
    Visual C# 取消Windows 磁盘共享源代码,在Widnwos7也可设置某一磁盘共享和不共享,本程序只是模拟实现的功能,可取消已被共享的磁盘,在文本框中输入盘符即可取消该盘的共享属性。编写思路,单击一个按钮,创建一个事件,将整个需要实现的功能都写进按钮事件中,事件的代码如下:   System.Diagnostics.Process myProcess = new System.Diagnostics.Process();   myProcess.StartInfo.FileName = "cmd.exe";//启动cmd命令   myProcess.StartInfo.UseShellExecute = false;//是否使用系统外壳程序启动进程   myProcess.StartInfo.RedirectStandardInput = true;//是否从流中读取   myProcess.StartInfo.RedirectStandardOutput = true;//是否写入流   myProcess.StartInfo.RedirectStandardError = true;//是否将错误信息写入流   myProcess.StartInfo.CreateNoWindow = true;//是否在新窗口中启动进程   myProcess.Start();//启动进程   //执行取消磁盘共享命令   myProcess.StandardInput.WriteLine("NET SHARE " + textBox1.Text + "$ /DEL");   MessageBox.Show("执行成功", "信息", MessageBoxButtons.OK, MessageBoxIcon.Information);
    2023-05-13 16:00:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载