runrun

Results 20 issues of runrun

After training all images, in my experiment, I have only one class except background, the loss also realize very low. But test other images, no object is detected. I am...

Hi, thank you. I use the image (size:1280*720) to get per-pixel image, how to change code for converting?

Hi, I want to install caffe into ubuntu20.04, how to do it?

exeample: trace, _ = jit.get_trace_graph(model_clone, dummy_input, _force_outplace=True) For classification, the dummy_input is easy and is only image shape? but in object detection, How to modify the value of input_example for...

Traceback (most recent call last): File "time.py", line 60, in torch.ops.load_library("build/libadd2.so") File "/home/gzy/anaconda3/envs/pytorch1.7/lib/python3.6/site-packages/torch/_ops.py", line 105, in load_library ctypes.CDLL(path) File "/home/gzy/anaconda3/envs/pytorch1.7/lib/python3.6/ctypes/__init__.py", line 348, in __init__ self._handle = _dlopen(self._name, mode) OSError: /home/gzy/NN-CUDA-Example/pytorch/build/libadd2.so:...

第82行和第85行存在问题: 第82行:为什么改为[batch_size,channels,img_height,img_width]? 第85行:in_dimension中不应该是cell_size*cell_size*1024,而是image_size*image_size*1024 期待您的回复

Hi, I'm trying to train clutteredMNIST of gray images with ResNet 50 V1 model, using the command "python faster_rcnn_conv5.py -n 10 -e 20 -y 'clutteredMNIST.yml' ",however the error below occured...

你好,我想咨询下图6-6中R-Net的网络结构中,MP:3×3中MP代表什么含义

你好,我运行detect.py时,发生:AttributeError: module 'tensorflow' has no attribute 'glorot_uniform_initializer',但是这个函数确实在tf中文件存在,请问怎么解决?