-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Labels
No labels