YOLOv8-3D icon indicating copy to clipboard operation
YOLOv8-3D copied to clipboard

YOLOv8-3D is a LowCode, Simple 2D and 3D Bounding Box Object Detection and Tracking , Python 3.10

Results 4 YOLOv8-3D issues
Sort by recently updated
recently updated
newest added

Hello @bharath5673 Thanks for building the repo. I am trying to reproduce and make a version of this in Pytorch. Would like to know if you used any paper as...

i have run your repo but i got different results regarding the performance. Could you tell me how to get a better performance ![mobilenetv2_results_plot](https://github.com/bharath5673/YOLOv8-3D/assets/151561606/c6a3cdff-cd58-4616-a7e9-8e05e3ab0bdc)

``` from train import * File "/media/ekin/Media7/berat-projects/YOLOv8-3D/train.py", line 129, in all_objs, dims_avg = parse_annotation(label_dir, image_dir) File "/media/ekin/Media7/berat-projects/YOLOv8-3D/train.py", line 103, in parse_annotation occluded = np.abs(float(line[2])) ValueError: could not convert string to...

Hi, I just curious, is it possible to apply your work using custom dataset? In this case, the custom dataset already has the same structure as the KITTI dataset