Giter Club home page Giter Club logo

Comments (2)

brendancol avatar brendancol commented on September 3, 2024

@dmraji I think "generally unsatisfactory" is fair because you are finding the combination of data quality and hyperparameters and most combinations will be bad....but the hope is that you find one that works.

Out of all your threshold values trails, what was the best combination and do you have a reproduction code snippet to help the conversation progress? If you drop the thresholds too much, you will need to compensate with other heuristics to filter out false positives etc.

from segment-geospatial.

dmraji avatar dmraji commented on September 3, 2024

Out of all your threshold values trails, what was the best combination and do you have a reproduction code snippet to help the conversation progress? If you drop the thresholds too much, you will need to compensate with other heuristics to filter out false positives etc.

@brendancol Here are the values I have found to be somewhat reasonable for bounding box generation at least.

## tree
text_prompt = 'tree'
box_thresh_value = 0.24
text_thresh_value = 0.24

## house
text_prompt = 'house'
box_thresh_value = 0.16
text_thresh_value = 0.72

## road
text_prompt = 'road'
box_thresh_value = 0.10
text_thresh_value = 0.10

## car
text_prompt = 'car'
box_thresh_value = 0.08
text_thresh_value = 0.24

I notice that in each other case (besides "tree") in order to generate any amount of reasonable bounding boxes, the box threshold has to be lowered quite significantly. However, there always seems to be a box created which encompasses the entire image even at the highest thresholds where any boxes are generated. I think this facet is messing with the segmentation results for the other prompts; no amount of changing the text threshold value seems to alter the results while the entire-image bounding box is present.

from segment-geospatial.

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.