Skip to content

missing positional arguments when creating Re3Tracker object #2

Description

@ashkan-abbasi66

Thanks for sharing your code
When I want to run the image_demo.py, I have faced the following error:

C:\Users\ashkan\Anaconda3\envs\tf15-gpu\python.exe "C:/Users/ashkan/Documents/Python Scripts/re3/demo/image_demo.py"
Traceback (most recent call last):
  File "C:/Users/ashkan/Documents/Python Scripts/re3/demo/image_demo.py", line 18, in <module>
    tracker = re3_tracker.Re3Tracker()
TypeError: __init__() missing 4 required positional arguments: 'model_path', 'iou_threshold', 'n_init', and 'max_age'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions