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.
View GitHub Profile
@jlia0
jlia0 / agent loop
Last active June 20, 2025 03:19
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet
@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 June 20, 2025 06:47
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized