• LaTeX笔记

      标题 Latex subsubsubsection.设置LaTeX的三级小标题 %%% 设置subsubsubsection属性 newcommand{ subsubsubsection} 1 { paragraph{/ 1} mbox{} } setcounter{secnumdepth}{4}...

      2022-08-05 05:25ProfSnail

      阅读更多
    • LaTeX 图片加标题 文本分栏自动换行

      LaTeX 图片加标题 文本分栏自动换行

      LaTeX制作PPT的时候,需要实现的效果。 两张图片并列,并分别添加小标题。 在图片的下方插入表格,表格中文字自动进行换行。 begin{frame} frametitle{多到多的序列转换模型 Sequence To Sequence Models} begin{figure} htbp cen...

      2022-08-05 05:25ProfSnail

      阅读更多
    • 获取预训练模型的网络输入尺寸

      获取预训练模型的网络输入尺寸

      初学神经网络之时,常常会用到预训练的网络包。 例如 from torchvision import models resnet = models.res18 pretrained=True 但是初学者在使用的时候会犯难:我需要输入多大尺寸的图片呢? 解决方案: 方法一:读torchvision.mo...

      2022-08-05 05:25ProfSnail

      阅读更多
    • LaTeX使用frame制作PPT图片没有标号

      LaTeX使用frame制作PPT图片没有标号

      LaTeX使用 begin{frame} end{frame} 方法制作PPT的时候,出现如下问题,图片不自动编号。 latex中图片显示异常 https://img blog.csdnimg.cn/a2cab3d820dd4da097784a394e9e75f4.png 解决方案:在文件开头处进行...

      2022-08-05 05:25ProfSnail

      阅读更多
    • Pytorch分布式并行处理

      Pytorch在1.9版本的官方文档中,明确说明了不再建议使用 nn.DataParallel ,或者是 multiprocessin g,而是推荐使用 nn.parallel.DistributedDataParllel 。即使只有一个GPU核,同样也推荐使用 nn.paralle.Distrib...

      2022-08-05 05:25ProfSnail

      阅读更多
    • 无法导入torchvision.io.read_image

      在运行官网pytorch案例的时候,发现无法从torchvision.io中导入read image。 ImportError: cannot import name 'read image' from 'torchvision.io' 查看torchvision的版本发现是0.6的落后版本。 In...

      2022-08-05 05:25ProfSnail

      阅读更多
    • cs231n学习记录

      cs231n学习记录

              cs231n是斯坦福大学开设的深度学习与计算机视觉结合的一门课程,许多地方都可以找到这门课程的公开资源。由于最近在做计算机视觉相关的工作,所以学习一下这门课程的内容,并对这门课程中一些有启发的内容进行记录。鉴于许多地方已经有比较完善和系统的笔记体系,我就不做事无巨细的学习笔记了。与此...

      2022-08-05 05:25ProfSnail

      阅读更多
    • scikit-image图像处理笔记

      scikit-image图像处理笔记

              scikit image内置部分数据集,以及图像处理方法。介绍几个学来感觉有用的函数和方法。         参考资料:《Python图像处理实战》         安装方法: pip install scikit image         导入方法: from skimage.i...

      2022-08-05 05:25ProfSnail

      阅读更多
    • 格式化代码缩进的小技巧

      格式化代码缩进的小技巧

              最近这段日子经常混迹于问答板块回答问题,发现了一点小问题。         一些朋友在提问的时候放上来的代码是没有缩进的;或者编程格式不太美观,经常看着看着就迷醉其中了。         提问的兄弟因为自己比较着急,赶紧放上来了一段代码。         自己在这边帮他回答问题,看着...

      2022-08-05 05:25ProfSnail

      阅读更多
    • 【FAQ】CCAPI兼容EOS相机列表(2022年8月 更新)

      【FAQ】CCAPI兼容EOS相机列表(2022年8月 更新)

      目前SDK支持的EOS相机列表如下所示: https://img blog.csdnimg.cn/c43e8a90ecdf4461834f8ca846ace82f.png https://img blog.csdnimg.cn/b5e8c06052e943148ce23e0dc9b49ed3.png...

      2022-08-05 05:25Canon_ShinChan

      阅读更多
    • 【FAQ】什么是 Canon CCAPI

      Canon CCAPI(Camera Control Application Programming Interface)“相机控制应用程序编程接口”,可以通过Restful命令,控制相机的各种功能以及与相机进行数据交换。

      2022-08-05 05:25Canon_ShinChan

      阅读更多
    • unity 将Text批量替换为TextMeshProUGUI

      csharp using System.Collections.Generic; using System.IO; using TMPro; using UnityEditor; using UnityEngine; using UnityEngine.UI; public class Text2...

      2022-08-05 05:25木棉-小健

      阅读更多
    • Some basic method records of commonly used languages ​​in LeetCode

      Some basic method records of commonly used languages ​​in LeetCode

      Article Directory Some basic methods of common languages ​​in LeetCode Record LeetCode 1 Java Java 3 Arrays 4 Common operations and methods of arrays ...

      2022-08-05 06:44monkeyhlj

      阅读更多
    • D45_Camera assembly Camera

      D45_Camera assembly Camera

      Catalog 1. Camera Components 1. %E6%91%84%E5%83%8F%E6%9C%BA%E7%BB%84%E4%BB%B6 1.Clear Flags Clear Target 1.Clear%20Flags 1.SkyBox Sky Box 1.SkyBox %E5...

      2022-08-05 06:44Not so simple GG

      阅读更多
    • D41_buffer pool

      Why use the buffer pool, how to use the buffer pool?In the previous study, special effects, bullets, etc. were always created and destroyed frequently...

      2022-08-05 06:44Not so simple GG

      阅读更多
    • LaTeX image captioning text column automatic line wrapping

      LaTeX image captioning text column automatic line wrapping

      When LaTeX makes PPT, the effect that needs to be achieved.Two pictures side by side, and add subtitles separately.Insert a table below the picture, a...

      2022-08-05 06:44ProfSnail

      阅读更多
    • 【FAQ】CCAPI Compatible EOS Camera List (Updated in August 2022)

      【FAQ】CCAPI Compatible EOS Camera List (Updated in August 2022)

      The current list of EOS cameras supported by the SDK is as follows: https://img blog.csdnimg.cn/c43e8a90ecdf4461834f8ca846ace82f.png https://img blog....

      2022-08-05 06:44Canon_ShinChan

      阅读更多
    • Writing OpenCV in VSCode

      Writing OpenCV in VSCode

      First, you need to install MinGW compiler, support for compiling c + + code.Install MinGW compiler 1. Download the MinGW, download links for: w64 / To...

      2022-08-05 06:44ProfSnail

      阅读更多
    • Error correction notes for the book Image Processing, Analysis and Machine Vision

      Error correction notes for the book Image Processing, Analysis and Machine Vision

      Recently, I read the book "Image Processing, Analysis, and Machine Vision, Fourth Edition" in a mixture of Chinese and English. The 9th printing editi...

      2022-08-05 06:44ProfSnail

      阅读更多
    • 图像处理、分析与机器视觉一书纠错笔记

      图像处理、分析与机器视觉一书纠错笔记

              最近在中英文混合着阅读《图像处理、分析与机器视觉,第四版》这本书,2020年4月第9次印刷版,英文名称是《Image processing, analysis, and machine vision, the forth edition》。读中文翻译版的时候感觉有些地方不是很通顺,所...

      2022-08-05 05:25ProfSnail

      阅读更多
  • 猜你喜欢