-
Notifications
You must be signed in to change notification settings - Fork 80
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
Showing
26 changed files
with
127 additions
and
59 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,10 @@ | ||
python scripts/eval/eval_common_metrics.py \ | ||
--real-video-dir datasets/MCL_JCV/ \ | ||
--generated-video-dir datasets/MCL_JCV_generated/ \ | ||
--batch-size 10 \ | ||
--num-frames 33 \ | ||
--height 360 \ | ||
--width 640 \ | ||
--short-size 360 \ | ||
--device 'Ascend' \ | ||
--metric 'lpips' |
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,10 @@ | ||
python scripts/eval/eval_common_metrics.py \ | ||
--real-video-dir datasets/MCL_JCV/ \ | ||
--generated-video-dir datasets/MCL_JCV_generated/ \ | ||
--batch-size 10 \ | ||
--num-frames 33 \ | ||
--height 360 \ | ||
--width 640 \ | ||
--short-size 360 \ | ||
--device 'Ascend' \ | ||
--metric 'psnr' |
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,10 @@ | ||
python scripts/eval/eval_common_metrics.py \ | ||
--real-video-dir datasets/MCL_JCV/ \ | ||
--generated-video-dir datasets/MCL_JCV_generated/ \ | ||
--batch-size 10 \ | ||
--num-frames 33 \ | ||
--height 360 \ | ||
--width 640 \ | ||
--short-size 360 \ | ||
--device 'Ascend' \ | ||
--metric 'ssim' |
2 changes: 1 addition & 1 deletion
2
...es/hunyuanvideo/scripts/run_t2v_sample.sh → ...anvideo/scripts/hyvideo/run_t2v_sample.sh
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
2 changes: 1 addition & 1 deletion
2
...unyuanvideo/scripts/run_t2v_sample_ddp.sh → ...deo/scripts/hyvideo/run_t2v_sample_ddp.sh
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
2 changes: 1 addition & 1 deletion
2
...s/hunyuanvideo/scripts/train_t2v_debug.sh → ...nvideo/scripts/hyvideo/train_t2v_debug.sh
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
2 changes: 1 addition & 1 deletion
2
...s/hunyuanvideo/scripts/train_t2v_zero3.sh → ...nvideo/scripts/hyvideo/train_t2v_zero3.sh
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,7 @@ | ||
python scripts/run_vae.py \ | ||
--input-type image \ | ||
--image-path "path/to/input_image.jpg" \ | ||
--output-path "path/to/output_directory" \ | ||
--rec-path "reconstructed_image.jpg" \ | ||
--height 336 \ | ||
--width 336 \ |
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,10 @@ | ||
python scripts/run_vae.py \ | ||
--input-type video \ | ||
--video-path "path/to/input_video.mp4" \ | ||
--output-path "path/to/output_directory" \ | ||
--rec-path "reconstructed_video.mp4" \ | ||
--height 336 \ | ||
--width 336 \ | ||
--num-frames 65 \ | ||
--sample-rate 1 \ | ||
--fps 30 \ |
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,9 @@ | ||
python run_vae.py \ | ||
--input-type folder \ | ||
--real-video-dir datasets/MCL_JCV/ \ | ||
--generated-video-dir "path/to/generated_videos" \ | ||
--output-path datasets/MCL_JCV_generated/ \ | ||
--height 336 \ | ||
--width 336 \ | ||
--num-frames 65 \ | ||
--sample-rate 1 \ |