tyomj / product_detection

Working with scale: 2nd place solution to Product Detection in Densely Packed Scenes
Apache License 2.0
48 stars 9 forks source link

Tile-combine #5

Closed Abeni18 closed 3 years ago

Abeni18 commented 3 years ago

Thank you for the work. My question is for the tile-combine option, I assume there is a step where the tiled images predicted JSON file labels need to be combined into one JSON file label corresponding to the original image size. Where is that script located? I am not able to find it.

The soonest response is highly appreciated. Thank you!

Abeni18 commented 3 years ago

Or is it like, once the model is trained on the tiled image, during inference we use the original size image without tiling?

tyomj commented 3 years ago

@Abeni18 Your last guess was right, here in the config you may see resolutions. Sorry for the long response.

Abeni18 commented 3 years ago

Got it thanks