Custom-Mask-RCNN-Using-Tensorfow-Object-Detection-API icon indicating copy to clipboard operation
Custom-Mask-RCNN-Using-Tensorfow-Object-Detection-API copied to clipboard

training lose 1047081846814059528192.0000

Open Shaiken opened this issue 5 years ago • 3 comments

i take yout pic and training when ... INFO:tensorflow:global step 1998: loss = 0.0773 (0.293 sec/step) INFO:tensorflow:global step 1998: loss = 0.0773 (0.293 sec/step) INFO:tensorflow:Saving checkpoint to path CP\model.ckpt INFO:tensorflow:Saving checkpoint to path CP\model.ckpt INFO:tensorflow:global step 1999: loss = 3.1521 (0.295 sec/step) INFO:tensorflow:global step 1999: loss = 3.1521 (0.295 sec/step) ... INFO:tensorflow:global step 2001: loss = 2.9904 (0.358 sec/step) INFO:tensorflow:global step 2001: loss = 2.9904 (0.358 sec/step) INFO:tensorflow:global step 2002: loss = 633318697598976.0000 (0.276 sec/step) ...

and check result test image1.jpg use CP/model.ckpt-1999 no found anything image

Shaiken avatar Jun 27 '20 08:06 Shaiken

Loss is too high at checkpoint 1999.

Best regards, Vijendra Singh

On 27-Jun-2020, at 13:55, Shaiken [email protected] wrote:

i take yout pic and training when ... INFO:tensorflow:global step 1998: loss = 0.0773 (0.293 sec/step) INFO:tensorflow:global step 1998: loss = 0.0773 (0.293 sec/step) INFO:tensorflow:Saving checkpoint to path CP\model.ckpt INFO:tensorflow:Saving checkpoint to path CP\model.ckpt INFO:tensorflow:global step 1999: loss = 3.1521 (0.295 sec/step) INFO:tensorflow:global step 1999: loss = 3.1521 (0.295 sec/step) ... INFO:tensorflow:global step 2001: loss = 2.9904 (0.358 sec/step) INFO:tensorflow:global step 2001: loss = 2.9904 (0.358 sec/step) INFO:tensorflow:global step 2002: loss = 633318697598976.0000 (0.276 sec/step) ...

and check result test image1.jpg use CP/model.ckpt-1999 no found anything https://user-images.githubusercontent.com/30071132/85918153-c3ec4a00-b892-11ea-9928-d50e56a7f5af.png — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/vijendra1125/Custom-Mask-RCNN-Using-Tensorfow-Object-Detection-API/issues/32, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABM45REZE3MG6LZW3MDJMSLRYWUHLANCNFSM4OJ5UPHQ.

vijendra1125 avatar Jun 27 '20 15:06 vijendra1125

is that old version problem? python 3.5.6 he025d50_0 python-dateutil 2.8.0 pypi_0 pypi pytz 2020.1 pypi_0 pypi pywin32 228 pypi_0 pypi pywinpty 0.5.7 pypi_0 pypi pyzmq 19.0.1 pypi_0 pypi qtconsole 4.7.5 pypi_0 pypi qtpy 1.9.0 pypi_0 pypi send2trash 1.5.0 pypi_0 pypi setuptools 47.3.1 pypi_0 pypi six 1.15.0 py_0 anaconda tensorflow-gpu 1.5.0 pypi_0 pypi tensorflow-tensorboard 1.5.1 pypi_0 pypi

my chose model package image

Shaiken avatar Jun 28 '20 10:06 Shaiken

@Shaiken found the solution.. check: https://github.com/vijendra1125/Custom-Mask-RCNN-Using-Tensorfow-Object-Detection-API/issues/25#issuecomment-699052106

joelbudu avatar Sep 25 '20 17:09 joelbudu