-
in `/nets/ssd_common.py`, there is a line
`mask = tf.logical_and(mask, feat_scores > -0.5)`
which is a incorrect method.
Look the comments at the front of the code block.
> Follow the original …
-
The training algorithms keeps on printing:
[05/10/16 - 17:18:51] Reset current_idx and restart, reset times = 148
[05/10/16 - 17:18:51] Current augment parameters, should flip = 1, rotation angle = 0
…
-
please support 9xx GPU's
-
Thank you for sharing your code. Nice work! I have a question about the Binomial Deviance Loss. In your previous paper, Binomial without mining achieves recall-top1 of 64% on CUB200, but I can not rep…
-
Possible conflict with OreExcavation and therefore not Tainted Magic's fault.
Steps to reproduce:
1. Reduce Disassembler to low charge
2. Vein Mine a large group of blocks using a mod such a…
-
I'm using a custom dataset. But it's asking for RPN weights, is there any way to bypass that. If I load the weights, it failing with the following error:
```
Loading data/proposals/voc_2007_trainval…
-
Thanks for sharing your great work!
I read some questions and your answers about the losses, but I ask again to make it sure.
For the losses in your code, I see a similar type of losses such as
…
-
Hi,
In my area, the cost of power depends on the time of the day. From 1PM to 7PM it becomes quite expansive.
When the pricing for MRR is calculated, what power cost is used? I had a couple of tim…
-
1. Check if naive bayes performance decrease on different sample on the data.
2. What is C in the SVM/SVC - understand it deeper and try smaller than 1 C
3. How the model behave to the standartize o…
-
If there is no target object in the training picture, will this picture be considered in the training process? I added some negative samples without targets in the training set, and the model performe…