WurmD
WurmD
There currently is the --debug flag that prints all the commands ran, but still runs them. If possible, it would be a treat to have the --dry-run flag on this...
The original C3D model (used by the fantastic anomaly detection work of Waqas https://github.com/WaqasSultani/AnomalyDetectionCVPR2018) can be downloaded from here http://vlg.cs.dartmouth.edu/c3d/ (direct link: https://www.dropbox.com/s/vr8ckp0pxgbldhs/conv3d_deepnetA_sport1m_iter_1900000?dl=0 ) This caffe model, when `python3 caffemodel2pytorch.py...
``` (base) dario@GPU10:~/falcon-prediction-app$ sudo docker build -t falcon-prediction-app . Sending build context to Docker daemon 55.72MB Step 1/20 : FROM nginx:stable-alpine ---> a8054a07a2ce Step 2/20 : LABEL maintainer="[email protected]" ---> Using...
https://github.com/idealo/falcon-prediction-app/blob/master/src/prediction_app/predict.py#L28 I believe this comment is wrong, and should instead be (echo -n '{"image": "'; base64 src/tests/data/four_test.png; echo '"}') | curl -i -H "Content-Type: application/json" -d @- http://127.0.0.1:8000/predict
``` ● nginx.service - A high performance web server and a reverse proxy server Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Sat 2020-12-12 11:24:10 CET;...
https://github.com/dendorferpatrick/MOTChallengeEvalKit/blob/master/MOT/README.md states >Data Format: >The file format should be the same as the ground truth file, which is a CSV text-file containing one object instance per line. Each >line must...
In MOT20\train\MOT20-01\det\det.txt we have instances of confidence 1 (i.e., `429,-1,1510,662,104,218,1,-1,-1,-1`) and of confidence zero (i.e., `429,-1,90,960,119,119,0,-1,-1,-1`) What does it mean for confidence of detections to be zero here?
Hi Loris, Would you upload the code used to create the kernel matrixes? The code so far is really well commented :), but when adapting it to apply it to...
## Describe the Enhancement: Results of markdownlint in IDE terminal are clickable, same as [hadolint](https://github.com/hadolint/hadolint) or pylint (Visual example: https://www.dropbox.com/s/twti0ip1l6zlt5o/Screenshot%202022-11-14%20at%2014.34.37.png) ### Impacted Rules: None ## Describe the Need: All users...