Brian Davis

Results 64 comments of Brian Davis

It's whatever directory is specified by the config, `trainer: save_dir: _`

Unless the datasets are very similar to one the model is pre-trained on, you're going to need to train the model. You could try fine-tuning the pre-trained one to make...

You probably will need to fine-tune each component. The recognition network will need fine-tuned first, then the encoder and generator will be fine-tuned in the normal training procedure. You could...

Which rotation parameter? The primary one in the code is to turn on handling rotated bounding boxes (as opposed to axis aligned), but this is not implemented (so I'd be...