File size: 534 Bytes
3d1c0e1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/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