Coder Social home page Coder Social logo

Comments (6)

WZMIAOMIAO avatar WZMIAOMIAO commented on July 20, 2024

批量检测时你把多张图片打成一个batch输入就行了,你想检测图片中是否存在多个目标的话,你可以了解下目标检测

from deep-learning-for-image-processing.

linluying avatar linluying commented on July 20, 2024

你好,我刚接触不久,请问具体的过程您能详细说明下或者帮我写个批量检测的代码吧,万分感谢

from deep-learning-for-image-processing.

LinLi-DL avatar LinLi-DL commented on July 20, 2024

@WZMIAOMIAO 你好,我在用mobilenet 替换resnet作为一个代码的主干网络,通过卷积把输出设置成跟残差一样的通道和大小,而且已经实现,但是再运算过程中还是有个地方报错,tensor的尺度不对,我不知道有没有说清楚,我的疑问是按理说主干网络的输出都处理成一样的了, 其他部分就直接调用就可以了,但是竟然有报错。我的邮箱是2510283860 qq的 请指教

from deep-learning-for-image-processing.

lixuxin3793 avatar lixuxin3793 commented on July 20, 2024

from deep-learning-for-image-processing.

WZMIAOMIAO avatar WZMIAOMIAO commented on July 20, 2024

@linluying 你读入多张图片后分别进行预处理,然后放在一个list里面,通过torch.stack()函数将list中的所有图片tensor打包成一个batch就行了

from deep-learning-for-image-processing.

WZMIAOMIAO avatar WZMIAOMIAO commented on July 20, 2024

@lilin198196 你的问题我没听懂, 你直接在bilibili上私信我吧

from deep-learning-for-image-processing.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.