Skip to content

Commit

Permalink
feat(gdwa): Update camera parameters.
Browse files Browse the repository at this point in the history
Change-Id: I74b4312c15ee1fee91ae8b0385bc9c87a8f4263c
xumin.zuo committed Dec 4, 2024
1 parent dc9ced9 commit f63e168
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions samples/gdwa_blend_encode/config/blend.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"configure": {
"wgt1": "../gdwa_blend_encode/data/wgt/c01_alpha_444p_m2__0_1440x32_b.bin",
"wgt2": "../gdwa_blend_encode/data/wgt/c01_beta_444p_m2__0_1440x32_b.bin",
"wgt1": "../gdwa_blend_encode/data/wgt/c01_alpha_444p_m2__0_1440x64.bin",
"wgt2": "../gdwa_blend_encode/data/wgt/c01_beta_444p_m2__0_1440x64.bin",
"src_h": 1440,
"ovlp_lx": 2528,
"ovlp_lx": 2496,
"ovlp_rx": 2559,
"bd_lx0": 0,
"bd_rx0": 0,
2 changes: 1 addition & 1 deletion samples/gdwa_blend_encode/config/dwa_L.json
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
"is_rot": false,
"dis_mode": "BMCV_MODE_PANORAMA_360",
"use_grid": true,
"grid_name": "../gdwa_blend_encode/data/gridinfo/LL3.dat",
"grid_name": "../gdwa_blend_encode/data/gridinfo/LL4.dat",
"grid_size": 348016,
"resize_h": 1440,
"resize_w": 1440
2 changes: 1 addition & 1 deletion samples/gdwa_blend_encode/config/dwa_R.json
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
"is_rot": false,
"dis_mode": "BMCV_MODE_PANORAMA_360",
"use_grid": true,
"grid_name": "../gdwa_blend_encode/data/gridinfo/RR3.dat",
"grid_name": "../gdwa_blend_encode/data/gridinfo/RR4.dat",
"grid_size": 348016,
"resize_h": 1440,
"resize_w": 1440
6 changes: 3 additions & 3 deletions samples/gdwa_blend_encode/scripts/download.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -20,9 +20,9 @@ pushd $scripts_dir
if [ ! -d "../data" ];
then

python3 -m dfss [email protected]:/sophon-stream/gdwa_blend_encode/data.zip
unzip data.zip
rm -f data.zip
python3 -m dfss [email protected]:/sophon-stream/gdwa_blend_encode/data_241204.zip
unzip data_241204.zip
rm -f data_241204.zip
mv data ..
python3 -m dfss [email protected]:/sophon-stream/dwa_blend_encode/cvi_sdr_bin
mv cvi_sdr_bin ../data

0 comments on commit f63e168

Please sign in to comment.