Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeWarning: Mean of empty slice. return _methods._mean(a, axis=axis, dtype=dtype, #18

Open
ranck626 opened this issue May 3, 2023 · 2 comments

Comments

@ranck626
Copy link

ranck626 commented May 3, 2023

Epoch 5/10 Best val. mIoU=0.0000 Loss C.=0.2363 Loss BB.=0.4493 Loss Seg.=1.7465: 50% 1480/2960 [01:15<01:05, 22.48it/s]/usr/local/lib/python3.8/site-packages/numpy/core/fromnumeric.py:3432: RuntimeWarning: Mean of empty slice.
return _methods._mean(a, axis=axis, dtype=dtype,
/usr/local/lib/python3.8/site-packages/numpy/core/_methods.py:190: RuntimeWarning: invalid value encountered in double_scalars
ret = ret.dtype.type(ret / rcount)
Epoch 10/10 Best val. mIoU=0.0000 Loss C.=0.2336 Loss BB.=0.4569 Loss Seg.=1.2564: 100% 2960/2960 [02:31<00:00, 23.09it/s]/usr/local/lib/python3.8/site-packages/numpy/core/fromnumeric.py:3432: RuntimeWarning: Mean of empty slice.
return _methods._mean(a, axis=axis, dtype=dtype,
/usr/local/lib/python3.8/site-packages/numpy/core/_methods.py:190: RuntimeWarning: invalid value encountered in double_scalars
ret = ret.dtype.type(ret / rcount)
Epoch 10/10 Best val. mIoU=0.0000 Loss C.=0.2336 Loss BB.=0.4569 Loss Seg.=1.2564: 100% 2960/2960 [02:40<00:00, 23.09it/s]/usr/local/lib/python3.8/site-packages/numpy/core/fromnumeric.py:3432: RuntimeWarning: Mean of empty slice.
return _methods._mean(a, axis=axis, dtype=dtype,
/usr/local/lib/python3.8/site-packages/numpy/core/_methods.py:190: RuntimeWarning: invalid value encountered in double_scalars
ret = ret.dtype.type(ret / rcount)
Epoch 10/10 Best val. mIoU=0.0000 Loss C.=0.2336 Loss BB.=0.4569 Loss Seg.=1.2564: 100% 2960/2960 [02:41<00:00, 18.29it/s]
/usr/local/lib/python3.8/site-packages/numpy/core/fromnumeric.py:3432: RuntimeWarning: Mean of empty slice.
return _methods._mean(a, axis=axis, dtype=dtype,

@ranck626
Copy link
Author

ranck626 commented May 3, 2023

ClassificationAccuracy_classification_test= 0.6067728500913929
L1Loss_bounding_box_test= 0.1605706387073607
MSELoss_bounding_box_test= 0.042399897542152856
BoundingBoxIoU_bounding_box_test= 0.18397692535575982
BoundingBoxGIoU_bounding_box_test= 0.1001498951085818
Accuracy_segmentation_test= 0.8516693115234375
Precision_segmentation_test= 0.7399865990957698
Recall_segmentation_test= 0.4820216787425247
F1_segmentation_test= 0.5522371394610083
IoU_segmentation_test= 0.43405142743643876
MIoU_segmentation_test= 0.3622769814714588
Dice_segmentation_test= 0.552237138479344
/usr/local/lib/python3.8/site-packages/numpy/core/fromnumeric.py:3432: RuntimeWarning: Mean of empty slice.
return _methods._mean(a, axis=axis, dtype=dtype,
/usr/local/lib/python3.8/site-packages/numpy/core/_methods.py:190: RuntimeWarning: invalid value encountered in double_scalars
ret = ret.dtype.type(ret / rcount)
CellIoU_segmentation_test= nan
MeanAveragePrecision_segmentation_test= 0.6300278806404488
InstancesAccuracy_segmentation_test= 0.9600615606114671

@ranck626
Copy link
Author

ranck626 commented May 3, 2023

/usr/local/lib/python3.8/site-packages/numpy/core/fromnumeric.py:3432: RuntimeWarning: Mean of empty slice.
return _methods._mean(a, axis=axis, dtype=dtype,
/usr/local/lib/python3.8/site-packages/numpy/core/_methods.py:190: RuntimeWarning: invalid value encountered in double_scalars
ret = ret.dtype.type(ret / rcount)
CellIoU_segmentation_test= nan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant