Skip to content

Commit

Permalink
✨ Begin the project!
Browse files Browse the repository at this point in the history
  • Loading branch information
LRY89757 committed May 30, 2022
1 parent a4cb932 commit c971ee7
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 2 deletions.
80 changes: 80 additions & 0 deletions Models.md
Original file line number Diff line number Diff line change
@@ -0,0 1,80 @@
# Models🎈

---

[TOC]

## 烽火🔥

---

### 检测

---

* a...
* usr time
* description

* ...

### 姿态

---

* a...
* usr time
* description

* ...



### 部署

---

* a...
* usr time
* description

* ...



## 长飞🛫

---

### 检测

---

* a...
* usr time
* description

* ...

### 姿态

---

* a...
* usr time
* description

* ...



### 部署

---

* a...
* usr time
* description

* ...

45 changes: 43 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 1,43 @@
# Dian-ModelZoo
记录点团队国网组训练与部署的的所有训练权重
# Dian-ModelZoo📦
*记录点团队国网组训练与部署的的所有训练权重。*

---

[TOC]

## 使用说明

本文档用来记录说明规范,请在[Models.md](./Models.md)中写下所训练的权重以及说明。

* 暂时分为Fenghuo-Models和ChangFei-Models两个项目。
* 每个项目暂时分为检测、姿态和部署三类
* 更加细分的类可以每个部分的负责者自行更改。
* **每次上传权重只在[Models.md](./Models.md)中写下训练权重在服务器上的路径即可**
* 每次上传的时候**一定要写下日期以及上传者名称**,以及相应的文件详细说明(比方说这个采用什么模型,效果怎么样或者问题是什么这类的问题就行当然越详细越好QAQ)。



格式示例:

* /home/lry/projects/Video_dect_pose_mixed/Deploy/Pose/origin_files/hrnet/end2end.onnx
* lry 2022.5.30
* 关于hrnet的onnx源文件,大小为101MB
* 检测效果比较好但是模型太大了,转换为param与.bin后推理速度2FPS

## GitHub简单命令总结

```sh
# 上传一般流程
git add .
git commit -m"add some ..."
git push origin main
# 上传前有时候需要拉取远端来保持同步
git pull
```







0 comments on commit c971ee7

Please sign in to comment.