Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion get_normal.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def main():
"Stable-X/StableNormal",
"StableNormal",
trust_repo=True,
local_cache_dir="/home/lff/bigdata1/cjw/model_cache"
local_cache_dir="~/.cache/langscenex_models"
)
if not args.video_process:
base_path = args.base_path
Expand Down
6 changes: 3 additions & 3 deletions quick_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ last_image=$2

sam_model_path="./sam_vit_h_4b8939.pth"
sam2_model_path="./sam2_hiera_large.pt"
model_path="./CogVideo-X"
model_path="./CogVideoX-ft"

mkdir -p demo/rgb
cp $first_image demo/rgb/0001.png
Expand All @@ -22,7 +22,7 @@ python auto-seg/auto-mask-align.py \
# get normal maps
python get_normal.py --base_path demo

RGB video interpolation
# RGB video interpolation
python video_inference.py \
--model_path $model_path \
--output_dir demo/video/rgb \
Expand Down Expand Up @@ -58,4 +58,4 @@ python entry_point.py \
gaussian.opt.optim_pose=False \
pipeline.skip_video_process=False \
pipeline.skip_pose_estimate=False \
pipeline.skip_lang_feature_extraction=False
pipeline.skip_lang_feature_extraction=False