-
I want to Enhance the detection speed and I only change train.prototxt test.prototxt param: resize_param from 300*300 to 150*150 and Retrain the model. The result Increased detecti…
-
Hi!How to load and train cityscapes dataset? Cityscapes dataset has no bounding box, so how do you train it for detection? thanks.
-
Hi, good day ! Can i know how to save the predicted images of bounding boxes to the gallery ? Is there any code that can i refer to ? because I need to do the project which is license plate detection …
-
i trained SSD-MobileNet on custom dataset and now I want to convert the model to TensorRT model for improve performance and for Inference on Nvidia Jetson TX1 Board.
I Have:
-Ubuntu 20.14 LTS
-Te…
-
Thanks for the great work! Based on the chapter ODinW / Custom Dataset Evaluation, I'm trying design the data config like below for custom dataset evaluation:
```
DATALOADER:
ASPECT_RATIO_GROUPIN…
-
Sorry for troubling you again. I tried to modify the single class detection to multi-class detection instead. However an error was encountered as below. I afraid any of my changes will affect the whol…
-
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org…
-
# YOLOv8 Multi-Object Tracking
Object tracking is a task that involves identifying the location and class of objects, then assigning a unique ID to that detection in video streams.
The outpu…
-
There are some minor issues in the documentation of [Cascaded Tutorial](https://ivadomed.org/en/latest/tutorials/cascaded_architecture.html), description of them is mentioned below:
### Issue 1:
I…
-
Hello,
I used the script **test.py** on a **custom dataset** with the labels in original _YOLOv5 format_:
< object-class-ID > < X center > < Y center > < Box width > < Box height >
This i…