为什么输入视频,但是没有任何输出结果? #1681
              
                
                  
                  
                    Answered
                  
                  by
                    14790897
                  
              
          
                  
                    
                      caojiaxin913
                    
                  
                
                  asked this question in
                Q&A
              
            
            
              为什么输入视频,但是没有任何输出结果?
            
            #1681
          
          
        -
| 
         输入视频,但是没有任何输出结果。  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            14790897
          
      
      
        Oct 22, 2024 
      
    
    Replies: 1 comment
-
| 
         首先自己读一下 tracking/track.py的源代码 要想显示,给你举个例子:  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        mikel-brostrom
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
首先自己读一下 tracking/track.py的源代码
要想显示,给你举个例子:
python tracking\track.py --yolo-model yolov8n.pt --source ./test.mp4 --tracking-method deepocsort --conf 0.5 --iou 0.7 --device 0 --show --save --device=cpu