Hello, thanks for the amazing work.
I was recently tying to reinstall and run the model, but due to the recent commit there has been significant changes in the tracking module, cannot find the tracker class now as it was previously available ::, is the repo reset ? the latest commit only shows the change in Readme.MD
Thanks
class Tracker:
def init(
self,
cfg_path: str = None,
model_path: str = None,
output_dir=None,
):
self.detector = Detector(
cfg_path=cfg_path,
model_path=model_path,
output_dir=output_dir,
)
self.output_dir = output_dir
Hello, thanks for the amazing work.
I was recently tying to reinstall and run the model, but due to the recent commit there has been significant changes in the tracking module, cannot find the tracker class now as it was previously available ::, is the repo reset ? the latest commit only shows the change in Readme.MD
Thanks
class Tracker:
def init(
self,
cfg_path: str = None,
model_path: str = None,
output_dir=None,
):
self.detector = Detector(
cfg_path=cfg_path,
model_path=model_path,
output_dir=output_dir,
)
self.output_dir = output_dir