-
Here is an example code:
```
#!/bin/python
import torch
# Model
model = torch.hub.load('deepcam-cn/yolov5-face', 'yolov5s', pretrained=True)
# Images
imgs = ['https://ultralytics.com/im…
-
How to train yolov4-csp using darknet ?
1. use the yolov4-csp.cfg ?
2. how to change classes and filters params , the same way as yolov4-custom ?
3. The yolov4-csp weights can load by opencv ?
…
-
-
Hi!
CA2RXU here (I develop code for LoRa APRS)
I achieved to connect:
Android over BT Classic to ESP32 to use this as TNC and works awesome!
APPLE over BLE with another aprs app over BL…
-
Hi,
Thank you for your work, it's great.
I'm working with a team of mine on YOLO too. We have published [a paper](https://arxiv.org/abs/2005.13243) where we show that YOLO includes two principal iss…
-
`sudo make runtest`
I failed to compile the runtest of caffe. Can someone help me ?
```
CXX src/caffe/test/test_reshape_layer.cpp
CXX src/caffe/test/test_solver.cpp
CXX src/caffe/test/test_co…
-
There is a TripleDDetect in yolo.py, how to use it?
Could you give me a hint?
-
```
./darknet detector train data_file cfg_file -gpus 0,1,2,3 -map
CUDA-version: 11020 (11020), cuDNN: 8.1.0, CUDNN_HALF=1, GPU count: 4
CUDNN_HALF=1
OpenCV version: 4.5.1
0 : compute…
-
If something doesn’t work for you, then show 2 screenshots:
1. screenshots of your issue
The loss seems not normal when training the custom date by use yolov4-csp and yolov4x-mish, but it is normal …
-
hi! @WongKinYiu
The csp-p6-mish mAP is very high. can i see the cfg file??
or convert torch to darknet ??