type
status
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
Leetcode记录「2」
2024-12-27
Flutter 基础 记录
2024-12-25
Flutter tutorial 记录
2024-12-25
Privicy policy for GitHub To Text (Chrome Extension)
2024-12-22
一些 Kubernetes 笔记
2024-12-21
一些 docker 笔记
2024-12-20
Announcement
 
 
 
 
暂时没有新的内容