chenjoya / sampling-free

IEEE TIP: Is heuristic sampling necessary in training deep object detectors? Try sampling-free object detectors!
293 stars 25 forks source link

Where are the code about sampling-free? #4

Closed zychen2016 closed 4 years ago

zychen2016 commented 4 years ago

❓ Questions and Help

Could you point out where are the code about your sampling-free function? Because I am not familiar with maskrcnn_benchmark, Just want to use sampling-free function in other networks.

Thank you very much.

chenjoya commented 4 years ago

Hi @zychen2016, the core code of our method could be found in maskrcnn_benchmark/modeling/sampling-free.py: https://github.com/ChenJoya/sampling-free/blob/master/maskrcnn_benchmark/modeling/sampling_free.py.