You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 22, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-26Lines changed: 9 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,11 @@ We are building entirely open solution to this competition. Specifically:
10
10
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.
11
11
1. Encourage more Kagglers to start working on this competition.
12
12
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:|
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:
23
27
24
28
## Installation
25
29
### 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_)
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:
52
38
53
39
:trident:
54
40
```bash
55
-
neptune login
56
41
neptune run will appear here soon :)
57
42
```
58
43
@@ -61,8 +46,6 @@ neptune run will appear here soon :)
61
46
python command will appear here soon :)
62
47
```
63
48
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
-
66
49
## Get involved
67
50
You are welcome to contribute your code and ideas to this open solution. To get started:
68
51
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