Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pointbased_neural_rendering
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SIBR
Projects
pointbased_neural_rendering
Commits
4dfa0a63
Commit
4dfa0a63
authored
4 years ago
by
DRETTAKIS George
Browse files
Options
Downloads
Patches
Plain Diff
docs + fixes
parent
3f162a91
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.txt
+0
-23
0 additions, 23 deletions
README.txt
documentation/pointbased_neural_rendering_doc.cmake
+15
-0
15 additions, 0 deletions
documentation/pointbased_neural_rendering_doc.cmake
renderer/CMakeLists.txt
+2
-2
2 additions, 2 deletions
renderer/CMakeLists.txt
with
17 additions
and
25 deletions
README.txt
deleted
100644 → 0
+
0
−
23
View file @
3f162a91
* git clone https://gitlab.inria.fr/sibr/sibr_core.git
* cd sibr_core\src\projects
* git clone [TORCHGL REPO]
* git clone [GK PROJECT]
* CMAKE
* CMAKE CLICK ALL PROJECTS
* set gk_sibr project as start-up
* buid in RelWithDebugInfo
* build INSTALL target
* [maybe optional] copy caffe2_nvrtc.dll nvrtc464_101_0.dll nvrtc-builtins64_101.dll from extlibs/libtorch/lib to install/bin
\\FOLEGANDROS\scenes <- for scenes
\\FOLEGANDROS\tensorboard_3d_cluster <- for the trainings
arguments:
--colmap_fovXfovY_flag
--splat_layers 10
--ogl_data_path F:\tensorboard_3d_cluster\deep_blending\ponche\ogl_data.dat
--iteration 100000
--scene_name ponche
--tensorboard_path F:\tensorboard_3d_cluster\deep_blending\ponche\ponche_eigen_8resblocks_16width
--path F:\gkopanas\scenes\deep_blending\ponche\Ponche_perview
--tensorboard_path F:\tensorboard_3d_cluster\deep_blending\tree\tree_eigen_8resblocks_16width
This diff is collapsed.
Click to expand it.
documentation/pointbased_neural_rendering_doc.cmake
0 → 100755
+
15
−
0
View file @
4dfa0a63
# Copyright (C) 2020, Inria
# GRAPHDECO research group, https://team.inria.fr/graphdeco
# All rights reserved.
#
# This software is free for non-commercial, research and evaluation use
# under the terms of the LICENSE.md file.
#
# For inquiries contact sibr@inria.fr and/or George.Drettakis@inria.fr
set
(
PROJECT_PAGE
"pointbasedNeuralRenderingPage"
)
set
(
PROJECT_LINK
"https://gitlab.inria.fr/sibr/projects/pointbased_neural_rendering"
)
set
(
PROJECT_DESCRIPTION
"Point Based Neural Rendering with Per-View Optimization"
)
set
(
PROJECT_TYPE
"OURS"
)
This diff is collapsed.
Click to expand it.
renderer/CMakeLists.txt
+
2
−
2
View file @
4dfa0a63
...
...
@@ -4,14 +4,14 @@ project(sibr_${SIBR_PROJECT})
file
(
GLOB SOURCES
"*.cpp"
"*.h"
"*.hpp"
)
source_group
(
"Source Files"
FILES
${
SOURCES
}
)
file
(
GLOB RASTER
"p3d_rasterizer/*.cu"
"p3d_rasterizer/*.cuh"
"p3d_rasterizer/*.h"
,
"p3d_rasterizer/*.cpp"
)
file
(
GLOB RASTER
"p3d_rasterizer/*.cu"
"p3d_rasterizer/*.cuh"
"p3d_rasterizer/*.h"
"p3d_rasterizer/*.cpp"
)
source_group
(
"Source Files
\\
p3d_rasterizer"
FILES
${
RASTER
}
)
file
(
GLOB SHADERS
"shaders/*.frag"
"shaders/*.vert"
"shaders/*.geom"
)
source_group
(
"Source Files
\\
shaders"
FILES
${
SHADERS
}
)
# Redefine sources ad all the files to display in the IDE.
file
(
GLOB SOURCES
"*.cpp"
"*.h"
"*.hpp"
"shaders/*.frag"
"shaders/*.vert"
"shaders/*.geom"
"p3d_rasterizer/*.cu"
"p3d_rasterizer/*.cuh"
"p3d_rasterizer/*.h"
,
"p3d_rasterizer/*.cpp"
)
file
(
GLOB SOURCES
"*.cpp"
"*.h"
"*.hpp"
"shaders/*.frag"
"shaders/*.vert"
"shaders/*.geom"
"p3d_rasterizer/*.cu"
"p3d_rasterizer/*.cuh"
"p3d_rasterizer/*.h"
"p3d_rasterizer/*.cpp"
)
find_package
(
torch REQUIRED
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
${
TORCH_CXX_FLAGS
}
"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment