This repository is cloned from tzutalin/LabelImg and edited.
Python 3 + Qt5
#!/bin/bash sudo apt-get install pyqt5-dev-tools sudo pip3 install lmdb sudo pip3 install lxml
- You have to put [YOUR_DATASET] inside
../vanno_data
. - If you execute
distribute_dir.py
, you get../vanno_results/[YOUR_DATASET]_env/job_assign.json
. - Annotators should execute
vanno.py
and verifiers should executevanno_ver.py
. (Below are the shell scripts.) - Your annotation results will be stored in
../vanno_results/[YOUR_DATASET]
and procedures and statistics will be store as .txt files in../vanno_results/[YOUR_DATASET]_env
.
#!/bin/bash sudo umount -f ~/Desktop/server sudo sshfs -o allow_other vdo-server@192.168.0.142:/home/vdo-server/Annotation ~/Desktop/server cd ~/Desktop/server/vanno python3 vanno.py
#!/bin/bash sudo umount -f ~/Desktop/server sudo sshfs -o allow_other vdo-server@192.168.0.142:/home/vdo-server/Annotation ~/Desktop/server cd ~/Desktop/server/vanno python3 vanno_ver.py