Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slight README.md fixes #782

Merged
merged 1 commit into from
Dec 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ To install ImageAI, run the python installation instruction below in the command
<td><h2> Custom Object Detection</h2> </td>
</tr>
<tr>
<td><img src="data-images/holo2-detected.jpg" style="width:400px;">
<td><img src="data-images/holo2-detected.jpg">
<h4>ImageAI now provides classes and methods for you detect and recognize your own custom objects in images using your own model trained with the DetectionModelTrainer class. You can use your custom trained YOLOv3 or TinyYOLOv3 model and the **.json** file generated during the training. Click the link below to see the guide to sample training codes, explanations, and best practices guide.</h4>
<a href="imageai/Detection/Custom/CUSTOMDETECTION.md"> >>> Get Started</a>
</td>
Expand All @@ -194,7 +194,7 @@ To install ImageAI, run the python installation instruction below in the command
</tr>
<tr>
<td>
<img src="data-images/customvideodetection.gif" style="width:400px;">
<img src="data-images/customvideodetection.gif">
<h4>ImageAI now provides classes and methods for you detect and recognize your own custom objects in images using your own model trained with the DetectionModelTrainer class. You can use your custom trained YOLOv3 or TinyYOLOv3 model and the **.json** file generated during the training. Click the link below to see the guide to sample training codes, explanations, and best practices guide.</h4>
<a href="imageai/Detection/Custom/CUSTOMVIDEODETECTION.md"> >>> Get Started</a>
</td>
Expand Down