Skip to content

Commit 907b6eb

Browse files
committed
Added Readme
0 parents  commit 907b6eb

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
#Counting Vehicles
2+
3+
## Project Title
4+
5+
This project aimed to provide a simple UI for making the process of ground truthing fast and efficient.
6+
7+
### Getting Started
8+
9+
These instructions will get you a copy of the project up and running on your local machine for development, testing and use.
10+
11+
### Prerequisites
12+
13+
The only extra depedency required is PyQt5.
14+
```
15+
pip3 install pyqt5
16+
```
17+
For detailed installation please refer [PyQt5 Website](http://pyqt.sourceforge.net/Docs/PyQt5/installation.html)
18+
19+
### Installation
20+
21+
You have to run application1.py
22+
```
23+
python3 application1.py
24+
```
25+
26+
### Usage
27+
28+
The GUI first opens a openbox where we have to select the folder which contains the images.
29+
30+
![Open Box](screens/open_box.png)
31+
32+
The folder should only contain images. (See example folder)
33+
Clicking 'Open' will open up the gui.
34+
The shortcuts can be accessed through help->Shortcuts or Ctrl+K
35+
36+
### Authors
37+
38+
* Prajwal Rao - [prajwaljpj@gmail.com](mailto:prajwaljpj@gmail.com), [prajwalrao@iisc.ac.in](mailto:prajwalrao@iisc.ac.in)

0 commit comments

Comments
 (0)