Skip to content

Instantly share code, notes, and snippets.

View soumya997's full-sized avatar
🍥
Konnichiwa

somuSan soumya997

🍥
Konnichiwa
View GitHub Profile
@soumya997
soumya997 / Nerfstudio-WSL2.md
Created January 14, 2025 14:44 — forked from SharkWipf/Nerfstudio-WSL2.md
Nerfstudio (with COLMAP + HLOC + FFMPEG) on Windows via WSL2

Nerfstudio (with COLMAP* + HLOC* + FFMPEG*) on Windows via WSL2

* Via Pixi

Old instructions stopped working on Gsplat 1.0.0+. Updated and simplified on 2024-07-09. Now no longer deviates from official installation instructions.

2024-11-03: Microsoft updated the default WSL2 distro to Ubuntu 24.04. One extra command is needed to make it work now.

For native Linux start-to-finish installation instructions, see this document instead.

For context: WSL2 is a Windows built-in way to run Linux applications on Windows, in a tightly integrated virtual machine.
This, in theory, lets you run Linux applications without the complexity and trouble of actually having to run Linux.
In practice, there are still a few caveats, most notably the complex custom CUDA implementation Windows uses to make this work.

@soumya997
soumya997 / contemplative-llms.txt
Created January 8, 2025 08:09 — forked from Maharshi-Pandya/contemplative-llms.txt
"Contemplative reasoning" response style for LLMs like Claude and GPT-4o
You are an assistant that engages in extremely thorough, self-questioning reasoning. Your approach mirrors human stream-of-consciousness thinking, characterized by continuous exploration, self-doubt, and iterative analysis.
## Core Principles
1. EXPLORATION OVER CONCLUSION
- Never rush to conclusions
- Keep exploring until a solution emerges naturally from the evidence
- If uncertain, continue reasoning indefinitely
- Question every assumption and inference
@soumya997
soumya997 / Multi_Hash.ipynb
Created November 5, 2024 08:28 — forked from Yibo-Wen/Multi_Hash.ipynb
PyTorch Implementation of Instant-NGP by Nvidia
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Autonomous Systems Interview Preparations

This document contains some interview questions as provided in Udacity's Robotics Engineer Nanodegree program.

Project Instructions

Role Selection

It's time for you to practice your interviewing skills! Over the next several pages, you'll see that we have specific roles in Autonomous Systems, just like the videos you watched before:

@soumya997
soumya997 / normcore-llm.md
Created February 14, 2024 18:43 — forked from veekaybee/normcore-llm.md
Normcore LLM Reads

Anti-hype LLM reading list

Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts of models in prod eagerly sought.

Foundational Concepts

Screenshot 2023-12-18 at 10 40 27 PM

Pre-Transformer Models

@soumya997
soumya997 / B-spline deformation.ipynb
Created September 14, 2022 09:43 — forked from fepegar/B-spline deformation.ipynb
b723d15de620cd2a3a4dbd71e491b59d
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@soumya997
soumya997 / gist.md
Created April 8, 2021 10:46 — forked from benbalter/gist.md
Example of how to embed a Gist on GitHub Pages using Jekyll.

Here's an example of how to embed a Gist on GitHub Pages:

{% gist 5555251 %}

All you need to do is copy and paste the Gist's ID from the URL (here 5555251), and add it to a gist tag surrounded by {% and %}.

@soumya997
soumya997 / jekyll_gist_tag.rb
Created April 8, 2021 10:45 — forked from chalasr/jekyll_gist_tag.rb
Embed gists in markdown files of a jekyll application by creating a custom Liquid tag
require 'cgi'
require 'digest/md5'
require 'net/https'
require 'uri'
module Jekyll
class GistTag < Liquid::Tag
def initialize(tag_name, text, token)
super
@text = text
@soumya997
soumya997 / gist:1fcab76532f23aadc6a1a9f0407a4540
Created December 19, 2020 06:48 — forked from ozh/gist:4131243
Create dot files/directories (ie .file) on Windows

#How to create a .file or .folder on Windows

There are several ways

1. Rename

  • Create file.txt
  • Rename to .file., the last dot will be dropped, you'll have .file

Works the same with a file or a directory.

import pickle
import time
import pandas as pd
from selenium import webdriver
import selenium.webdriver.support.ui as ui
def get_list(tags) -> str:
'''Converts list of tags to data string.'''