lm-jira

Results 9 comments of lm-jira

Let's me conclude what we have to do. * Allow users to choose to apply activation quantization at first layer of training or not in init command. `./blueoil.sh init` -...

@ruimashita May I help you doing this PR?

@ruimashita I edited the code as follows - **Pad**: commit 05898c0157f312cc791808a08a828cb42fa111da The coordinate of bounding box is added by the padding size as suggested by this [issue](https://github.com/blue-oil/blueoil/issues/60). - **Crop**: commit...

> @lm-jira > How much effect to final result the rotate way ? @ruimashita Rotating bounding box results in higher overall accuracy. (Red line = Accuracy of model after rotating...

@ruimashita > @lm-jira > Could you implement unit test or take screenshots when the changed box is outside of image of pad and crop. > Looks not considered or wrong...

@ruimashita I write a report comparing the result before and after correcting the `rotate` augmentor [here](https://leapmind.kibe.la/@jira/799). This time, I increased the number of epochs from 100 to 600 to be...

@ruimashita I did the comparison experiment of rotate augmenter using `pascalvoc_2007` as you mentioned. The difference between before and after modification is very little as shown below. More detail can...

@a-hanamoto I think the fix of bounding box coordinate for pad and crop augmentation is fine but it doesn't pass the review so I cannot merge it yet. Because the...