Plenoxels: Radiance Fields without Neural Networks

Alex Yu*, Sara Fridovich-Keil*, Matthew Tancik, Qinhong Chen, Benjamin Recht, Angjoo Kanazawa UC Berkeley Website and video: https://alexyu.net/plenoxels arXiv: https://arxiv.org/abs/2112.05131 Note: This JAX implementation is intended to be high-level and user-serviceable, but is much slower (roughly 1 hour per epoch) than the CUDA implementation https://github.com/sxyu/svox2 (roughly 1 minute per epoch), and there is not perfect feature alignment between the two versions. This JAX version can likely be sped up significantly, and we may push performance improvements and extra features in […]

Read more

Only works with the dashboard version / branch of jesse

Only works with the dashboard version / branch of jesse. The config.yml should be self-explainatory. # install from git pip install git+https://github.com/cryptocoinserver/jesse-optuna.git # cd in your Jesse project directory # create the config file jesse-optuna create-config # create the database for optuna jesse-optuna create-db optuna_db # edit the created yml file in your project directory # run jesse-optuna run

Read more

Embracing Single Stride 3D Object Detector with Sparse Transformer

This is the official implementation of paper: Embracing Single Stride 3D Object Detector with Sparse Transformer Authors:Lue Fan,Ziqi Pang,Tianyuan Zhang,Yu-Xiong Wang,Hang Zhao,Feng Wang,Naiyan Wang,Zhaoxiang Zhang Paper Link (Check again on Monday) Introduction and Highlights SST is a single-stride network, which maintains original feature resolution from the beginning to the end of the network. Due to the characterisric of single stride, SST achieves exciting performances on small object detection (Pedestrian, Cyclist). For simplicity, except for backbone, SST is almost the same […]

Read more

Implementation of Heterogeneous Graph Attention Network

Implementation of Heterogeneous Graph Attention Network This is the code repository of paper “Prediction of Metro Ridership During the COVID-19 Pandemic: A Deep Learning Approach Based on Heterogeneous Graph” which is submitted to Transportation Rsearch Part C: Emgerging Technologies. Datasets New York City COVID case number New York City Metro Ridership Number Model Framework How to Run? cd Experiments/ python main.py –epoch 200 –seed 1230 –log_file=’./logs/running_log.log’ Grid Search:

Read more

Best badge generator API to count visitors of your Repository / Account

A badge generator service to count visitors of your markdown file. Hello every one! In this post, I will tell you the story of me to creating the github-visitors-badge, it’s a svg image that can count your visitors for your GitHub README.md, issues, PRs in just one line markdown code. All the story starting from I migrate all my blog posts from Hexo GitHub Pages to a GitHub issue based repository. After a painful migration, I found that there is […]

Read more

The Encoder Bot For Python

The_Encoder_Bot Configuration Add values in environment variables or add them in config.env.example and rename file to config.env. Basics Authorization SUDO_USERS – Chat identifier of the sudo user. For multiple users use space as seperator. Encode Settings Optional DOC_THUMB – (Optional) Thumbnail for document UPLOAD_AS_DOC – (Optional) Uploads Video as doc if 1 else 0. DOWNLOAD_DIR – (Optional) Temporary download directory to keep downloaded files. ENCODE_DIR – (Optional) Temporary encode directory to keep encoded files. Configuring Encoding Format To change the […]

Read more

HTTP proxy pool server primarily meant for evading IP whitelists

HTTP proxy pool server primarily meant for evading IP whitelists. Create a file named proxies.txt and fill it with your HTTP proxies. Replace the AUTH_KEY constant in server.py with something secure. Set your firewall to allow TCP port 5407. Run server.py. import requests # proxy index auth key # v v proxy_url = “http://0:[email protected]:5407″ resp = requests.get( url=”https://api.ipify.org/?format=json”, proxies={“https”: proxy_url} ) print(resp.json()) GitHub View Github    

Read more

Zaid Vc Player Allows u to steam Songs/music on vc chat

ᴢᴀɪᴅ ᴠᴄ ᴘʟᴀʏᴇʀ🔥 SORRY FOR OUR PROJECTS DELETED BY GITHUB FLAGGED ᴢᴀɪᴅ ᴠᴄ ᴘʟᴀᴇʀ ɪꜱ ᴀ ᴛᴇʟᴇɢʀᴀᴍ ᴘʀᴏᴊᴇᴄᴛ ʙᴀꜱᴇᴅ ᴏɴ ᴘʏʀᴏɢʀᴀᴍ ꜰᴏʀ ᴘʟᴀʏ ᴍᴜꜱɪᴄꜱ ɪɴ ᴠᴄ ᴄʜᴀᴛꜱ… 🅡🅔🅟🅞 🅢🅣🅐🅣🅢 ʀᴇQᴜɪʀᴇᴍᴇɴᴛꜱ 📝 🧪 ɢᴇᴛ STRING_SESSION ꜰʀᴏᴍ ʜᴇʀᴇ: @genStr_Bot ᴄᴏᴍᴍᴀɴᴅꜱ CLICK HERE ꜰᴇᴀᴛᴜʀᴇꜱ ᴡɪᴛʜ ᴀɪ 🔥️ ᴘʟᴀʏ ᴍᴜꜱɪᴄ ɪɴ ᴛᴇʟᴇɢʀᴀᴍ ɢʀᴏᴜᴘ    

Read more
1 337 338 339 340 341 939