gamba - Pytorch
Project description
Gamba
Implementation of "GAMBA: MARRY GAUSSIAN SPLATTING WITH MAMBA FOR SINGLE-VIEW 3D RECONSTRUCTION" in PyToch
install
$ pip intall gamba
usage
import torch
from gamba.main import Gamba
# Forward pass of the GambaDecoder module.
x = torch.randn(1, 1000, 512)
# Model
model = Gamba(
dim=512,
d_state=512,
d_conv=512,
n=16384,
depth=3
)
# Out
out = model(x)
print(out)
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gamba_torch-0.0.1.tar.gz
(4.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gamba_torch-0.0.1.tar.gz.
File metadata
- Download URL: gamba_torch-0.0.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.11.0 Darwin/23.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d2549bb97836f42ebb52076e845ccfb3b1aec4fce1ebb920a9004d877cf4fd0
|
|
| MD5 |
5734c9640305b228b18bbc67cd7e1eb3
|
|
| BLAKE2b-256 |
b6e21dd0dd121768975c0844107ea4669fa676b487bb13ff78520d367568112e
|
File details
Details for the file gamba_torch-0.0.1-py3-none-any.whl.
File metadata
- Download URL: gamba_torch-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.11.0 Darwin/23.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3e226af2acc2d4b49776302f114fa68244211d282af225727cbc2003961998c
|
|
| MD5 |
e64748828a0adc01fd45e5f7cb9b6d4c
|
|
| BLAKE2b-256 |
6a9b8f79f9d4bf5594d0d44161d69336c918b423b265a42e16715d1cbde88f9c
|