File size: 241 Bytes
9748030
 
 
 
 
 
 
 
 
 
433734e
1
2
3
4
5
6
7
8
9
10
11
from yolox.exp import Exp as MyExp


class Exp(MyExp):
    def __init__(self):
        super(Exp, self).__init__()
        self.depth = 0.33
        self.width = 0.50
        
        self.num_classes = 18
        self.test_size = (640, 640)