Skip to content
Snippets Groups Projects
Unverified Commit 56d39879 authored by Stefania Pedrazzi's avatar Stefania Pedrazzi Committed by GitHub
Browse files

Fix import instructions (#315)

parent 0796964b
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,7 @@ Parameters:
The WIDER Face detection dataset is supported for training, implemented as a `DetectionDataset` subclass. This example assumes the data has been downloaded and placed in the directory referenced by `data_root`.
```python
from opendr.perception.object_detection_2d import YOLOv3DetectorLearner
from opendr.perception.object_detection_2d import RetinaFaceLearner, WiderFaceDataset
from opendr.engine.datasets import ExternalDataset
dataset = WiderFaceDataset(root=data_root, splits=['train'])
......@@ -246,4 +246,4 @@ The platform compatibility evaluation is also reported below:
#### References
<a name="retinaface-1" href="https://arxiv.org/abs/1905.00641">[1]</a> RetinaFace: Single-stage Dense Face Localisation in the Wild,
[arXiv](https://arxiv.org/abs/1905.00641).
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment