Closed makecent closed 1 year ago
In ValEngine, there is a argument meshgrid but it seems that the self.meshgrid has not been used. https://github.com/MCG-NJU/BasicTAD/blob/bd9a1522da3d7675e079272e80e0281fa55f04be/vedatad/engines/infer_engine_AF.py#L15
ValEngine
meshgrid
self.meshgrid
For anchor-free head, anchor generator is not needed (meshgrid)
In
ValEngine
, there is a argumentmeshgrid
but it seems that theself.meshgrid
has not been used. https://github.com/MCG-NJU/BasicTAD/blob/bd9a1522da3d7675e079272e80e0281fa55f04be/vedatad/engines/infer_engine_AF.py#L15