ObjectDetector.jl icon indicating copy to clipboard operation
ObjectDetector.jl copied to clipboard

Pure Julia implementations of single-pass object detection neural networks.

Results 13 ObjectDetector.jl issues
Sort by recently updated
recently updated
newest added

This pull request changes the compat entry for the `PrettyTables` package from `0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 1.0` to `0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 1.0, 2`. This keeps...

Added bboxcolor as kwarg, to specify the bounding box color with RGB colorspace.

Cheers, Regarding the function "drawBoxes", is there an option for choosing the color of the bounding box, thus improving contrast at certain images? Thanks.

I want to display the label for each objects, How can I identify the object and add label on that?

Hi We are trying to get an object detection [interface package](https://invenia.github.io/blog/2020/11/06/interfacetesting/) registered: https://github.com/IHPSystems/ObjectDetectors.jl We will shortly also be pushing and registering implementations of ObjectDetectors, e.g. DetectronObjectDetectors, TensorFlowObjectDetectors (that PyCall to...

Tests currently only test that there are objects detected https://github.com/r3tex/ObjectDetector.jl/blob/9b5851327d3bbb53893d93af9e9928b6fad69207/test/maintests.jl#L51 We really should do all or some of these at least: - Test for exact numerical parity in returned array...

Any plans to include Yolo V4 family? Or even the controversial V5?

If you run the following on a CUDA system, you'll see gradual increase in gpu memory allocation through the repeated runs. This causes big slowdowns on memory constrained systems when...

I see this on recent versions of CUDAnative ``` ┌ Warning: calls to Base intrinsics might be GPU incompatible │ exception = │ You called exp(x::T) where T

SPP has route layers with 4 layers, and the routes overlap, which breaks the `layer2out` Dict. ``` ### SPP ### [maxpool] stride=1 size=5 [route] layers=-2 [maxpool] stride=1 size=9 [route] layers=-4...