Results 7 issues of zzh

I can use author's 'model_trt.engine' deploy 'palace.mp4' normally. ![problem1](https://user-images.githubusercontent.com/25890781/182517075-d72cfdcc-baad-464c-9c23-cde92bf8c080.PNG) However, I generate 'bytetrack_s.onnx' , with my dataset,and make 'model_trt.engine', there have no bbox when inference. Who can tell me why?...

![捕获](https://user-images.githubusercontent.com/25890781/177264449-8fc42d2e-deec-4e2f-94eb-fe686e478bf9.PNG) yolox-s检测后的框大小正常,bytetrack跟踪后的框就变得很大,这是什么情况呢?

在使用每个 detections[idet] 更新每条track时 ,在def update(self, new_track, frame_id):函数里面,我只看到了卡尔曼滤波更新了self.mean, self.covariance等值,没看到在哪里更新了self.tlwh ? 为什么在跳出update这个函数后,self.tlwh得到了更新? ![image](https://user-images.githubusercontent.com/25890781/177961072-1751be03-a6e5-4b7a-8acc-33b38c3ed55c.png) ![image](https://user-images.githubusercontent.com/25890781/177961228-13e1cca2-478b-476b-a198-37469abff95a.png)

![problem](https://user-images.githubusercontent.com/25890781/179736391-a04c89c5-5cc5-43d5-9ba5-c0f010632dac.PNG) I meet this problem when running train.py with 'python3 tools/train.py -f exps/example/mot/yolox_x_ablation.py -d 8 -b 48 --fp16 -o -c pretrained/yolox_x.pth' Could you tell me how to solve the problem?

I used this code to train with VOC2007 dataset. The train loss decrease from 50 to 9 at 1 epoch. However, train loss maintain 9 at other epoches,and I used...

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question I use QualityInspector STFPM with MvTec AD...

question

我按照‘’PaddleVideo快速开始‘’的步骤,装上paddlepaddle-gpu、ppvideo==2.3.0之后。运行ppvideo --model_name='ppTSM_v2' --use_gpu=False --video_file='data/example.avi'时报错‘’ppvideo: command not found‘’.这怎么解决呢?