-
We currently discard the `clss` information from megadetector since it used to just be animal/no-animal. As of version 4.1, there are person and vehicle classes:
https://github.com/microsoft/CameraTr…
-
I have trained yolov3 with my own data.
and batch predict images successfully by :
` ./darknet -nogpu detector test cfg/***.data cfg/***.cfg train.weight valid_list.txt
`
When I want t…
-
Hey, I have the following problem. I am training yolo on an rtg data set
to detect bottles etc., but the demo detector seems to remeber the usual
yolo names (person, dog, etc.).
I trained it:
``…
jytug updated
5 years ago
-
@leoxiaobin Thanks for the this good work. I am wondering how much faster is the inference in term of fps? Do you have a script to run the inference model with a webcam?
-
**Describe the bug**
A clear and concise description of what the bug is.
I submitted a query "select * from $1;" and executed con.Query(ctx, query, "table")
Received the error message: ERROR: synt…
-
I exported a workflow API json file and sent it to the server after setting all necessary parameters.
However in this particular workflow the ImpactControlBridge doesn't seem to work when using it …
-
The initial set of models to work on are
* [ ] HGAM derivatives of Pedersen et al 2020 (@eric-pedersen )
* [ ] Adaptive GAM of Pedersen et al 2020 (@eric-pedersen )
* [ ] Fisher Information (@Tra…
-
Can the pretrained model predict (or export) single class? (not with 80 classes based on COCO dataset) ?
I use SOLOv2_Light_512_DCN_R50_3x, but it costs 0.065s per image, It's different from w…
-
**System configuration information**
```
ubuntu 18.04
cuda 10.1.168 +cudnn
GeForce RTX 2080ti
git clone the latest version
darknet Makefile option
GPU=1 CUDNN=1 CUDNN_HALF=1 OPENC…
-
### Description
In general the ordered_zones_match does exactly what I expect. But I have a specific video clip where nothing will be triggered.
I have street, carport_outer and carport_inner zones.…