Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VVCSoftware_VTM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Show more breadcrumbs
Zhengang Li
VVCSoftware_VTM
Commits
a450d488
Commit
a450d488
authored
1 year ago
by
Franck Galpin
Browse files
Options
Downloads
Patches
Plain Diff
Update readme.md for create unified dataset (similar to stage 2)
parent
1ceeb71c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
training/training_scripts/NN_Filtering_HOP/readme.md
+7
-2
7 additions, 2 deletions
training/training_scripts/NN_Filtering_HOP/readme.md
with
7 additions
and
2 deletions
training/training_scripts/NN_Filtering_HOP/readme.md
+
7
−
2
View file @
a450d488
...
...
@@ -388,12 +388,17 @@ It will generate a unique dataset for each dataset in ["stage3"]["encdec"]["path
#### 4a. Create an offline dataset with all batches
This step is similar to II-A-5a.
```
sh
LIST
=
"bvi
bvi_valid tvd tvd_vali
d"
;
LIST
=
"bvi
tv
d"
;
for
DS
in
$LIST
;
do
python3 tools/create_unified_dataset.py
--json_config
training_scripts/NN_Filtering_HOP/config.json
\
--nb_patches
-1
--patch_size
128
--border_size
8
--input_dataset
stage3/encdec_
${
DS
}
\
--components
org_Y,org_U,org_V,pred_Y,pred_U,pred_V,rec_before_dbf_Y,rec_before_dbf_U,rec_before_dbf_V,bs_Y,bs_U,bs_V,qp_base,qp_slice,ipb_Y
\
--output_location
stage3/dataset
--output_location
stage3/dataset/dataset_files/
${
DS
}
python3 tools/create_unified_dataset.py
--json_config
training_scripts/NN_Filtering_HOP/config.json
\
--nb_patches
-1
--patch_size
128
--border_size
8
--input_dataset
stage3/encdec_valid_
${
DS
}
\
--components
org_Y,org_U,org_V,pred_Y,pred_U,pred_V,rec_before_dbf_Y,rec_before_dbf_U,rec_before_dbf_V,bs_Y,bs_U,bs_V,qp_base,qp_slice,ipb_Y
\
--output_location
stage3/dataset_valid/dataset_files/
${
DS
}
done
```
**Note:**
the directories in encdec can now be deleted if there is no need to regenerate an offline dataset.
...
...
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