Skip to content

Instantly share code, notes, and snippets.

View hu-qi's full-sized avatar
:octocat:
Finding myself.

huqi hu-qi

:octocat:
Finding myself.
  • Canton
  • 19:53 (UTC +08:00)
  • X @huqii
View GitHub Profile
@hu-qi
hu-qi / handle_data.py
Last active July 22, 2023 16:14
The UAV-Human dataset contains 155 action classes, and the action categories are listed below:
import os
import shutil
import json
import tqdm
def copy_files(source_dir='all_rgb',label='smoke'):
# 指定你想要扫描视频的目录
source_dir = './' + source_dir
# 指定你想要复制视频的目录
target_dir = './' + label
@y0ngb1n
y0ngb1n / docker-registry-mirrors.md
Last active July 24, 2024 11:32
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized