-
hi,
this is not an issue. plz bear with me since i am new to this. in the example to construct, you use the ".vcf.gz" file. currently, i have the ".fna" file, but how or where do i get the correspo…
-
Hi @AlexeyAB
could you please kindly document or explain parameters of the .cfg file
1. saturation, exposure and hue values
2. steps and scales values
3. anchors, bias_match
4. jitter, rescore,…
-
Hello, I am using the description in the README to reproduce your code.
During this process, I encountered some issues. I don't know why the acc_f is showing up as nan. I made some changes to the c…
-
I tried to import the plugin into a Typescript app and also added the code into the typings file to extend L.control from leaflet but got` Uncaught TypeError: L.control.easyPrint is not a function` e…
-
I adapted Faster R-CNN to be bi-modal (colour images and an aligned second 3-channel 2D sensor data). For this I duplicated the ResNet50-backbone and use a splitted forward-function. Given input _x_ f…
-
Hi,
@mingxingtan @fsx950223
https://arxiv.org/pdf/2012.07177v1.pdf
@mingxingtan You must know this, as it's from the google brain team.
Hope this can help.
p.s: I can help to create the script:)…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
I want to unify terminology for more useful docs.
I found some different written forms
- [x] Numpy Array -> Numpy配列
- [x] . -> .
- [x] , -> ,
- [x] : -> :
- [x] ; -> ;
- [x] ( ) -> ()
- [x…
-
Although the converted weights produce plausible predictions,
they are not yet up to the published results of the PSPNet paper.
Current results on cityscapes validation set:
```
classes …
-
the original official code used 'sigmoid' as the second 1*1 conv's activation function,but this code used 'tanh'.Does it perform better than official version? thanks for your great job!