yolox / exps /yolox_s.py
tidalove's picture
Update exps/yolox_s.py
3ad07d2 verified
raw
history blame contribute delete
241 Bytes
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)