paragon
paragon
How to use yolof to detect a single photo? Are there any sample programs like detectron2's demo? @chensnathan
I tried to change your codes to support cuda, but after using CUDA, the program is slower. When not using cuda, it takes about 0.2 seconds to infer a picture,...
I0809 19:18:18.471977 15264 net.cpp:84] Creating Layer mobilenet0_conv25 I0809 19:18:18.477895 15264 net.cpp:406] mobilenet0_conv25 mobilenet0_conv25 I0809 19:18:19.578912 15264 net.cpp:122] Setting up mobilenet0_conv25 I0809 19:18:19.578912 15264 net.cpp:129] Top shape: 1 256 20 20...
Demo中提供的基于对话框的,好麻烦。。。
(dlenv) D:\SourceCodes\Diffusion\stable-diffusion-tensorflow>python text2image.py --prompt="Ruins of a castle in Scotland" --output="my_image.png" 0 1: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 50/50 [00:54
Is there any trained model for testing? Thank you!
  os: windows 10 detector: yolo v7 why OCSort cpp runs more and more slowly?
I think the codes should be like this, to make the output wave available... 
看您代码是调用的 train_add_data_iter_100000.caffemodel ,可以分享一下吗? @SoftwareGift
The codes in DQN conv1 = tf.contrib.layers.conv2d(X, 32, 8, 4, activation_fn=tf.nn.relu) the kernel size is 8. Why even numbers are used as convolution kernels ? and the codes: state =...