Shape Matching of Real 3D Object Data to Synthetic 3D CADs

Shape Matching of Real 3D Object Data to Synthetic 3D CADs (3DV project @ ETHZ) Group Member: Yue Pan, Yuanwen Yue, Bingxin Ke, Yujie He Supervisor: Dr. Iro Armeni, Shengyu Huang report | presentation | demo Data preparation and preprocessing TBA How to use Train the model, monitor it via wandb cd ./src # configure the path and parameters in train_scannet.sh bash train_scannet.sh Evaluate the model on ScanNet or 2D3DS dataset # configure the    

Read more

A EddieHub API python package

A EddieHub API python package. Made with Python3 (C) @FayasNoushad Copyright permission under MIT License License -> https://github.com/FayasNoushad/EddieHub/blob/main/LICENSE Installation pip install EddieHub Note If user not joined on EddieHub Community please join first via EddieHub Community Support. Don’t forget after joining to make it public. Click here and change visibility. Add your data on EddieHubCommunity/Linkfree Usage **About EddieHub:**For json result about EddieHub import eddiehub print(eddiehub.eddiehub()) **About Member:**For json result about member of EddieHub import eddiehub print(eddiehub.member(“FayasNoushad”)) GitHub – FayasNoushad/EddieHub: A […]

Read more

A Sublime Text plugin can display images inline to improve your documentation

Sometimes ASCII art is not enough. Sometimes an image says more than a thousand words. This Sublime Text plugin can display images inline to improve your documentation. Usage Use the ![alt text](uri) markdown syntax inside a single-line comment. E. g. in Python you would use def hello(): # ![](say_hello.png) print(‘Hello’) Local images are loaded by default, remote images (https://…) aren’t. You can configure an image’s dimensions by adding HTML properties after the image markup: ![alt text](uri){width=”200″, height=”200″}. Everything between the […]

Read more

Discord exploit allowing you to be unbannable

Discord exploit allowing you to be unbannable. 9/3/2021 Found in late August.Found by Passive and Me. If a user gets banned at the same time that they join a server, Discord seems to still think the user is banned.Hence why the user won’t work, however, kicking the user from the server may work. discord_exploit.mp4 The exploit is difficult to replicate code-wise, so there is no POC source yet.If you make a working POC source, then make a pull request with […]

Read more

Kanye West Lyrics Generator in python

Kanye West Lyrics Generator Python script for generating Kanye West lyrics Put kanye.txt in the same folder as the python script and run “python kanye.py” Change numVerses at the top of the file to change the number of verses. Sample output: Verse 1: Kanye West All the street lights, glowing, happen to be Her love is all that I can see No matter how much of a thug you see I’ve been afflicted by not one, not two, but all […]

Read more
1 475 476 477 478 479 940