forked from BMW-InnovationLab/BMW-YOLOv4-Inference-API-GPU
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support Yolov4 inference
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,8 @@ | |
|
||
dl_service = DeepLearningService() | ||
error_logging = Error() | ||
app = FastAPI(version='1.0', title='BMW InnovationLab YOLOv3 darknet inference Automation', | ||
description="<b>API for performing YOLOv3 darknet inference</b></br></br>" | ||
app = FastAPI(version='1.0', title='BMW InnovationLab YOLOv3-v4 darknet inference Automation', | ||
description="<b>API for performing YOLOv3-v4 darknet inference</b></br></br>" | ||
"<b>Contact the developers:</b></br>" | ||
"<b>Antoine Charbel: <a href='mailto:[email protected]'>[email protected]</a></b></br>" | ||
"<b>BMW Innovation Lab: <a href='mailto:[email protected]'>[email protected]</a></b>") | ||
|