We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for sharing your code When I want to run the image_demo.py, I have faced the following error:
image_demo.py
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'
The text was updated successfully, but these errors were encountered:
hey did you fix this , i am facing the same issue
Sorry, something went wrong.
same query, did anyone manage to fix this?
No branches or pull requests
Thanks for sharing your code
When I want to run the
image_demo.py
, I have faced the following error:The text was updated successfully, but these errors were encountered: