-
Hi,
Thanks so much for creating this image generator, I've been struggling to find a way to modify some 2DCNN code to implement ImageDataGenerator with Conv3D.
I am getting an error when I try t…
-
Hi,
First, thanks a lot for making this project.
I spot a potential issue in assigning box GT in [this code](https://github.com/YunYang1994/tensorflow-yolov3/blob/master/core/dataset.py) (line 99…
-
Hello Phil,
Sorry to bother once more, but in the paper it is mentioned that during the training process, data augmentation is used to increase the generalizability of the network. I understand tha…
-
Throws this error when running the Training cell:
```
Traceback (most recent call last):
File "/content/diffusers/examples/dreambooth/train_dreambooth.py", line 18, in
from diffusers import…
-
-
Hi! Awesome work :)
Recently we have trained the nnDetection on the ADAM challenge, i.e., Task019FG_ADAM.
However, the predictions on the test set are pretty bad - a lot of false postives and gene…
-
Hi, thanks for your awesome work. However, I met some problems when replicating your work. If I did not use the model parameters you provided, the results could not be aligned with the paper. How are…
-
code:
```python
# import jtplot submodule from jupyterthemes
from jupyterthemes import jtplot
# currently installed theme will be used to
# set plot style if no arguments provided
jtplot.style…
ghost updated
7 years ago
-
Is it possible to train the network on a dataset with multiple instances of the same object class? I've tried to adapt the code to my own dataset but I'm unsure how to handle multiple instances of the…
-
Hi, thank you for your great work. I'd like to know if the dataset is now available. really want to give it a try :)