Compare commits

...

5 Commits
gui ... main

Author SHA1 Message Date
7396d43a6d 兼容gui分支 2024-11-04 14:38:40 +08:00
49ac75b280 Merge branch 'main' of https://gitea.airo.cc/Fiber/ESD_bleeding_view_tool 2024-10-17 20:00:05 +08:00
aeb3582a6c readme 2024-10-17 19:56:39 +08:00
376fb7c6c0 更新 'README.md' 2024-10-16 17:59:27 +08:00
bf953e7afb 更新 'README.md' 2024-10-16 17:58:22 +08:00
3 changed files with 28 additions and 3 deletions

3
.gitignore vendored
View File

@ -140,4 +140,5 @@ cython_debug/
# temp and raw
temp/
raw/
raw/
clip/

View File

@ -1,3 +1,27 @@
# ESD_bleeding_view_tool
5802 标注辅助工具
## main分支
### 安装
安装pdm包管理器如果已安装请跳过
```shell
python3 -m pip install pdm
```
运行代码(第一次运行)
```shell
pdm install
pdm run main
```
运行代码(非第一次运行)
```shell
pdm run main
```
安装gui环境如没有问题请跳过
```shell
sudo apt-get update
sudo apt-get install libxcb-cursor0
```

View File

@ -92,7 +92,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
self.graphicsView.setScene(self.scene)
self.graphicsView.show()
self.now = 2400
self.now = int(18630/30)
self.is_video_set = 0
self.is_label_set = 0