修改STrack class初始化方法,在其初始化方法中,调用父类BaseTrack的初始化方法。修正bug 210 Adding base class init function call at the beginning of __init__ fucntion of class STrack to fix bug 210
__init__
STrack
Adding the super().init() method has led me to issue #219.