NeROIC
By snap-research
make-a-video-pytorch
Implementation of Make-A-Video, new SOTA text to video generator from Meta AI, in Pytorch (by lucidrains)
Our great sponsors
NeROIC | make-a-video-pytorch | |
---|---|---|
4 | 6 | |
816 | 1,663 | |
4.2% | - | |
0.0 | 7.2 | |
8 months ago | 3 months ago | |
Python | Python | |
GNU General Public License v3.0 or later | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
NeROIC
Posts with mentions or reviews of NeROIC.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-09-29.
-
Make-A-Video is a state-of-the-art AI system that generates videos from text
I actually have been trying it out this week, and in fact it's currently trying to process the video generation, like their example shows. While I was able to follow their steps for training using their dataset, and generate the lighting/depth maps for the milkcarton example, the video generation is taking a long time (over 24hours, using a 3070Ti with 8GB VRAM).
From what I understand with NeROIC, it's not particularly meant to be able to generate an 3D model that can be imported into Blender (or other software). It requires more work to take the meshes it generates to do something with it. See https://github.com/snap-research/NeROIC/issues/10
make-a-video-pytorch
Posts with mentions or reviews of make-a-video-pytorch.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-18.
What are some alternatives?
When comparing NeROIC and make-a-video-pytorch you can also consider the following projects:
jukebox - Code for the paper "Jukebox: A Generative Model for Music"
text2mesh - 3D mesh stylization driven by a text input in PyTorch
stable-diffusion