chensonglu
Results
2
issues of
chensonglu
@ayumiymk Thanks for your great work. I have a question, margin in stn_head.py is initialized to "margin=0.01", but in tps_spatial_transformer.py, the margin is 0.05. Is that intentional or a mismatch?...
For consistency, I checked the official Pascal VOC Matlab code and ssd.pytorch `https://github.com/amdegroot/ssd.pytorch`. I think "+1" in lines 99, 109, and 110 of "utils.py" is different from the official implementation....