ObjectDetection-OneStageDet
ObjectDetection-OneStageDet copied to clipboard
单阶段通用目标检测器
@Bing:/mnt/d/07_code/dl_code/ObjectDetection-OneStageDet-master$ python examples/train.py Yolov2 WARNING:root:OpenCV is not installed and cannot be used Traceback (most recent call last): File "/mnt/d/07_code/dl_code/ObjectDetection-OneStageDet-master/examples/train.py", line 15, in import vedanet as vn File "/mnt/d/07_code/dl_code/ObjectDetection-OneStageDet-master/./vedanet/__init__.py", line 13,...
2022-10-24 17:14:18,275:DEBUG:Creating network 2022-10-24 17:14:18,320:DEBUG:Loading weights from darknet file 2022-10-24 17:14:18,320:DEBUG:Loading weight file: version 67324752.134742016.0 2022-10-24 17:14:18,320:ERROR:New weight file syntax! Loading of weights might not work properly. Please submit an...
make -j32 python setup.py build_ext --inplace running build_ext Traceback (most recent call last): File "setup.py", line 160, in cmdclass={'build_ext': custom_build_ext}, File "C:\ProgramData\Anaconda3\lib\site-packages\setuptools\__init__.py", line 145, in setup return distutils.core.setup(**attrs) File "C:\ProgramData\Anaconda3\lib\distutils\core.py",...
输入 python3 examples/train.py Yolov3 之后,也不报错,过了一会就直接没反应,但在此期间,GPU显存变化了几下,但是没有超显存
问题报告
您好,我在运行train.py时出现一个奇怪的问题 File " ./vedanet/loss/_ regionloss.py", line 178,in forward self . info['class'] = class prob.sum() . item() / obj cur RuntimeError: CUDA error: device-side assert triggered (python367) root@**********:~/code/0bjectDetection OneStageDet/yolo#
RuntimeError: Only tuples, lists and Variables supported as JIT inputs/outputs. Dictionaries and strings are also accepted but their usage is not recommended. But got unsupported type float
OS: UBUNTU18.04 PYTHON:3.6 PYTORCH:1.0.0 按照步骤执行 ''' cd ObjectDetection-OneStageDet/yolo yolo_root=$(pwd) cd ${yolo_root}/utils/test make -j32 ''' 报错 错误提示: ImportError: No module named Cython.Distutils Makefile:2: recipe for target 'all' failed make: *** [all]...
when i use label.py to make up train.pkl and test.pkl , and then to modify yolov3.yml and use python examples/train.py Yolov3 ,but this wrong 2019-08-16 13:27:43,374:INFO:No 'keep_ignore' kwarg found, defaulting...
how to add mobilenet v3 into yolov3,looking forward to your update.
yolov2 v3 loss function代码里写的是一样的?