-
Hello, im trying to use yolov4-csp backbone as backbone for keypoint detection in build-in torch class.
Just like this
https://github.com/pytorch/vision/blob/master/torchvision/models/detection/keyp…
-
Hi @eric612,
I have tested default mobilenet_yolov3_lite_deploy.caffemodel and mobilenet_yolov3_lite_deploy.prototxt by which the inference time was 13ms appx. But when I tried with mobilenet_yol…
-
Here you can post your trained models on different Datasets - 3 files:
1. cfg
2. weights
3. names
4. Optional: accuracy `mAP@0.5` or/and `mAP@0.5...0.95`
5. Optional: BFLOPS and/or Inference time…
-
https://github.com/BVLC/caffe/blob/9b891540183ddc834a02b2bd81b31afae71b2153/docs/tutorial/layers/clip.md
BVLC版本中已经添加了这个层。
我自己尝试添加,修改proto文件。复制cpp、cu、hpp文件到对应目录,编译无法通过了。
-
please update the notebook as colab removed the support for tensorflow 1.x
this doesn't work anymore`%tensorflow_version 1.x`
-
我在windows, x64 Native Tools Command Prompt for vs 2019 上运行了demo: imageclassify, facedetector, posedetector, readingcomprehension, objectdetector,
模型是从darrenyao87-tnn-model 下的,前面4个都能正常出结果,
运行objectde…
-
Thank you for your brilliant work! But I am blocked when i trained my model.
Model : yolov3 - lite
Backbone : mobilenet
Questions : I met this ` target_blobs.size() == source_layer.blobs_size()…
-
I run my code using voc format dataset training setting as follows:
"AUGMENT": False,
"BATCH_SIZE": 2,
"MULTI_SCALE_TRAIN": True,
"IOU_THRESHOLD_LOSS": 0.5,
"YOLO_EPOCHS": 50,
"Mobilenet_YOLO_EP…
-
if i want change the net of full yolo, but i don't have the corresponding backend.h5 .what can i do for it? thank you
-
Now Darknet Yolo v2 is added to the OpenCV: https://github.com/opencv/opencv/pull/9705
You can use it from master-branch or since OpenCV 3.4.0 will be released.
There is example how to use Yolo v2: …