Skip to content

Commit

Permalink
adds dependencies section on detr tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
lgvaz committed Jun 13, 2020
1 parent 6c43b77 commit 864ffe3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions tutorials/hub_detr_finetune_wheat.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,25 @@
"For this tutorial we will be working with the wheat dataset, available on kaggle [here](https://www.kaggle.com/c/global-wheat-detection)."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Dependencies"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"After installing Mantisshrimp ([instructions](https://github.com/lgvaz/mantisshrimp/#install)), install all the dependencies required by Detr ([instructions](https://github.com/facebookresearch/detr#usage)).\n",
"\n",
"Also, install seaborn for visualizing logs:\n",
"```python\n",
"pip install seaborn\n",
"```"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 864ffe3

Please sign in to comment.