Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I have added configuration files for yolov3 as was told to. The weights could not be added for yolov3 as they exceeded file size. I have tried to add weights for yolov3tiny however it returned 403 access denied during push. I also tried up the NFPA dataset, however, the weights file is too large for the yolov3 architecture. furthermore,every epoch is computationally heavy for yolov3.
To avoid such failure in approach, I did in issue #5 , I added the approach through SSD-mobile net on coco and other datasets. these changes have been directly made on app.py than on detection. The automation for switching to SSD than yolov3 is left open for the indexer algorithm. However, SSD has provided more reliability in practical uses. The SSD related prototext and weight-config files may be seen in the repository: dataset.
The wieghts and cfg for yolov3 have been added to yolo-coco.