-
Thanks for sharing your work.
scrfd_person_2.5g.onnx model for [person detection](https://github.com/deepinsight/insightface/tree/master/examples/person_detection) is in not provided. please share it…
-
Hello, author, when reproducing the code, I got the following results with regard to the evaluation indicators in simple, medium, and difficult cases. Why does the detection result on pedestrians appe…
-
i wanted to learn only Pedestrian ,so i changed config file.
```
conf.lbls = [ 'Pedestrian','Car', 'Cyclist'] ---->conf.lbls = [ 'Pedestrian']
```
But it make an error```raise ValueError…
-
Thank you for your contribution to open source, but I'm having trouble reproducing your experiments.
I want to do **Compile the cuda dependencies using following simple commands** , but I didn't f…
-
Safety-Oriented Pedestrian Motion and Scene Occupancy Forecasting. (arXiv:2101.02385v1 [cs.CV])
https://ift.tt/3s4KBAN
In this paper, we address the important problem in self-driving of forecasting mu…
-
Hi! Could you please tell me how can I use ByteTrack or QDTrack to implement multi-classes MOT? It seems that the existing configurations are only for one-class(pedestrian).
I wonder if my customized…
-
Hi, I want to know the detailed meaning of the result file in the resources provides in the link:
https://github.com/tusen-ai/SST/blob/main/docs/CTRL_instructions.md#results
specifically, how do…
-
I run the command the do the testing:
```
./object_detection ~/Develop/barinova_pedestrians_detection-master/example/campus-config
```
It gives me an error:
Loading config file
Done
Reading images …
-
-
## Implement/Get an model for object detection (even better if it can do instance seg like MaskRCNN)
We need it to include at least classes `['vehicle', 'pedestrian', 'sign', 'bicycle']`, everything …