Cell-DETR icon indicating copy to clipboard operation
Cell-DETR copied to clipboard

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

Open ranck626 opened this issue 1 year ago • 2 comments

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 avatar May 03 '23 02:05 ranck626

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 avatar May 03 '23 02:05 ranck626

/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

ranck626 avatar May 03 '23 02:05 ranck626