Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
deeplightfield
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Nianchen Deng
deeplightfield
Commits
5229d8f6
Commit
5229d8f6
authored
4 years ago
by
BobYeah
Browse files
Options
Downloads
Patches
Plain Diff
Update 1219
parent
a22cfc90
Branches
Branches containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-1
2 additions, 1 deletion
.gitignore
README.md
+11
-0
11 additions, 0 deletions
README.md
main_lf_syn.py
+3
-3
3 additions, 3 deletions
main_lf_syn.py
with
16 additions
and
4 deletions
.gitignore
+
2
−
1
View file @
5229d8f6
...
...
@@ -110,6 +110,7 @@ ENV/
# Output
output/
outputE/
# Data
data/
\ No newline at end of file
data/
This diff is collapsed.
Click to expand it.
README.md
+
11
−
0
View file @
5229d8f6
...
...
@@ -14,3 +14,14 @@ torchvision
json
跑训练:
python main_lf_syn.py
DATA_FILE = "/home/yejiannan/Project/LightField/data/lf_syn"
DATA_JSON = "/home/yejiannan/Project/LightField/data/data_lf_syn_full.json"
OUTPUT_DIR = "/home/yejiannan/Project/LightField/outputE/lf_syn_full"
这里要重新配置一下数据的位置
This diff is collapsed.
Click to expand it.
main_lf_syn.py
+
3
−
3
View file @
5229d8f6
...
...
@@ -28,10 +28,10 @@ Retinal_IM_H = 540
Retinal_IM_W
=
376
N
=
4
# number of input light field stack
M
=
1
# number of display layers
DATA_FILE
=
"
/home/yejiannan/Project/
L
ight
F
ield/data/lf_syn
"
DATA_JSON
=
"
/home/yejiannan/Project/
L
ight
F
ield/data/data_lf_syn_full.json
"
DATA_FILE
=
"
/home/yejiannan/Project/
deepl
ight
f
ield/data/lf_syn
"
DATA_JSON
=
"
/home/yejiannan/Project/
deepl
ight
f
ield/data/data_lf_syn_full.json
"
# DATA_VAL_JSON = "/home/yejiannan/Project/LightField/data/data_gaze_fovea_val.json"
OUTPUT_DIR
=
"
/home/yejiannan/Project/
L
ight
F
ield/outputE/lf_syn_full
"
OUTPUT_DIR
=
"
/home/yejiannan/Project/
deepl
ight
f
ield/outputE/lf_syn_full
1219
"
OUT_CHANNELS_RB
=
128
KERNEL_SIZE_RB
=
3
KERNEL_SIZE
=
3
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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