Miguel Videla

Results 4 issues of Miguel Videla

Hi everybody, I need to train an image generation model using a Python script similar to [this tutorial](https://github.com/open-mmlab/mmsegmentation/blob/master/demo/MMSegmentation_Tutorial.ipynb) from the MMSegmentation library. I tried to replicate that example using the...

Hi everybody, I tried to make transfer learning from the [stylegan2_config-f_lsun-car_384x512](https://github.com/open-mmlab/mmgeneration/tree/master/configs/styleganv2/stylegan2_c2_lsun-car_384x512_b4x8.py) pretrained model on a custom dataset of trucks images (with the same aspect ratio), but the training seems to...

kind/bug
status/WIP
priority/P0

Hi everyone and thanks for this amazing work! I tried to perform the asynchronous execution to accelerate the generation inference time following the [documentation example](https://opennmt.net/CTranslate2/parallel.html#asynchronous-execution): ```Python async_results = [] for...

Hi everyone, I tried to perform multi-class tracking in DeepStream using the [Byte-Track Integration with Deepstream](https://github.com/ifzhang/ByteTrack/tree/main/deploy/DeepStream) and [DeepStream-Yolo](https://github.com/marcoslucianops/DeepStream-Yolo). However, when I tried to run a DeepStream application, the tracker element...