-
-
2-2-3においてDataTransformの動作確認時に下に示すようなエラーが発生するようになりました。
utilsにあるdata-augumentation.pyにおいてnumpyのrandom.choiceに型の異なる値の入ったタプルを代入しているのが原因のようです。
このあたりはpythonが適切に判断して動作してくれていたのだと思うのですが、仕様が少し変わったのかもしれません(私には…
-
```
# augment inputs with noise
inputs = inputs + torch.randn_like(inputs, device='cuda') * noise_sd
````
Line 109 in `train.py`.
If there is no `torch.clamp()` after line 109, it is possible t…
-
Hi, my own dataset contains many small objectes. have u tried to add mosaic augmentation in training? and any suggestion about how can i insert mosaic augumentation into data preparation?
-
TSUNAMI and GSV in Panoramic Change Detection dataset are available through an e-mail contact described **here** including the dataset used for five-fold cross validation in our paper, in which image …
-
I guess it is in my server. It takes about a week. How long do you generally take? Is there a way to make this process faster??
-
Hi all,
I am interested in shape-aware data augumentation, but I can't locate it in the code. Does anyone know where it is.
I will appreciate in advance.
Barry
-
Hi, thanks for sharing your amazing code!
I have some question, can you help me?
1. I don't know the function of process_boxes in train.py.
` if step > 10000 or True: #this is just extra aug…
-
小川様
私は大学の研究の一環で、SSDを用いて数式検出を行おうとしています。その際に、小川様のテキストを参考にさせていただいており、誠にありがとうございます。
研究においては独自でアノテーションされたデータを用意し、テキストを参考にさせていただいてSSDを実装していたのですが、2-7_SSD_training.ipynb内の最後のブロックでtrain_model()を実行する際に下記の…
-
小川さま
お世話になっております. 初歩的な質問となり大変申し訳ございません.
2章, p72, line 1
【from utils.data_augumentation import Compose, ConvertFromInts, ToAbsoluteCoords, PhotometricDistort, Expand, RandomSampleCrop, RandomMirro…