#!/bin/bash # Test script for InfinityStar VQ-VAE performance # Same test standard as test_cosmos_vqvae.sh # Update these paths in test_infinity_vqvae.py: # - VAE_PATH: Path to InfinityStar VAE checkpoint # - CSV_PATH: Path to OpenVid1M CSV file (same as test_cosmos_vqvae.sh) # VAE_PATH = "/mnt/Meissonic/InfinityStar/infinitystar_videovae.pth" # CSV_PATH = "/mnt/VideoGen/dataset/OpenVid1M/video_reorg/OpenVid1M_reorganized.csv" # VIDEO_INDEX = 0 # 与 test_cosmos_vqvae.py 使用相同的索引 python test_infinity_vqvae.py