Magma
Magma copied to clipboard
[CVPR 2025] Magma: A Foundation Model for Multimodal AI Agents
I am looking for the part where you mentioned in your paper, segment the video and use the pyscenedetect algorithm to make it CLIP. It doesn't seem to be uploaded...
[rank1]: Traceback (most recent call last): [rank1]: File "/root/Magma-main/train.py", line 625, in [rank1]: train() [rank1]: File "/root/Magma-main/train.py", line 601, in train [rank1]: trainer.train() [rank1]: File "/root/miniconda3/envs/magma/lib/python3.10/site-packages/transformers/trainer.py", line 2245, in train...
Hi MAGMA Team, First of all, thank you for your outstanding work on the MAGMA model! I’m interested in fine-tuning MAGMA on a robotics dataset for a robot manipulation task...
Dear Magma Team, Thank you for your work with Magma. We are considering to use Magma in a University Final Year Project involving a commercial 6DOF robotic arm (UR10e). Could...
Installed Magma in WSL (ubuntu-22) Cuda 12.1, python 3.10 After installing and running `python agents/ui_agent/app.py`, I encounter the following error: ``` (venv) badapadda@DESKTOP-UHHHGJ4:~/AI/model-testing/magma8b/Magma$ CUDA_VISIBLE_DEVICES=0 python agents/ui_agent/app.py Traceback (most recent call...