Skip to content

Fix large tracked vehicle bug #21

New issue

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions eva/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
# the frames are added to the previous chunk instead.
MIN_FINAL_CHUNK_SIZE = VIDEO_CHUNK_SIZE // 2

#This setting disables post request truncation
# which removes the limit on how many vehicles you an add
#to a track
DATA_UPLOAD_MAX_MEMORY_SIZE = None

# Defines extra bounding box scaling before tracking
TRACKER_SCALING = 2

Expand Down