Skip to content

Instantly share code, notes, and snippets.

View VinhDevNguyen's full-sized avatar

Nguyen Thanh Vinh VinhDevNguyen

  • The Access Group
  • Ho Chi Minh, Viet Nam
View GitHub Profile
MZP    ÿÿ ¸ @   º ´ Í!¸LÍ!This program must be run under Win32
$7 PE L ^B* à 
 p p  Ð   @     €    @    Ès ”  Èc €     € à p d  @ à.rsrc p  h h @ À
======================================================
DE-CMOS3.EXE Copyright (C) 2010-2014 Jozef Bogin
======================================================
 {ØoMó‰í Î` j & í¿wþÿ@

Bài toán chính đang giải là gì?

Giảm số chiều của path space cho mô hình MC reconstruction (tái cấu trúc Monte Carlo) để khai thác path-space features một cách hiệu quả

Problem của các work trước là gì?

Tác giả có đưa ra những bài báo trước đã dùng Path-Space Feature để render tốt hơn G-buffer vì:

  • Nó dùng learned feature thay vì hand crafted features
  • G-buffer thu thập các tia ánh sáng từ nguồn
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import random
import string
from selenium import webdriver
import time
def get_random_string(length):
letters = string.ascii_lowercase
result_str = ''.join(random.choice(letters) for i in range(length))
return(result_str)
def get_random_digit(length):
@VinhDevNguyen
VinhDevNguyen / colab_25gbram_gpu.ipynb
Created October 7, 2020 16:07
Colab_25GBRAM_GPU.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.