-
I try to train my own dataset with 5 objects. Previously, I trained successully using yolov3-spp with size 704*704 and the mAP stable at around 65%. I want to improve the accuracy, so I try to train y…
-
### problem
My dataset consists of images with consistent size of 1024x1024 and the objects are small — mainly between 5-30, so I cropped the original images to 416x416 ones with overlaps. There is…
lizyn updated
4 years ago
-
Hello, @phanxuanduc1996, i successfully convert my darknet weights to pytorch format (YoloV3), but when i'm trying convert to onnx, i've got error:
AttributeError: 'dict' object has no attribute 'sta…
ogoun updated
4 years ago
-
Extinction, absorption, and scattering cross sections (or, more generally, powers - making it applicable to arbitrary incident field) are ubiquitously used for scattering in a non-absorbing homogeneou…
-
Hi, I tried yolov3 and it works perfectly for my data, but it takes much time. Tiny-yolo on the other hand is fast enough for me but the detection is poor, so I tried to make a model with a performanc…
-
![chart_yolov4-p5](https://user-images.githubusercontent.com/74896277/138625721-cea403c4-149c-4096-ba4f-04e5667a2f42.png)
ghost updated
3 years ago
-
### Nombres y apellidos
Cristian López Del Alamo
### Contexto adicional sobre la pregunta
La respueta puede ser encontrada aquí: https://towardsdatascience.com/fast-r-cnn-for-object-detection-a-t…
-
First of all, this is an awesome open source project, and the feature list is impressive. Kudos!
The one big shortcoming, in terms of my own personal needs, is the inability to import and export Ph…
-
My steps:
1. Add the following code to common. py:
```
class h_sigmoid(nn.Module):
def __init__(self, inplace=True):
super(h_sigmoid, self).__init__()
self.relu = nn.ReLU6(…
-
Hi,
I have some trouble understanding how interfaces are wired between fsw and cosmos and I would like to ask you a few questions :
- RADIO : My understanding of RADIO interface is that "_radi…