GithubHelp home page GithubHelp logo

Can you make a website? about depthflow HOT 5 OPEN

brokensource avatar brokensource commented on June 14, 2024
Can you make a website?

from depthflow.

Comments (5)

Tremeschin avatar Tremeschin commented on June 14, 2024

The code to resize to the image's resolution was at a bad position and causing some edge cases (again depending on monitor resolution and platform), so I've deliberately unhooked it yesterday after some user on Discord, but it's top priority to fix (I have a much better idea where to place it, just struggling on it)

The video of yours just wasn't automatically resized to 1080x1920, the borders are lack of information, using (...) main -w 1080 -h 1920 (...) should work :)

from depthflow.

Tremeschin avatar Tremeschin commented on June 14, 2024

About a website, I'm quite sure it would be nearly impossible to run the code locally on the user's browser because of Python (and many other factors), if just acessing an url to use it, quite certainly not in real time, but...

I can see a Gradio or Streamlit dashboard working if we run it locally, but it's a lot of bandwidth for only me to code right now, as the architecture needs also better ffmpeg, presets system, caching, reusability, but is the end goal per roadmap

One option is to host myself and make it available, I don't have good spare hardware (a R3 1300X and 1050 ti lol), or cloud host it, but for depthflow the computational costs are significant (hugginface spaces are an alternative, not sure if enough cpu there), and-

-would need mechanisms to detect abuse, subscription status if it's paid, etc. not really my expertise in programming

so, for now I'll keep focusing on the foundations, and if someone's up for making a wrapper on top of current stuff or a beta website I'm up to it!

from depthflow.

Tremeschin avatar Tremeschin commented on June 14, 2024

I'm very close to a once and for all fix to this aspect ratio enforcing thing, it's much more stable now

I'm reviewing the code and will test on Windows, in a few hours I'll have it commited (^ if things go right 😓)

from depthflow.

Tremeschin avatar Tremeschin commented on June 14, 2024

The code to resize to the image's resolution was at a bad position and causing some edge cases (again depending on monitor resolution and platform), so I've deliberately unhooked it yesterday after some user on Discord, but it's top priority to fix (I have a much better idea where to place it, just struggling on it)

The video of yours just wasn't automatically resized to 1080x1920, the borders are lack of information, using (...) main -w 1080 -h 1920 (...) should work :)

New code is up wih a much better place to have the resolutions calculations!

Now depthflow enforces an aspect ratio to the scene and any resize respects it, so depthflow -i image main -r -o ./video will best-match the input image's aspect ratio to the width and height one sends (1920x1080 by default)

It prioritizes width changes over height, and calculates the other missing component if it's not set, so for example:

  • shaderflow default --ar 16/9 -w 1280: Calculates h=720 as it's not set
  • shaderflow default --ar 1: Sets resolution to (1920, 1920) as it prioritizes width and ar=1
  • shaderflow default --ar 16:9 -w 1920 -h 90: Will use the smallest component of the two, so (160, 90)

All of those transfer to depthflow after the main (args) or just depthflow (args) which implies main, the --ar setting is set by depthflow's input command of the image's ratio

Need to git pull all shaderflow/depthflow/monorepo for the new changes as they interop, maybe a git pull --recurse-submodules --rebase could work

Let me know if it works, and any potential edge case I missed, but so far it's much better than previous solutions

from depthflow.

onlysharma0852 avatar onlysharma0852 commented on June 14, 2024

I will try and let you know later.

from depthflow.

Related Issues (17)

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.