facebook360_dep icon indicating copy to clipboard operation
facebook360_dep copied to clipboard

Facebook360 Depth Estimation Pipeline - https://facebook.github.io/facebook360_dep

Results 24 facebook360_dep issues
Sort by recently updated
recently updated
newest added

Would it be possible to start documenting the calibration files of common 360 cameras? I'm a little head-scratchy when it comes to determining the orientation and origin of the cameras...

When I try to start the UI with run.py, the script hangs when it tries to generate the color_levels. Through some investigation, I found that it was hanging in resize_frames()....

## Steps To Reproduce 1.1.After I modified the rig.json file based on the Insta360 Pro camera parameters, I found that the system prompts too few matches and can't generate a...

Eigen moved their repository from Bitbucket to Gitlab recently ([the announcement](http://eigen.tuxfamily.org/index.php?title=News:Eigen_is_now_on_GitLab.com)). So 69-74 lines of the Dockerfile need to be updated like this: ``` RUN curl -LO https://gitlab.com/libeigen/eigen/-/archive/3.3.4/eigen-3.3.4.tar.gz && \...

I couldn't find any examples or relevant code about how the resulting RGB-D videos and images are packed. In the past I've seen that facebook uses the lower half of...

LiDAR (https://en.wikipedia.org/wiki/Lidar) is used heavily to obtain dense point cloud representations of scenes. By performing a LiDAR scan of a scene before starting captures, we can potentially greatly improve accuracy...

do-not-reap
reseach

Machine learning has replaced most "traditional" computer vision algorithms, especially in domains like annotation and labelling. Attempts to apply ML to depth estimation certainly exist, but only perform consistently well...

do-not-reap
reseach

Foreground masks act as a rough proxy to objects in the scene. Significant work on semantic segmentation (re: https://github.com/facebookresearch/Detectron) has been done, although they have not been thoroughly integrated with...

do-not-reap
reseach

On set, having quick turnaround times on renders is crucial: it helps uncover setup issues (i.e. flipped cameras). A "quick stitch option" on the UI would skip calibration and background...

enhancement
do-not-reap