PP-Tracking_GUi icon indicating copy to clipboard operation
PP-Tracking_GUi copied to clipboard

Object detection GUI based on PaddleDetection(基于PaddleDetection的目标检测GUI框架)

Results 9 PP-Tracking_GUi issues
Sort by recently updated
recently updated
newest added

请问模型预测后视频检测不出来人可能是什么原因?(已下载好预测模型并且代码无报错)

![image](https://user-images.githubusercontent.com/62006079/160573307-406be554-386f-4281-97d6-c6ff06c6ba39.png) 报错如下: AttributeError: 'PySide2.QtWidgets.QMainWindow' object has no attribute 'label_28'

![541215c82191b9a94c70f38d7cf40ba](https://user-images.githubusercontent.com/82854498/149089154-4f0653b0-982a-48b2-958a-6c16c118e0ca.png) ![000cc4dbb2d7d46b0e8ba48e41743fa](https://user-images.githubusercontent.com/82854498/149089139-bb976416-c4e4-4f3e-81e5-19098567d53d.png)

运行日志:QFactoryLoader::QFactoryLoader() checking directory path "/usr/libexec/iconengines" ... Unknown property box-shadow Unknown property box-shadow Unknown property box-shadow Unknown property box-shadow QFactoryLoader::QFactoryLoader() checking directory path "/gpfs1/home/kaizhuang7/.local/lib/python3.6/site-packages/PySide2/Qt/plugins/accessible" ... QFactoryLoader::QFactoryLoader() checking directory path "/usr/libexec/accessible" ......

如题, 整个项目现在合计有 2G 那么大了, 但是实际上有用的部分代码占 10M, 两个视频 30M, 剩下的都是 git 历史. 我看了看或许需要清理掉的历史有: - 0526e81 一大堆已经删除的图片 - 2392ecb 一大堆已经删除的图片 - 5184309 一大堆已经删除的图片 - 一大堆已经删除的推理模型 - 一些奇怪的合并. 这个可以在合并的时候用 rebase 模式来避免. 我试着删了删没用的历史, 留下的...

执行python main.py启动前端界面,出现这个报错,请是怎么回事呀? “Unknown property box-shadow”

目前gui界面起来啦 实际功能很多报错 lzclzclzclzclzclzc 当前是行人模型 Traceback (most recent call last): File "deploy/pptracking/python/mot_jde_infer.py", line 27, in from det_infer import Detector, get_test_images, print_arguments, PredictConfig 冰山一角

Traceback (most recent call last): File "deploy/pptracking/python/mot_jde_infer.py", line 23, in from paddle.inference import Config ModuleNotFoundError: No module named 'paddle.inference' Exception in thread Thread-1: Traceback (most recent call last): File "/home/deploy/anaconda3/envs/PP-Tracking_GUi/lib/python3.8/threading.py",...

在使用gui进行车辆跟踪的小目标跟踪时,报错mot_jde_infer.py: error: unrecognized arguments: .mp4, 预测部署文件使用的是:fairmot_hrnetv2_w18_dlafpn_30e_576x320_visdrone_vehicle 视频文件是:https://bj.bcebos.com/v1/paddledet/data/mot/demo/visdrone_demo.mp4