#
3d-deep-learning
Here are 47 public repositories matching this topic...
semantic-segmentation
pointclouds
3d-segmentation
instance-segmentation
3d-deep-learning
3d-detection
3d-classification
3d-tracking
-
Updated
Jun 8, 2021
darkclip
commented
Jan 21, 2020
In las file format, vlrs info is crucial to correctly describe point's spatial location.
However, if you try to use pyntcloud.las_header.vlrs, you wouldn't get anything, the value is alway none.
Through your source code, I can see you try to use
data["las_header"] = las.header
But it can not pass vlrs or evlrs info into new object, because in laspy, vlrs info is dynamically obtained afterw
3DMatch - a 3D ConvNet-based local geometric descriptor for aligning 3D meshes and point clouds.
computer-vision
deep-learning
point-cloud
artificial-intelligence
vision
geometry-processing
rgbd
3d
3d-deep-learning
3dmatch
-
Updated
Apr 25, 2018 - C++
Python code to fuse multiple RGB-D images into a TSDF voxel volume.
cuda
artificial-intelligence
vision
rgbd
3d
3d-reconstruction
depth-camera
volumetric-data
3d-deep-learning
tsdf
kinect-fusion
-
Updated
Jan 18, 2021 - Python
This repository contains the code for the CVPR 2020 paper "Differentiable Volumetric Rendering: Learning Implicit 3D Representations without 3D Supervision"
dvr
mesh-generation
3d-reconstruction
3d-deep-learning
differentiable-rendering
novel-view-synthesis
cvpr2020
cvpr-2020
implicit-representions
-
Updated
Nov 9, 2021 - Python
Fuse multiple depth frames into a TSDF voxel volume.
cuda
artificial-intelligence
vision
rgbd
3d
3d-reconstruction
depth-camera
volumetric-data
3d-deep-learning
tsdf
kinect-fusion
-
Updated
May 7, 2019 - Cuda
This repository contains the source codes for the paper "AtlasNet: A Papier-Mâché Approach to Learning 3D Surface Generation ". The network is able to synthesize a mesh (point cloud + connectivity) from a low-resolution point cloud, or from an image.
-
Updated
Oct 18, 2021 - Python
[ECCV'20] Convolutional Occupancy Networks
-
Updated
Nov 13, 2021 - Python
[ECCV 2020] Searching Efficient 3D Architectures with Sparse Point-Voxel Convolution
computer-vision
deep-learning
efficiency
point-cloud
pytorch
lidar
3d-deep-learning
architecture-search
semantickitti
-
Updated
Aug 10, 2021 - Python
A 3D vision library from 2D keypoints: monocular and stereo 3D detection for humans, social distancing, and body orientation.
machine-learning
computer-vision
deep-learning
pytorch
uncertainty
object-detection
human-pose-estimation
kitti-dataset
pose-estimation
3d-vision
3d-deep-learning
3d-detection
3d-object-detection
iccv2019
pifpaf
covid-19
openpifpaf
icra2021
-
Updated
Sep 9, 2021 - Python
3D Object Detection for Autonomous Driving in PyTorch, trained on the KITTI dataset.
machine-learning
computer-vision
deep-learning
pytorch
object-detection
autonomous-driving
3d-deep-learning
3d-detection
-
Updated
Nov 6, 2018 - Python
KITTI data processing and 3D CNN for Vehicle Detection
-
Updated
Apr 18, 2019 - Python
-
Updated
May 20, 2018
Pytorch code to construct a 3D point cloud model from single RGB image.
-
Updated
Dec 10, 2018 - Python
Research platform for 3D object detection in PyTorch.
real-time
detection
voxel
point-cloud
pytorch
perception
lidar
codebase
object-detection
autonomous-vehicles
3d-deep-learning
-
Updated
Apr 25, 2021 - Python
SA-Det3D: Self-attention based Context-Aware 3D Object Detection (ICCV-AvVision-2021)
-
Updated
Mar 17, 2021 - Python
This work is based on our paper "DualConvMesh-Net: Joint Geodesic and Euclidean Convolutions on 3D Meshes", which appeared at the IEEE Conference On Computer Vision And Pattern Recognition (CVPR) 2020.
-
Updated
Jun 16, 2020 - Python
TextureNet: Consistent Local Parametrizations for Learning from High-Resolution Signals on Meshes
deep-neural-networks
semantic-segmentation
3d-convolutional-network
3d-segmentation
3d-deep-learning
scannet
cvpr2019
texturenet
-
Updated
Jul 12, 2019 - C++
[AAAI'20] LCD: Learned Cross-Domain Descriptors for 2D-3D Matching
-
Updated
Dec 4, 2020 - Python
DeepMetaHandles: Learning Deformation Meta-Handles of 3D Meshes with Biharmonic Coordinates
deep-learning
mesh-generation
3d-graphics
mesh-processing
deformation
mesh-deformation
3d-deep-learning
-
Updated
Jun 10, 2021 - Python
This repository contains the source codes for the paper "Unsupervised cycle-consistent deformation for shape matching".
-
Updated
Dec 11, 2020 - Python
Meshing Point Clouds with Predicted Intrinsic-Extrinsic Ratio Guidance (ECCV2020)
neural-network
point-cloud
mesh
mesh-generation
3d
3d-reconstruction
pointclouds
mesh-processing
3d-deep-learning
geodesic-distances
remeshing
eccv2020
-
Updated
Oct 28, 2020 - C++
Code base of ParSeNet: ECCV 2020.
-
Updated
Sep 25, 2020 - Python
Paper list of deep learning on point clouds.
-
Updated
Feb 19, 2020
CSGNet for voxel based input
-
Updated
Jul 18, 2018 - Python
our code for paper 'PointCutMix: Regularization Strategy for Point Cloud Classification'
-
Updated
Mar 18, 2021 - Python
3D Shape Generation Baselines in PyTorch.
-
Updated
Mar 6, 2020 - Python
Devkit for 3D -- Some utils for 3D object detection based on Numpy and Pytorch
-
Updated
Dec 8, 2021 - Python
TGNet: Geometric Graph CNN on 3-D Point Cloud Segmentation
-
Updated
Nov 29, 2021 - Python
Improve this page
Add a description, image, and links to the 3d-deep-learning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the 3d-deep-learning topic, visit your repo's landing page and select "manage topics."
Hi,
In
kaolin/kaolin/metrics/pointcloud.pyit says that the sided_distance() method computesHowever, it seems like the underlying
_C.metrics.sided_distance_forward_cudareturns the squared euclidean distance. Can you please clarify this?Thank you