status
type
date
slug
summary
tags
category
icon
password

1. OSGDecoder

Triplane decoder that gives RGB and sigma values from sampled features.
 
Concatenate triplane features(3 * n_feature) to hidden_dim
linear layers(hd)
output → (hd → 1 + 3)
 
batch, n_planes, _M, _C = sampled_features.shape
[batch_size * num_samples, n_planes * n_features] → net() →
 
[batch_size, num_samples(M), output_dim]
 
sigmoid to clamp RGB
 
return RGB, sigma
 
 

2. Triplane Synthesizer

Synthesizer that renders a triplane volume with planes and a camera.
 
  1. ray_sample
Create rays based on camera location and intrinsic
 
(cam2world, intrinsics, resolution, anchor(-1, 2))
 
→ (ray_origins(N * M, origin_loc_dim), ray_directions)
 
  1. volume rendering
 
 
 
 
 
 
 
Kiss your perfect day goodbye —>
 
 
 
 
 
 
 
 
Copycoder + cursor 复刻简单Netflix UIbisect in python(基础库的二分查找)
Loading...
ran2323
ran2323
忘掉名字吧
Latest posts
SFT + DPO 塔罗解读
2025-4-14
Backtracking
2025-4-14
Leetcode 0001-1000 分组
2025-4-14
mcp 记录(1)
2025-4-14
DPO 相关
2025-3-29
今日paper(3/25) - MAGPIE
2025-3-27
Announcement
 
 
 
 
暂时没有新的内容