Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

3D Style Transfer: Use content/output texture only where needed #145

Open
@ghost

Description

I was wondering about the viability of only sampling the content/output texture and updating where it's necessary from the view frame for each iteration.

More specifically to sample the content texture frame and the optimizing texture frame for the given view and then send that to the optimizing model as inputs for the content loss. This would (I think) keep the full size textures away from the backprop step and (I think) would allow for arbitrarily large texture sizes constrained instead by the MeshRenderer size.

It would be amazing to be able to trade some speed and more iterations for really high resolution textures without being constrained by GPU memory.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requestedwontfixThis will not be worked on by core team members—but PRs are usually welcome!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions