Coder Social home page Coder Social logo

视差图着色 about igev HOT 2 CLOSED

Luckyangle1232 avatar Luckyangle1232 commented on September 28, 2024
视差图着色

from igev.

Comments (2)

gangweiX avatar gangweiX commented on September 28, 2024

我使用的视差图着色代码在https://github.com/gangweiX/IGEV/blob/main/IGEV-Stereo/demo_imgs.py中的第52行,即
plt.imsave(output_directory / f"{file_stem}.png", disp.squeeze(), cmap='jet'),如果是cv2.imwrite的话,则是
cv2.imwrite(filename, cv2.applyColorMap(cv2.convertScaleAbs(disp.squeeze(), alpha=0.01),cv2.COLORMAP_JET), [int(cv2.IMWRITE_PNG_COMPRESSION), 0])。方便的话,可以把我的几篇论文都引用一下,应该是和你的论文主题一致的,如果不一致就算了

from igev.

Luckyangle1232 avatar Luckyangle1232 commented on September 28, 2024

我使用的视差图着色代码在https://github.com/gangweiX/IGEV/blob/main/IGEV-Stereo/demo_imgs.py中的第52行,即 plt.imsave(output_directory / f"{file_stem}.png", disp.squeeze(), cmap='jet'),如果是cv2.imwrite的话,则是 cv2.imwrite(filename, cv2.applyColorMap(cv2.convertScaleAbs(disp.squeeze(), alpha=0.01),cv2.COLORMAP_JET), [int(cv2.IMWRITE_PNG_COMPRESSION), 0])。方便的话,可以把我的几篇论文都引用一下,应该是和你的论文主题一致的,如果不一致就算了

ACVNet和IGEV都引用了,感谢您的帮助

from igev.

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.