You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accept launch parameters as arguments to forward kernel (#36)
So that we can tune them on the fly...
Usage:
```python
out_img = render_fmbs(
scene,
blender=blender,
confidence=confidence_model,
intr=intr,
extr=extr,
img=image,
grid_size=dim3(16, 16),
block_size=dim3(16, 16),
)
```
e.g. For 256x256 image on 5090 (the timing isn't really meaningful here
other than showing that this works)
<img width="1480" height="1730" alt="image"
src="https://github.com/user-attachments/assets/9c9aa3e3-6972-4feb-87e6-4b130799b99f"
/>
0 commit comments