-
root@csy:/home/csy/caffe# ./build/tools/caffe time -gpu 0 -model /home/csy/MobileNet-YOLO/benchmark/mobilenet_yolov3_lite_deploy.prototxt
I0111 13:22:12.863822 341 caffe.cpp:343] Use GPU with devi…
-
I have the issue when i try to install the library, i have all the prerequisites(CUDA,GCC,G++,NODE >=8,OPENCV,) i working with ubuntu, and i tried in mac os and the same issue.
Please can you help …
-
### 1. Done (Before meeting)
---
- 연구 제안서 및 회의록 내용 파악
- [https://docs.google.com/document/d/1BkwIg78ZYIhhxlLKfCthyfar5xyGe_ZG/edit](https://docs.google.com/document/d/1BkwIg78ZYIhhxlLKfCthy…
-
Hi!Thank you for your share!
Now,I want to train the mobilenet with my own dataset.After I modified the image.c .Is the process the same as yolo?Like ./darknet detector train cfg/mydata.data cfg/mobi…
-
Right now Turicreate supports YOLO for object detection. YOLO is nice, but I've personally found Faster R-CNNs and SSDs to be more accurate and easier to train (but at the expense of model size). Comb…
-
CNN model of Movidius NCS is MobileNet now, how to change to Yolo or TinyYolo?
-
I have done some testing with the latest Vulkan drivers on a Raspberry Pi 4 (64-OS). Knowing the driver is still under construction, the results were a great disappointment. No acceleration at all, it…
-
I have changed the structure of the model, and use "model.save()" to save the model. When I use "h5_model = load_model(weight_file_path, custom_objects={'yolo_loss': lambda y_true, y_pred: y_pred})", …
-
I tried to use yolov3-tiny model from Mobilenet-YOLO.
**Step 1. I modified last layer of yolov3-tiny as below.**
layer {
bottom: "layer17-yolo"
bottom: "layer23-conv"
top: "yo…
-
Hi @AlexeyAB
I found out some articles that implement yolo v2 using Mobilenet as a backend.
ex: https://github.com/experiencor/basic-yolo-keras
However this is using keras so I'm wondering if it's…