Skip to content

Commit bc30308

Browse files
committed
reorganize
1 parent b712bc9 commit bc30308

File tree

2,292 files changed

+38078
-1553
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,292 files changed

+38078
-1553
lines changed

.gitmodules

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[submodule "Pretrain/UniFormerV2"]
2-
path = Pretrain/UniFormerV2
1+
[submodule "InternVideo1/Pretrain/UniFormerV2"]
2+
path = InternVideo1/Pretrain/UniFormerV2
33
url = https://github.com/OpenGVLab/UniFormerV2.git
4-
[submodule "Downstream/Ego-Tasks"]
5-
path = Downstream/Ego-Tasks
4+
[submodule "InternVideo1/Downstream/Ego-Tasks"]
5+
path = InternVideo1/Downstream/Ego-Tasks
66
url = https://github.com/OpenGVLab/ego4d-eccv2022-solutions.git

Data/InternVid/.vscode/sftp.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "viclip-demo",
3+
"host": "jump.pjlab.org.cn",
4+
"protocol": "sftp",
5+
"port": 22,
6+
"username": "wangyi@[email protected]",
7+
"remotePath": "/Default/10.140.37.162/viclip-demo",
8+
"privateKeyPath": "C:/Users/wangyi/.ssh/id_rsa",
9+
"uploadOnSave": true,
10+
"useTempFile": false,
11+
"openSsh": false
12+
}

Data/InternVid/README.md

Lines changed: 1 addition & 1 deletion
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
unset http_proxy; unset https_proxy; unset HTTP_PROXY; unset HTTPS_PROXY
2+
JOB_NAME='data-annotate_check'
3+
OUTPUT_DIR="$(dirname $0)/$JOB_NAME"
4+
LOG_DIR="$(dirname $0)/logs/${JOB_NAME}"
5+
PARTITION='Video-aigc-general'
6+
NNODE=1
7+
NUM_GPUS=1
8+
NUM_CPU=16
9+
10+
srun -p ${PARTITION} \
11+
--job-name=${JOB_NAME} \
12+
-n${NNODE} \
13+
--gres=gpu:${NUM_GPUS} \
14+
--ntasks-per-node=1 \
15+
--cpus-per-task=${NUM_CPU} \
16+
jupyter lab --ip=0.0.0.0
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)