From f6099d91f143050714bd45ebe90b807a40c7f0be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=88=9A=28noham=29=C2=B2?= <100566912+NohamR@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:10:11 +0200 Subject: [PATCH] changes --- .gitignore | 1 + yolov7-setup/instructions.md | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a60c84a..0413812 100644 --- a/.gitignore +++ b/.gitignore @@ -154,3 +154,4 @@ node_modules/ /test/yolov7-tracker/artifacts /test/yolov7-tracker/runs /test/yolov7-tracker/wandb +VoTT-v2-none.zip diff --git a/yolov7-setup/instructions.md b/yolov7-setup/instructions.md index 9ab6189..96b8a6b 100644 --- a/yolov7-setup/instructions.md +++ b/yolov7-setup/instructions.md @@ -1,7 +1,13 @@ # References [Yolov7-tracker](https://github.com/JackWoo0831/Yolov7-tracker) -[VoTT](https://github.com/microsoft/VoTT?tab=readme-ov-file#build-and-run-from-source) +[VoTT](https://github.com/microsoft/VoTT?tab=readme-ov-file#build-and-run-from-source) [LabelIMG](https://github.com/HumanSignal/labelImg?tab=readme-ov-file#label-studio-is-a-modern-multi-modal-data-annotation-tool) [CVAT](https://github.com/cvat-ai/cvat/?tab=readme-ov-file) + +[https://theses.hal.science/tel-01784521/file/TH2017ChapelMarieNeige.pdf](https://theses.hal.science/tel-01784521/file/TH2017ChapelMarieNeige.pdf) + +[OpenCV exemples](https://github.com/opencv/opencv/tree/4.x/samples/python) + +[calcul de distance camera - objet](https://pyimagesearch.com/2015/01/19/find-distance-camera-objectmarker-using-python-opencv/) # Yolov7-tracker ```bash @@ -23,6 +29,9 @@ pip3 install ultralytics==8.0.94 ``` # Setup cluster +ssh sas +ssh cinaps +ssh node20 ```bash nvidia-smi => cuda 11.4 sur node20 ```