Manish Sonal
Manish Sonal
@victorcsc123 , can you verify if it exists 
can you install Build tools, Build Tools for Visual Studio 2019 you can find that in this page, https://visualstudio.microsoft.com/downloads/ scroll down until you see Tools for Visual Studio under the...
okay, I hope you have python 3.6 and correct numba version. can you try to execute python manage,py preparetracker from VS Developer command prompt ?
try with docker.
Docker should just work fine, it installs g++ . use power shell. Install docker desktop on your windows machine, cd to the cloned directory and execute. docker-compose build , it...
> [+] Building 7.7s (18/23) > => [eva_eva internal] load build definition from Dockerfile 0.1s > => => transferring dockerfile: 32B 0.0s > => [eva_celery internal] load build definition from...
Probably you need to get away from runserver, check this, https://uwsgi-docs.readthedocs.io/en/latest/Emperor.html
did you run , pip install -r requirements.txt staying inside you python virtual environment.
@jascase901 , Thanks for sharing the bug and suggesting the fix. Just to verify How many images and no of bounding boxes per image did you had in your data...
while annotating the above test set, did you annotate each object in each frame independently ? or you used a tracker to annotate objects in multiple frames at once. This...