Skip to content
This repository was archived by the owner on Jun 22, 2022. It is now read-only.

Commit 7e30356

Browse files
author
Kamil A. Kaczmarek
authored
Update README.md
1 parent 2adf60a commit 7e30356

File tree

1 file changed

+9
-26
lines changed

1 file changed

+9
-26
lines changed

README.md

Lines changed: 9 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ We are building entirely open solution to this competition. Specifically:
1010
1. **Learning from the process** - updates about new ideas, code and experiments is the best way to learn data science. Our activity is especially useful for people who wants to enter the competition, but lack appropriate experience.
1111
1. Encourage more Kagglers to start working on this competition.
1212
1. Deliver open source solution with no strings attached. Code is available on our [GitHub repository :computer:](https://github.com/neptune-ml/open-solution-googleai-object-detection). This solution should establish solid benchmark, as well as provide good base for your custom ideas and experiments. We care about clean code :smiley:
13-
1. We are opening our experiments as well: everybody can have **live preview** on our experiments, parameters, code, etc. Check: [Google-AI-Object-Detection-Challenge :chart_with_upwards_trend:](https://app.neptune.ml/neptune-ml/Google-AI-Object-Detection-Challenge).
13+
1. We are opening our experiments as well: everybody can have **live preview** on our experiments, parameters, code, etc. Check: [Google-AI-Object-Detection-Challenge :chart_with_upwards_trend:](https://app.neptune.ml/neptune-ml/Google-AI-Object-Detection-Challenge) and images below:
14+
15+
| UNet training monitor :bar_chart: | Predicted bounding boxes :bar_chart: |
16+
|:---|:---|
17+
|[![unet-training-monitor](https://gist.githubusercontent.com/kamil-kaczmarek/b3b939797fb39752c45fdadfedba3ed9/raw/19272701575bca235473adaabb7b7c54b2416a54/gai-1.png)](https://app.neptune.ml/-/dashboard/experiment/f945da64-6dd3-459b-94c5-58bc6a83f590)|[![predicted-bounding-boxes](https://gist.githubusercontent.com/kamil-kaczmarek/b3b939797fb39752c45fdadfedba3ed9/raw/19272701575bca235473adaabb7b7c54b2416a54/gai-2.png)](https://app.neptune.ml/-/dashboard/experiment/c779468e-d3f7-44b8-a3a4-43a012315708)|
1418

1519
## Dataset for this competition
1620
This competition is special, because it used [Open Images Dataset V4](https://storage.googleapis.com/openimages/web/index.html), which is quite large: `>1.8M` images and `>0.5TB` :astonished: To make it more approachable, we are hosting entire dataset in the neptune's public directory :sunglasses:. **You can use this dataset in [neptune.ml](https://neptune.ml) with no additional setup :+1:.**
@@ -23,36 +27,17 @@ In this open source solution you will find references to the [neptune.ml](https:
2327

2428
## Installation
2529
### Fast Track
26-
1. Clone repository and install requirements (check _requirements.txt_)
27-
1. Register to the [neptune.ml](https://neptune.ml/login) _(if you wish to use it)_
28-
1. Run experiment:
30+
1. Clone repository, install `tensorflow 1.6`, `PyTorch 0.3.1` and then remaining requirements (check _requirements.txt_)
2931

30-
:trident:
3132
```bash
32-
neptune run will appear here soon :)
33+
pip3 install -r requirements.txt
3334
```
3435

35-
:snake:
36-
```bash
37-
python command will appear here soon :)
38-
```
39-
40-
### Step by step
41-
1. Clone this repository
42-
```bash
43-
git clone https://github.com/neptune-ml/open-solution-googleai-object-detection.git
44-
```
45-
2. Install requirements in your Python3 environment
46-
```bash
47-
pip3 install requirements.txt
48-
```
49-
3. Register to the [neptune.ml](https://neptune.ml/login) _(if you wish to use it)_
50-
4. Update data directories in the [neptune.yaml](https://github.com/neptune-ml/open-solution-googleai-object-detection/blob/master/neptune.yaml) configuration file
51-
5. Run experiment:
36+
2. Register to the [neptune.ml](https://neptune.ml/login) _(if you wish to use it)_
37+
3. Run experiment:
5238

5339
:trident:
5440
```bash
55-
neptune login
5641
neptune run will appear here soon :)
5742
```
5843

@@ -61,8 +46,6 @@ neptune run will appear here soon :)
6146
python command will appear here soon :)
6247
```
6348

64-
6. collect submit from `experiment_directory` specified in the [neptune.yaml](https://github.com/neptune-ml/open-solution-googleai-object-detection/blob/master/neptune.yaml)
65-
6649
## Get involved
6750
You are welcome to contribute your code and ideas to this open solution. To get started:
6851
1. Check [competition project](https://github.com/neptune-ml/open-solution-googleai-object-detection/projects/1) on GitHub to see what we are working on right now.

0 commit comments

Comments
 (0)