Commit a654095a authored by holzinger's avatar holzinger
Browse files

update README

parent dbda7b5b
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -10,14 +10,29 @@ pip install -r requirements.txt
## Usage
### CNN
#### Coco API
We used [https://github.com/cocodataset/cocoapi](https://github.com/cocodataset/cocoapi)
Installation:  
```
git clone https://github.com/cocodataset/cocoapi.git
cd cocoapi/PythonAPI
python setup.py install
```

#### Retraining

##### Singlelabel Model
How to retrain Singlelabel

##### ResNet Model
How to retrain ResNet

##### Multilabel Model
How to retrain multilabel

#### Visualization (Lucid)
We used [https://github.com/tensorflow/lucid](https://github.com/tensorflow/lucid) (for creating own model have a look at this [colab-notebook](https://colab.research.google.com/drive/1PPzeZi5sBN2YRlBmKsdvZPbfYtZI-pHl#scrollTo=06q00d8zvwqc))
Chosen Visualization style [Activation Grid](https://colab.research.google.com/github/tensorflow/lucid/blob/master/notebooks/building-blocks/ActivationGrid.ipynb)
![ActivationGrid](https://storage.googleapis.com/lucid-static/building-blocks/notebook_heroes/activation-grid.jpeg)

### LSTM