From 925833f6f1ca4b7bb9cf9cb69eeae9550b4e27d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=99=BD=E5=BC=80=E6=B0=B4mq?= <1690831472@qq.com>
Date: Sat, 3 Jun 2023 16:01:52 +0800
Subject: [PATCH 1/2] emmmm
---
_config.yml | 2 +
_layouts/default.html | 2 +
_posts/2023-06-03-hello-world.md | 2 +
index.md | 83 +++-----------------------------
4 files changed, 14 insertions(+), 75 deletions(-)
create mode 100644 _layouts/default.html
create mode 100644 _posts/2023-06-03-hello-world.md
diff --git a/_config.yml b/_config.yml
index 277f1f2..e371fde 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1 +1,3 @@
+title: SV248S
+markdown: kramdown
theme: jekyll-theme-cayman
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..c77c874
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,2 @@
+{{ page.title }}
+{{ content }}
\ No newline at end of file
diff --git a/_posts/2023-06-03-hello-world.md b/_posts/2023-06-03-hello-world.md
new file mode 100644
index 0000000..984a654
--- /dev/null
+++ b/_posts/2023-06-03-hello-world.md
@@ -0,0 +1,2 @@
+# SV248S
+hello world!
\ No newline at end of file
diff --git a/index.md b/index.md
index 0e1f413..2bef7a7 100644
--- a/index.md
+++ b/index.md
@@ -1,81 +1,14 @@
-
-
- SV248S
-
+---
-SV248S Dataset
+layout: default
- 人生就是一个不断学习的过程,通过学习来充实自己的头脑,让自己更有智慧的生活下去,去探索那未知领域的神秘,去享受成长带来的快乐和惬意。
+title: My Blog
- **Authors:** Yuxuna Li, Licheng Jiao, Zhongjian Huang, Xin Zhang, Ruohan Zhang, Xue Song, Chenxi Tian, Zixiao Zhang, Fang Liu, Shuyuan Yang, Biao Hou, Wenping Ma, Xu Liu, Lingling Li
- School of IPIU Laboratory, Xidian University
-This is a regular paragraph.
+---
-
+{% for post in site.posts %}
-This is another regular paragraph.
+{{ post.title }}
+{{ post.date }}
-![](qrcode_for_gh_0d3e241c6f10_258.jpg)
-
-# 关于 blog-demos 代码仓库
-
-1. Github地址:[https://github.com/gozhuyinglong/blog-demos](https://github.com/gozhuyinglong/blog-demos/)
-2. Gitee地址:[https://gitee.com/gozhuyinglong/blog-demos](https://gitee.com/gozhuyinglong/blog-demos)
-3. 这个代码仓库里是博客中涉及的源码、文件等
-4. 如果对您有帮助,欢迎给个**Star**,感谢~~
-
-## 数据结构与算法
-
-* [数组](https://mp.weixin.qq.com/s/YVbahU_0fzmyEX-JBvcnqQ)
-* [稀疏数组](https://mp.weixin.qq.com/s/YYemaomm10HiKs9MoKHKIw)
-* [链表(单链表、双链表、环形链表)](https://mp.weixin.qq.com/s/46ShChMslDGsV6xSObh5nQ)
-* [栈](https://mp.weixin.qq.com/s/dfv4WM_-agLpygCuzqQUTA)
-* [队列](https://mp.weixin.qq.com/s/64oTQJatNcBsfvrJKMQOWA)
-* [树](https://mp.weixin.qq.com/s/Ui5p4RQRwEHv4a_HWeXJYQ)
-* [二叉树](https://mp.weixin.qq.com/s/XkeEyUCCvQ_AtMLBUYTH0Q)
-* [二叉查找树(BST)](https://mp.weixin.qq.com/s/6S8M6r-EY4IMF3UUvZ7_AA)
-* [AVL树(平衡二叉树)](https://mp.weixin.qq.com/s/eeXi_11illdVqMnkse_mhQ)
-* [B树](https://mp.weixin.qq.com/s/Cx03l-ezvYjAKrmedup-aQ)
-* [散列表(哈希表)](https://mp.weixin.qq.com/s/oX28uyCbbaYQErT6RE-txg)
-
-## 设计模式
-
-* [单例模式](https://mp.weixin.qq.com/s/bb2LhnCDUZfprHwLtAK18Q)
-* [简单工厂模式](https://mp.weixin.qq.com/s/tS_m1_8E0wn24UNkHTXeug)
-* [工厂方法模式](https://mp.weixin.qq.com/s/vGoPrfAUFIoe7MJKGhZ9WQ)
-* [策略模式](https://mp.weixin.qq.com/s/FfhMIrD72vBWTGJe5yJzxw)
-
-## 码农工具箱
-
-* [教你使用GitHub搭建个人网站](https://mp.weixin.qq.com/s/fFP3sk8gaeG10dfZdPj4bQ)
-* [如何将代码同时提交到Github和码云Gitee上](https://mp.weixin.qq.com/s/7xvtYbW_U73QbAVW_4wCSw)
-* [80行Python代码搞定全国区划代码](https://mp.weixin.qq.com/s/RrryeSKCAwD61NHfjaFOrA)
-
-## Java系列
-
-* [Java反射机制:跟着代码学反射](https://mp.weixin.qq.com/s/-JfevVj0xVHBAZ_AgowZAQ)
-* [JDK动态代理:不仅要学会用,更要掌握其原理](https://mp.weixin.qq.com/s/0M7ENqhZ2IjmPeFbf_vEqQ)
-
-## Spring系列
-
-* [@Import注解:导入配置类的四种方式&源码解析](https://mp.weixin.qq.com/s/DcWEo6-7-W1yFpEdkcwIJQ)
-
-## SpringBoot系列
-
-* [Spring Boot 自动配置原理](https://mp.weixin.qq.com/s/UXNcTOpjx9cr4kd4ECPg6g)
-* [Spring Data Redis 是如何在 Jedis 和 Lettuce 之间切换的?](https://mp.weixin.qq.com/s/Dymb63z5DY7IAlOFeA82iQ)
-
-## Netty系列
-
-* [75张图带你了解网络设备、网络地址规划、静态路由、实战演练](https://mp.weixin.qq.com/s/9McysTuIFQ984Asy2FxB9g)
-* [36张图详解网络基础知识](https://mp.weixin.qq.com/s/H7FQXsPxtHcYUzK-cHBo9g)
-* [浅聊Linux的五种IO模型](https://mp.weixin.qq.com/s/IrY6u8CIkYN2Rv-kKeMtMA)
-
-## 信息安全
-
-* [一文搞懂单向散列函数](https://mp.weixin.qq.com/s/LrhMAXfxhnlPLxv9B_39sg)
-* [一文搞懂对称加密:加密算法、工作模式、填充方式、代码实现](https://mp.weixin.qq.com/s/Jr3aKhd9NEIZ7quWmBJAow)
+{% endfor %}
\ No newline at end of file
From cde0afa547bb2d888c75309d7c2263219da34e80 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=99=BD=E5=BC=80=E6=B0=B4mq?=
<67088709+chunbai1@users.noreply.github.com>
Date: Sat, 3 Jun 2023 16:08:07 +0800
Subject: [PATCH 2/2] Delete index.html
---
index.html | 269 -----------------------------------------------------
1 file changed, 269 deletions(-)
delete mode 100644 index.html
diff --git a/index.html b/index.html
deleted file mode 100644
index 0d1f946..0000000
--- a/index.html
+++ /dev/null
@@ -1,269 +0,0 @@
-
-
-
-
-
-
-
-
-
- SV248S Dataset
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
SV248S Dataset:
-
Single Objection Tracking Dataset
-
Satellite Videos
-
-
-
-
- Authors: Yuxuan Li, Licheng Jiao, Zhongjian Huang, Xin Zhang, Ruohan Zhang, Xue Song, Chenxi Tian, Zixiao Zhang, Fang Liu, Shuyuan Yang, Biao Hou, Wenping Ma, Xu Liu, Lingling Li
-
-
-
- ▶ School of IPIU, Xidian University
-
-
-
-
- 该数据集是由吉林一号卫星创建,由分辨率为0.92米的高清全色图构成。
- 数据集使用长光官方开源的6个视频,每个视频选择约40个目标。
- 每个视频有500-753帧,持续20-30.12秒,帧速率为25fps,包括四个国家,五个城市,共248个物体。
- SV中有船舶、车辆、大型车辆和飞机四类对象,主要关注难以跟踪的小目标(车辆、大型车辆,占物体比例的90%)。
- 有关该数据集更详细的数据见“Deep Learning-Based Object Tracking in Satellite Videos: A Comprehensive Survey With a New Dataset”。
- 该数据集由西安电子科技大学IPIU实验室(智能感知与图像理解教育部重点实验室)于2021年7月完成。
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Tags Instruction Following:
-
-
-
-
- |
- Name |
- Definition |
- Dependence |
- AUTO |
-
-
-
- Basic Properties |
- Center Point(CP) |
- It represents the CP of the object bounding box. |
- BBox |
- Y |
-
-
-
- Movement Velocity(MV) |
- It calculates the average velocity considering both the speed value and the direction in adjacent five frames (unit: pps) |
- CP |
- Y |
-
-
-
- Object Size(OS) |
- The largest value is selected from the height and width of the object bounding box. |
- BBox |
- Y |
-
-
-
- Frame State Flags |
- Invisible(INV) |
- The object disappeared without any occluder or is too similar to its surroundings. |
- M |
- N |
-
-
-
- Normal Visible(NOR) |
- The object is visible and found easily. |
- M |
- N |
-
-
-
- Occlusion(OCC) |
- The object is in the shadow of the building or behind something. |
- M |
- N |
-
-
-
- Sequence Attributes |
- Background Change(BCH) |
- The background of the tracked object has noticeable changes in color or texture. |
- M |
- N |
-
-
-
- Background Cluster(BCL) |
- There are at least 10 frames that contain in the INV flag. |
- INV |
- Y |
-
-
-
- Continuous Occlusion(CO) |
- STO or LTO occur twice or more times in a sequence. |
- STO, LTO |
- Y |
-
-
-
- Dense Similarity(DS) |
- One or more similar objects exist around the tracked object in the range of 2.5 times OS. |
- OS |
- N |
-
-
-
- In-plane Rotation(IPR) |
- The object has an in-plane rotation at an angle greater than or equal to 30°. |
- MV |
- Y |
-
-
-
- Illumination Variation(IV) |
- The object has noticeable changes in brightness or color. |
- M |
- N |
-
-
-
- Short-term Occlusion(STO) |
- The sequence exists less than or equal to 50 conseccutive frames with OCC flag. |
- OCC |
- Y |
-
-
-
- Long-term Occlusion(LTO) |
- The sequence exists more than 50 consecutive frames with OCC flag. |
- OCC |
- Y |
-
-
-
- Natural Disturbance(ND) |
- The object's appearance is influenced by smog or sandy weather or blocked by clouds. |
- M |
- N |
-
-
-
- Slow Motion(SM) |
- The moving speed of the tracked object is fewer than 2.2pps. |
- MV |
- Y |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Design Principle
-
-
-
-
-
-
-
-
-
-
-
File Definition:
-
-
-
-
{
- "source_info":{
- "video_id": "01", # 源视频的名称
- "seq_id": "000002", # 当前目标的名称
- "frame_range": [], # 相对于原始视频使用的帧范围
- "crop_range": [] # 相对于原始视频的裁剪块的范围
- },
- "details":{
- "init_rect": [], # 初始化边界框
- "init_poly": [], # 初始化的紧致多边形
- "length": 325, # 序列的总长度
- "class_name": "ship", # ship, plane, car, car-large (这些名称与论文中不同)
- "level": "simple" # simple, normal, hard
- }
-}
-
-