Skip to content

Question about the configuration for your code #2

@cyber-ranger

Description

@cyber-ranger

Hello,

Thanks for sharing the code, and your demo on youtube looks really cool.
We would like to checking on the idea in your paper, but we can't generate the similar results as you showed in your demo.
Now we are retrying the code with different configuration, could you provide some guidence on the key configuration/parameters which we can adjust them for better results? Thanks in advance!

For example, there is the following configuration in your code

    # maintain losses in a consistent order:
    # 1. all ground truth as usual
    # 2. ground truth for TARGET_CLASS removed
    # 3. all ground truth removed
    # 4. ground truth set to the patch with TARGET_CLASS (dpatch loss)
    "maximize_loss": [True, False, False, False],
    "target_loss_index": 3,
    "compute_all_losses": False,
  • How shoud I choose from the 4 different options in the comments "maintain losses in a consistent order"?
  • What's the meaning of [True, False, False, False] for "maximize_loss"?
  • what is the meaning of 3 for "target_loss_index"? is it "3. all ground truth removed"?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions