Loading README.md +15 −0 Original line number Diff line number Diff line Loading @@ -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)  ### LSTM Loading Loading
README.md +15 −0 Original line number Diff line number Diff line Loading @@ -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)  ### LSTM Loading