Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Update docs/source/reference/object_detection.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
  • Loading branch information
kaushikb11 and Borda authored Feb 16, 2021
1 parent bd8f2eb commit fd8cc9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/reference/object_detection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ For more advanced inference options, see :ref:`predictions`.
Finetuning
**********

To tailor the object detector to your dataset, you would need to have it in `COCO Format <https://cocodataset.org/#format-data>`_, and then finetune the model. You could also pass `trainable_backbone_layers` to :class:`~flash.vision.ObjectDetector` and train the model.
To tailor the object detector to your dataset, you would need to have it in `COCO Format <https://cocodataset.org/#format-data>`_, and then finetune the model.

.. tip:: You could also pass `trainable_backbone_layers` to :class:`~flash.vision.ObjectDetector` and train the model.

.. code-block:: python
Expand Down

0 comments on commit fd8cc9b

Please sign in to comment.