Kimi-K3
Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model with a 1M-token context window, designed for frontier coding, knowledge work, and reasoning tasks.
该方法实现了人体头像的紧凑表示,并被 ECCV 2026 收录,提供了实用的推理流程和预训练检查点。
ECCV 2026
Yujie Guo1, Yudong Jin1, Lingteng Qiu3, Zehong Shen1, Zhen Xu1, Jing Zhang2, Xianchao Shen2, Hujun Bao1, Sida Peng1, Xiaowei Zhou1†
1Zhejiang University 2ByteDance 3CUHK, Shenzhen
†Corresponding author
Create a conda environment and install the dependencies:
conda create -n pointsplat python=3.10 -y
conda activate pointsplat
pip install -r requirements.txt
Download the pretrained checkpoint with:
hf download Yujie0012/PointSplat_pretrained_weights pointsplat_mixed.pt \
--local-dir pretrained
You can also download the checkpoint manually. Either way, the final layout should be:
pretrained/
└── pointsplat_mixed.pt
Step 1: Download example data.
Download the DNA-Rendering example package from PointSplat_example_data with:
hf download Yujie0012/PointSplat_example_data DNA_Rendering_example.zip \
--repo-type dataset \
--local-dir datasets
unzip datasets/DNA_Rendering_example.zip -d datasets
Expected data layout:
datasets/DNA_Rendering_example/
├── validation_index.json
├── scenes/
│ └── /
│ ├── transforms.json
│ └── images/
│ └── /
│ └── 000030.webp
└── masks/
└── /
└── fmasks/
└── /
└── 000030.png
[!TIP] To test the model on more DNA-Rendering scenes, follow the processed DNA-Rendering dataset instructions in Diffuman4D.
Step 2: Run the inference script.
CUDA_VISIBLE_DEVICES=0 python -m src.main \
+experiment=pointsplat_renbody \
output_dir=experiments/eval_pointsplat_dna_rendering \
dataset.roots='[datasets/DNA_Rendering_example]' \
checkpointing.pretrained_
[ECCV 2026] PointSplat: Compact Gaussian Splatting via Human-Centric Prediction
根据分类、Topic 和编程语言匹配的相似项目。
Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model with a 1M-token context window, designed for frontier coding, knowledge work, and reasoning tasks.

A structured investing guide for Chinese beginners covering US stocks, options, and cryptocurrency, with focus on foundational concepts and risk awareness.

A curated collection of Computer Science fundamentals (PDFs, notes, cheatsheets, interview question banks) for placement preparation, covering seven core subjects plus general resources.