forked from BRL-CAD/brlcad
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
rainy_start@163.com
authored and
rainy_start@163.com
committed
Jul 9, 2024
1 parent
eb9a7bb
commit 1870833
Showing
7 changed files
with
99 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## Dependence | ||
[libtorch](https://pytorch.org/cppdocs/installing.html) | ||
used for loading model | ||
do remember to change the absolute path in:src/rt/CMakeLists.txt Line 56-58 | ||
[nlohmann](https://github.com/nlohmann/json) | ||
used for write json file | ||
## Project structure | ||
Add two projects: | ||
### rt_trainneural | ||
used for sampling and rendering | ||
new files:train_neural.cpp(main) rt/neu_util.h rt/rt_trainer.h | ||
neural.c rt_trainer.cpp | ||
|
||
see train_neural.cpp for usage | ||
### torch_runner | ||
used for run torch model |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters