Multi-View Multi-Person 3D Pose Estimation with Plane Sweep Stereo

Multi-View Multi-Person 3D Pose Estimation with Plane Sweep Stereo This repository includes the source code for our CVPR 2021 paper on multi-view multi-person 3D pose estimation. Please read our paper for more details at https://arxiv.org/abs/2104.02273. The project webpage is available here. Bibtex: @InProceedings{Lin_2021_CVPR, author = {Lin, Jiahao and Lee, Gim Hee}, title = {Multi-View Multi-Person 3D Pose Estimation With Plane Sweep Stereo}, booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)}, month = {June}, year […]

Read more

Robust Shape Representation for Textured 3D Human Body Reconstruction

PeeledHuman [3DV 2020] PeeledHuman: Robust Shape Representation for Textured 3D Human Body Reconstruction AbstractWe introduce PeeledHuman – a novel shape representation of the human body that is robust to self-occlusions. PeeledHuman encodes the human body as a set of Peeled Depth and RGB maps in 2D, obtained by performing raytracing on the 3D body model and extending each ray beyond its first intersection. This formulation allows us to handle self-occlusions efficiently compared to other representations. Given a monocular RGB image, […]

Read more

Back-tracing Representative Points for Voting-based 3D Object Detection in Point Clouds

BRNet Back-tracing Representative Points for Voting-based 3D Object Detection in Point Clouds. Introduction This is a release of the code of our paper Back-tracing Representative Points for Voting-based 3D Object Detection in Point Clouds, CVPR 2021. Authors: Bowen Cheng, Lu Sheng*, Shaoshuai Shi, Ming Yang, Dong Xu (*corresponding author) [arxiv] In this repository, we reimplement BRNet based on mmdetection3d for easier usage. Citation If you find our work useful in your research, please consider citing: @inproceedings{cheng2021brnet, title={Back-tracing Representative Points for […]

Read more

PySLM Python Library for Selective Laser Melting and Additive Manufacturing

pyslm PySLM is a Python library for supporting development of input files used in Additive Manufacturing or 3D Printing, in particular Selective Laser Melting (SLM), Direct Metal Laser Sintering (DMLS) platforms typically used in both academia and industry. The core capabilities aim to include slicing, hatching and support generation and providing an interface to the binary build file formats available for platforms. The library is built of core classes which may provide the basic functionality to generate the scan vectors […]

Read more

A parametric soroban written in CADQuery

soroban-parametric-cadquery A parametric soroban written in CADQuery The purpose of this project is to demonstrate how “code CAD” can be intuitive to learn. See soroban.py for a self-contained example. See src/ files for realistic structuring of a code CAD project. Splitting up parts into their own files makes them reusable across designs and allows for easy modification. Here are a couple pictures of the soroban: How it’d look in a slicer: Follow the CADQuery installation instructions, and open the soroban.py […]

Read more

A project for 3D multi-object tracking with python

3D Multi-Object Tracker This project is developed for tracking multiple objects in 3D scene. The visualization code is from here. Features Fast: currently, the codes can achieve 700 FPS using only CPU (not include detection and data op), can perform tracking on all kitti val sequence in several seconds. Support both online and global implementation. The overall framework of design is shown below: Kitti Results Results on the Kitti tracking val seq [1,6,8,10,12,13,14,15,16,18,19] using second-iou and point-rcnn detections. We followed […]

Read more

Towards Part-Based Understanding of RGB-D Scans

part-based-scan-understanding Towards Part-Based Understanding of RGB-D Scans (CVPR 2021) We propose the task of part-based scene understanding of real-world 3D environments: from an RGB-D scan of a scene, we detect objects, and for each object predict its decomposition into geometric part masks, which composed together form the complete geometry of the observed object. Download Paper (.pdf) Demo samples Get started The core of this repository is a network, which takes as input preprocessed scan voxel crops and produces voxelized part […]

Read more

A parametric 3D modeler made primarily to design real-life objects of any size

FreeCAD This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. Freedom to build what you want FreeCAD is an open-source parametric 3D modeler made primarily to design real-life objects of any size. Parametric modeling allows you to easily modify your design by going back into your model history to change its parameters. Create 3D from 2D and back FreeCAD lets you to sketch geometry constrained 2D shapes and use them as a base […]

Read more

A 3D Slicer Extension to view data from the flywheel heirarchy

flywheel-connect A 3D Slicer Extension to view, select, and download images from a Flywheel instance to 3D Slicer and storing Slicer outputs back to Flywheel. Flywheel is a comprehensive data management solutions for life sciences and imaging research. More details at https://flywheel.io/. The Flywheel Connect 3D Slicer Extension is now in the 3D Slicer Extension Catalog and available through the 3D Slicer Extensions Manager for direct installation. Usage Instructions Install 3D Slicer and the Flywheel extension as described here. Navigate […]

Read more

A 3D structural engineering finite element library for Python

PyNite An easy to use linear elastic 3D structural engineering finite element analysis library for Python. 3D static analysis of elastic structures. P-Δ analysis of frame type structures. Member point loads, linearly varying distributed loads, and nodal loads are supported. Classify loads by load case and create load combinations from load cases. Produces shear, moment, and deflection results and diagrams for each member. Tension-only and compression-only elements. Springs: two-way, tension-only, and compression-only. Quadrilateral plate elements (based on an isoparametric formulation). […]

Read more
1 2