You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
@vkhalidov I need to use the segmentation map produced by the model for a dataset that I'm creating but the edges of the output are getting cropped not sure why it is happening. Segmentation Map
The text was updated successfully, but these errors were encountered:
@arulpraveent this is because of the detection bounding box: human head does not fit into the box, so the results appear cropped. If the detection box were larger, the results for the full head would be visible.
@vkhalidov I need to use the segmentation map produced by the model for a dataset that I'm creating but the edges of the output are getting cropped not sure why it is happening.
![image](https://user-images.githubusercontent.com/69880937/98434226-d35a8a00-20f3-11eb-8bca-b22d7c45fac4.png)
Segmentation Map
The text was updated successfully, but these errors were encountered: