Giter Club home page Giter Club logo

Comments (3)

wZuck avatar wZuck commented on August 30, 2024

你是指数据的格式为 [C,H,W] = [1,H,W] 吗,如果是这样的话,可以。但是因为代码中都是对3通道图像做处理的,因此需要对dataloader或者backbone稍作修改。

from libfewshot.

henbucuoshanghai avatar henbucuoshanghai commented on August 30, 2024

from libfewshot.

wZuck avatar wZuck commented on August 30, 2024

是的,你可以在

image_name = self.data_list[idx]
image_path = os.path.join(self.data_root, "images", image_name)
data = self.loader(image_path)
里修改图片载入逻辑,读取灰度图像并转换为三通道图像。
MEAN = [120.39586422 / 255.0, 115.59361427 / 255.0, 104.54012653 / 255.0]
STD = [70.68188272 / 255.0, 68.27635443 / 255.0, 72.54505529 / 255.0]
这里的MEANSTD是在ImageNet上统计得到的参数,如有需要可以自行修改。

from libfewshot.

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.