ustczhouyu
ustczhouyu
Hello, I would like to ask the difference between unconditional LDM and conditional LDM. After the model is trained, is unconditional sampling generate image randomly, but not based on a...
> > > > > > > > > > > > > > > > > > > > > Hi @zaryabmakram , > > > > > I...
> Have a look at maskrcnn_benchmark/structures/rotated_box.py and rrpn/anchor_generator.py, where the minAreaRect is used
@mrlooi Thank you for your reply. I may continue to ask you related questions recently. In order to get in touch with you more easily, can I have your email...
@HashiamKadhim @mrlooi Thank you very much, when i set the lr to 0.005, it works. But when I train the model on a dataset containing many small objects, I encountered...
> installation step 3 ? Hi MichalBusta, I add some layers in both model_cz.prototxt and tiny.prototxt, when I train the model by python train.py, one error occur: valueError: cannot reshape...
Hi mattroos, I add some layers in both model_cz.prototxt and tiny.prototxt, when I train the model by python train.py, one error occur: valueError: cannot reshape array of size 6204 into...
> They should contain a list of image filenames for training or validation, one per line. The filenames can be full absolute filenames (full path starting with '/') or partial...
Hi mattroos, I add some layers in both model_cz.prototxt and tiny.prototxt, when I train the model by python train.py, one error occur: valueError: cannot reshape array of size 6204 into...
Hi Michal Busta, I want to re-implement your model and I also want to add some attention mechanism, I have some difficulties and I need your help, please. 1.what is...