The code needed to train Mega-NeRF models and generate the sparse voxel octrees

This repository contains the code needed to train Mega-NeRF models and generate the sparse voxel octrees used by the Mega-NeRF-Dynamic viewer. The codebase for the Mega-NeRF-Dynamic viewer can be found here. Note: This is a preliminary release and there may still be outstanding bugs. Citation @misc{turki2021meganerf, title={Mega-NeRF: Scalable Construction of Large-Scale NeRFs for Virtual Fly-Throughs}, author={Haithem Turki and Deva Ramanan and Mahadev Satyanarayanan}, year={2021}, eprint={2112.10703}, archivePrefix={arXiv}, primaryClass={cs.CV} } Demo Setup    

Read more

An NUS timetable generator which uses a genetic algorithm to optimise timetables to suit the needs of NUS students

A timetable optimsier which uses an evolutionary algorithm to “breed” a timetable suited to your needs. Try it out here! Inspiration Planning the best fit timetable to suit our needs can be an absolute nightmare. Different sets of modules can result in a seemingly limitless combinations of timetable. Comparing and choosing the best timetable can take hours or even days. The struggle is real Having chanced upon an article on genetic algorithm, we thought that this would be the best […]

Read more

Ghidra scripts to help with 3ds reverse engineering

These are ghidra scripts to help with 3ds reverse engineering. Features: Labels, comments (when inlined), and bookmarks svc use Labels service handles, given ctr::srv::GetServiceHandleDirect Labels IPC functions and uses handles to better identify functions Adds ThreadLocalStorage and types thread local storage Renames thread local storage to ‘tls’ These have been built over time for my personal use as needs came up, so results may vary and improvements can be made. If you run into a situation where these don’t work […]

Read more

Simple Game created using Python & PyGame, as my Beginner Python Project

This is a simple SPACE INVADER game create using PYGAME whihc have sound and lot’s of keyboard functions. More Experience with Python Programming language. PyGame Library Used Make sure, you already installed Python 3.8 or above versions. Now run the following commands in your Terminal for installing libraries. git clone https://github.com/gaurtvin/space-invaders.git Go to the Project directory Run the following command Hey, I am Gaurav 14 y/o New in Programing from India, I love to contribute to Open-Source in Python and […]

Read more

Python API for interacting with the Popcorn Time Servers

📝 CONTRIBUTIONS Before doing any contribution read CONTRIBUTING. 📧 CONTACT Email: [email protected] General Discord: https://discord.gg/dFD5HHa Developer Discord: https://discord.gg/rxNNHYN9EQ 📥 INSTALLING Latest PyPI stable release ⚙ HOW TO USE from popcorntime import PopcornTime popAPI = PopcornTime() 🤝 PARAMETERS CLASS PARAMETERS debug : bool, optional Enable for debug mode (Default: False) min_peers : int, optional Minimum number of peers to select torrent (Default: 0) min_seeds : int, optional Minimum number of seeds to select torrent (Default: 0) FUNCTION PARAMETERS FUNCTION set_logging_level level […]

Read more
1 36 37 38 39 40 49