-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(gdwa): Update camera parameters.
Change-Id: I74b4312c15ee1fee91ae8b0385bc9c87a8f4263c
xumin.zuo
committed
Dec 4, 2024
1 parent
dc9ced9
commit f63e168
Showing
4 changed files
with
8 additions
and
8 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 |
---|---|---|
|
@@ -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 | ||
|