Author Morgan
Author Morgan
Hey @lizhengwei1992, I'm getting this error `NameError: name 'WX' is not defined`. What is WX (main.py, line 58) exactly?
Hi @youngwanLEE , Would you please help me how can I do finetuning on the existed models to get the mask of only one class (person) of coco dataset? I...
Hey @jbhuang0604, Good job and thanks for sharing your code! I have a question about color space. Why do you select CIE Lab color space in order to predict the...
Hey @hwalsuklee, Thanks for sharing your code which helps me a lot. I have a question about the linear function in ops.py I would be appreciated if you can explain...
Hey @Altimis, Thanks for sharing your code! I installed the package as written in the readme file and I started with Example.ipynb. Everything is working except these two command `following...
Hey @sgrvinod, First of all, I would like to thank you for your awesome repository! I would like to ask you if you can make a tutorial for instance segmentation...
Hey @abewley, Sometimes I'm getting negative values for BBox coordinates after the tracker update. Sometimes in x1, sometimes in x2. This is the output of `object_tracker.update` in my code ![Screenshot...
Hey, Thanks for gathering all the CNN model + ImageNet Pretrained Models in a repo. I am curious about load_data() module. It would be nice if you can explain more...
Hey @yu45020, I was trying to train the model on my own dataset but I couldn't. It would be nice if you can provide the instructions to use your code...
Hey @jagin, I would like to ask you how can I connect Detectron2 external projects(like this one: https://github.com/youngwanLEE/centermask2) to the pipeline? Thanks!