-
I found this focal loss implementation https://github.com/marvis/pytorch-yolo2/blob/master/FocalLoss.py. And I want to try it in reading comprehension.
But It seems sequential length is NOT fixed for…
-
Hi,
I want to test tridentnet and I run:
python3 detection_test.py --config config/tridentnet_r101v2c4_c5_multiscale_addminival_3x_fp16.py
I get this error:
Traceback (most recent call last):
…
-
Hello everybody !
I might have found a bug on on the ImageDetIter.
Recently I ran some old code written thanks to Gluon Object detection tutorial.[https://gluon.mxnet.io/chapter08_computer-vision/ob…
-
-
Hello, I’m doing a project about semantic segmentation with 2 class using U-net , but my data was unbalanced, so I think maybe use focalloss is a good idea for my project, and I was use BCEloss, so ch…
-
Thx for your code!
I am confused with some source code.
https://github.com/ailias/Focal-Loss-implement-on-Tensorflow/blob/master/focal_loss.py
`focal_loss.py` line 22
```
sigmoid_p = tf.nn.s…
-
In training phase, we use SoftmaxWithLoss Layer and replace it with Softmax in testing. If I use FocalLoss in training, is it still replaced by Softmax?
-
I added `cpp cu hpp` and proto definition to my caffe, compile is ok. But when I ran the MNIST example, I got this error.
```
F0113 09:54:20.415395 2813 layer_factory.hpp:81] Check failed: registry…
-
The role of alpha is to act as a weight between the two classes (pos and neg class have weights alpha,1-alpha respectively; so alpha should be chosen between 0 and 1)
In the current implementation,…
-
https://github.com/unsky/Deformable-ConvNets-caffe/blob/8dded4f7571c8556304c07d92cb3e9a93d4b514f/deformable_conv_cxx/deformable_conv_layer.cu#L118
And it will throw error when compiling.
```
At e…
ksnzh updated
6 years ago