jbr97
jbr97
I have some extra words about the thresholds we've tried at the bottom of #36. If you are interested that might be helpful.
Hi, alex, I'm Borui. I'm here to share some tricks... Firstly, the method we use to jitter the boxes. To generate a sample(batch) during training, we take the following steps:...
I write a code of the method. Here it is: ``` import random import time import numpy as np import matplotlib.pyplot as plt import matplotlib import tqdm def IoU(a, g):...
**3. How do you sample from the jittered RoIs? How many do you sample per image?** I'm sorry that we forgot the exactly number of jittered RoIs during training. I...
1. Your model is more likely to produce the higher IoU numbers. I think there may be some bugs during the training of IoU regression. 2. In Fig3, we discuss...
I think your experiments don't have any problem. And I think your problem could be indicated as this format: We have 4 set: C(cls), L(loc 1), L'(loc 2), I(IoU). Pearson(L,...