Skip to content

DMM is not working after the latest commit #9

@kabbas570

Description

@kabbas570

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions