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'
Thanks for sharing your code
When I want to run the
image_demo.py, I have faced the following error: