Skip to content

How to get albedo pseudo ground truth #6

Description

@896729202

l see albedo gt from
albedo_path = os.path.join(pre_path, "albedo", image_basename)

    # 2. 检查文件是否存在
    if os.path.exists(albedo_path):
        # 3. 从磁盘加载图像
        albedo = Image.open(albedo_path)
        albedo = np.array(albedo, dtype=np.float32) / 255.0

how to preprocess my own datasets to get this alebdo file like the code you give above ,

thank you

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions