-
| 
         Hello guys, can anyone help in writing exps file for training my model with COCO format file. There is one file already present in the exps/example/yolox_voc/yolox_voc_s.py for training 's' model on VOC data format. I am pretty confused which file should i take reference to create a yolox_COCO_tiny.py file. Thanks in advance.  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            adosash
          
      
      
        Jul 8, 2025 
      
    
    Replies: 1 comment
-
| 
         The issue was with the VOC dataset loading. I had to do quick fixes in the yolox/data/datasets/voc.py file to read the data in voc format.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        adosash
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
The issue was with the VOC dataset loading. I had to do quick fixes in the yolox/data/datasets/voc.py file to read the data in voc format.