xingyizhou / CenterNet

Object detection, 3D detection, and pose estimation using center point detection:
MIT License
7.3k stars 1.93k forks source link

Can you provide loss curve during training #147

Open jjldr opened 5 years ago

jjldr commented 5 years ago

When training 3D object detection on my dataset, the rot_loss is much larger than all other losses, is it normal ? Below is part of my training loss: 2019-06-17 19-44-01屏幕截图

Please help me, thanks!

leiyaohui commented 5 years ago

Hello, see you just wrote a question, I want to ask you if you have encountered such a mistake, thank you very much!
ModuleNotFoundError: No module named 'external.nms'

jjldr commented 5 years ago

Hello, see you just wrote a question, I want to ask you if you have encountered such a mistake, thank you very much! ModuleNotFoundError: No module named 'external.nms'

not happened

leiyaohui commented 5 years ago

Okay, thank you all the same.

saifu-rahman commented 5 years ago

Same issue for me also.. Below is the trace... Please help .......... am running the command from conda terminal for live webcam:

python demo.py ctdet --demo webcam --load_model ../models/ctdet_coco_dla_2x.pth

(base) D:\Samples\Deep Learning\CenterNet-master\CenterNet\src>python demo.py ctdet --demo webcam --load_model ../models/ctdet_coco_dla_2x.pth Traceback (most recent call last): File "demo.py", line 11, in from detectors.detector_factory import detector_factory File "D:\Samples\Deep Learning\CenterNet-master\CenterNet\src\lib\detectors\detector_factory.py", line 5, in from .exdet import ExdetDetector File "D:\Samples\Deep Learning\CenterNet-master\CenterNet\src\lib\detectors\exdet.py", line 15, in from external.nms import soft_nms ModuleNotFoundError: No module named 'external.nms'


duytue commented 5 years ago

Same issue for me also.. Below is the trace... Please help .......... am running the command from conda terminal for live webcam:

python demo.py ctdet --demo webcam --load_model ../models/ctdet_coco_dla_2x.pth

(base) D:\Samples\Deep Learning\CenterNet-master\CenterNet\src>python demo.py ctdet --demo webcam --load_model ../models/ctdet_coco_dla_2x.pth Traceback (most recent call last): File "demo.py", line 11, in from detectors.detector_factory import detector_factory File "D:\Samples\Deep Learning\CenterNet-master\CenterNet\src\lib\detectors\detector_factory.py", line 5, in from .exdet import ExdetDetector File "D:\Samples\Deep Learning\CenterNet-master\CenterNet\src\lib\detectors\exdet.py", line 15, in from external.nms import soft_nms ModuleNotFoundError: No module named 'external.nms'

Hello, see you just wrote a question, I want to ask you if you have encountered such a mistake, thank you very much! ModuleNotFoundError: No module named 'external.nms'

You need to compile NMS in step 6 in INSTALL.md

It says optional but after i compiled that, everything went well.

realwill commented 5 years ago

make first

ControllableGeneration commented 4 years ago

hahaha why do you guys ask random questions here?

wangx1996 commented 3 years ago

@jjldr got the same problem,have you find the reason?

machengnan commented 3 years ago

@jjldr @wangx1996 got the same problem,have you find the reason?

machengnan commented 3 years ago

@jjldr @wangx1996 see here: https://github.com/xingyizhou/CenterTrack/issues/39