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
When I run the evaluation script, I get WARNINGs that say Failed to apply _map_func for idx: N.
Do anyone now why this happens?
I am wondering if the warning is something that needs to be fixed or not.
The text was updated successfully, but these errors were encountered:
JihoChoi
changed the title
WARNING [02/13 00:12:23 d2.data.common]: Failed to apply _map_func for idx: 905, retry count: 7
WARNING [d2.data.common]: Failed to apply \_map_func\ for idx: N
Feb 12, 2024
JihoChoi
changed the title
WARNING [d2.data.common]: Failed to apply \_map_func\ for idx: N
WARNING [d2.data.common]: Failed to apply _map_func for idx: N
Feb 12, 2024
JihoChoi
changed the title
WARNING [d2.data.common]: Failed to apply _map_func for idx: N
WARNING [d2.data.common]: Failed to apply _map_func for idx: N
Feb 12, 2024
This warning is from the dataloader of Detectron2. It occurs because some objects in the dataset do not have part masks. We address this by removing redundant predictions after model inference. Additionally, filtering these test annotations before model inference can help mitigate the issue as well.
When I run the evaluation script, I get WARNINGs that say Failed to apply
_map_func
for idx: N.Do anyone now why this happens?
I am wondering if the warning is something that needs to be fixed or not.
Thank you very much.
Run
Warning messages
The text was updated successfully, but these errors were encountered: