Git Product home page Git Product logo

Comments (4)

ChristianMarzahl avatar ChristianMarzahl commented on July 2, 2024 2

Please make sure that you added the lib folder to your system path "****/Object-Detection-Metrics/lib"

from objectdetection.

ChristianMarzahl avatar ChristianMarzahl commented on July 2, 2024

Moin,

please take a lock at:
https://github.com/ChristianMarzahl/ObjectDetection/blob/master/examples/CocoTiny_Retina_Net.ipynb

That model is trained with the COCO format.

from objectdetection.

Samjith888 avatar Samjith888 commented on July 2, 2024

Moin,

please take a lock at:
https://github.com/ChristianMarzahl/ObjectDetection/blob/master/examples/CocoTiny_Retina_Net.ipynb

That model is trained with the COCO format.

I got following error,

    from BoundingBox import BoundingBox
ModuleNotFoundError: No module named 'BoundingBox'

I found the solution here
i just cloned and added into the sys path , but still getting the same error

from objectdetection.

Samjith888 avatar Samjith888 commented on July 2, 2024

Please make sure that you added the lib folder to your system path "****/Object-Detection-Metrics/lib"

My custom dataset is in kitti format. I have a python script which read those kitti format files and convert into the following format (COCO).

[{'file_name': '/home/samjith/0000180.jpg', 'height': 788, 'width': 1400, 'image_id': 1, 'annotations': [{'bbox': [250.0, 675.0, 23.0, 17.0], 'bbox_mode': <BoxMode.XYWH_ABS: 1>, 'area': 391.0, 'segmentation': [], 'category_id': 0}, {'bbox': [295.0, 550.0, 21.0, 20.0], 'bbox_mode': <BoxMode.XYWH_ABS: 1>, 'area': 420.0, 'segmentation': [], 'category_id': 0},..

Where should i pass this data_dict in your script?

from objectdetection.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.