Giter Site home page Giter Site logo

训练问题 about superyolo HOT 6 CLOSED

icey-zhang avatar icey-zhang commented on August 31, 2024
训练问题

from superyolo.

Comments (6)

wxh1402714457 avatar wxh1402714457 commented on August 31, 2024

混合训练:RGB+IR+MF,单独训练:IR
image
这是混合训练的图,上一张是IR训练的图,都是RGB的呀,没有红外线的图,这是啥问题?

from superyolo.

icey-zhang avatar icey-zhang commented on August 31, 2024

您好,这是因为训练的可视化的时候,用的都是RGB的图,你可以看train.py 第144行:

Thread(target=plot_images, args=(imgs, targets, paths, f), daemon=True).start()

测试的时候是分开了的,你可以看test.py 第245行
Thread(target=plot_images, args=(ir, targets, paths, f, names), daemon=True).start()

from superyolo.

wxh1402714457 avatar wxh1402714457 commented on August 31, 2024

您好,这是因为训练的可视化的时候,用的都是RGB的图,你可以看 train.py 第144行:

Thread(target=plot_images, args=(imgs, targets, paths, f), daemon=True).start()

测试的时候是分开了的,你可以看 test.py 第245行

Thread(target=plot_images, args=(ir, targets, paths, f, names), daemon=True).start()

也就是说,训练是RGB和IR一块训练的,只不过可视化是只显示了RGB图像?

from superyolo.

wxh1402714457 avatar wxh1402714457 commented on August 31, 2024

???作者可以回答一下吗?麻烦您了

from superyolo.

icey-zhang avatar icey-zhang commented on August 31, 2024

多模态的时候是在RGB上做了可视化

from superyolo.

wxh1402714457 avatar wxh1402714457 commented on August 31, 2024

为啥低分辨率的val,使用SR后效果并不好,还不如高分辨率的val

from superyolo.

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.