How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "maxLWSv2/MotionAtlas-4B"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "maxLWSv2/MotionAtlas-4B",
		"messages": [
			{
				"role": "user",
				"content": [
					{
						"type": "text",
						"text": "Describe this image in one sentence."
					},
					{
						"type": "image_url",
						"image_url": {
							"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
						}
					}
				]
			}
		]
	}'
Use Docker
docker model run hf.co/maxLWSv2/MotionAtlas-4B
Quick Links

MotionAtlas-4B

This repository contains the MotionAtlas-4B model for MotionAtlas: Detailed Region Captioning for Motion-Centric Videos.

TL; DR: MotionAtlas shifts motion captioning from global video descriptions to region-aware motion captions, enabling precise evaluation with MotionAtlas-Bench and scalable training with MotionAtlas-Data. The model is designed for detailed motion-centric video understanding over referred regions.

Usage

For detailed usage of this model, please refer to our GitHub repo and project page.

Downloads last month
310
Safetensors
Model size
5B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for maxLWSv2/MotionAtlas-4B

Quantizations
1 model

Collection including maxLWSv2/MotionAtlas-4B