Skip to content

Commit 889bd5d

Browse files
committed
updated
1 parent 76b6c62 commit 889bd5d

19 files changed

Lines changed: 29 additions & 4226 deletions
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#!/bin/bash
2+
# Get the directory where this script is located
3+
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
4+
source "${SCRIPT_DIR}/common.sh"
5+
6+
# Model configuration
7+
MODEL_FAMILY="siglip2"
8+
MODEL_NAME="siglip2_large_patch16_256"
9+
FRAMES_TOKEN_NUM=256
10+
EMBEDDING_SIZE=1024
11+
INPUT_SIZE=256
12+
NUM_FRAMES=1
13+
REPORT_DIR_SUFFIX="_1frames"
14+
15+
DATASETS=(
16+
# "ssv2"
17+
# "diving48"
18+
"perception_test"
19+
# "epic_verb"
20+
# "epic_noun"
21+
# "hmdb51"
22+
# "k400"
23+
# "charadesego"
24+
)
25+
26+
# Run evaluation
27+
run_attentive_probe

pages/images/example.gif

-1.85 MB
Binary file not shown.
-1.69 MB
Binary file not shown.
-930 KB
Binary file not shown.

pages/images/method.png

-617 KB
Binary file not shown.

pages/index.html

Lines changed: 0 additions & 473 deletions
This file was deleted.

run_docker.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ docker run \
1212
--ulimit stack=67108864 \
1313
--rm \
1414
-v "$(pwd)":/workspace/OneVision-Encoder \
15+
-v /data_3:/data_3 \
1516
-w /workspace/OneVision-Encoder \
1617
-e NCCL_TIMEOUT=1800 \
1718
-e CUDA_DEVICE_MAX_CONNECTIONS=1 \
@@ -27,4 +28,4 @@ docker run \
2728
-e NCCL_MIN_NCHANNELS=${NCCL_MIN_NCHANNELS:-8} \
2829
-e NCCL_MAX_NCHANNELS=${NCCL_MAX_NCHANNELS:-16} \
2930
llava_vit:25.11.22 \
30-
bash -c "service ssh restart; bash"
31+
bash -c "service ssh restart; bash"

tools/kmeans/host10

Lines changed: 0 additions & 12 deletions
This file was deleted.

tools/kmeans/host16

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)