Massimiliano Bruni

Results 9 comments of Massimiliano Bruni

This would be nice, I also need to have at least the sender_id from a NLU component to handle different entity extraction based on the user. It would solve #10717

Hello @dakshvar22, could you please elaborate more how is it possible to define a custom recipe that gets the tracker? There are many methods with the "needs" key and I...

> @Maxinho96 I commented out ''if target.shape[0] == 0: ...'' Did it work? I get the second error.

I have just realised that the second error is normal because regular evaluation is not supported with COCO test-dev because it has no ground truth, so you can only evaluate...

> i got the same error, how to solves? Comment these lines: https://github.com/dbolya/yolact/blob/092554ad707c2749631dfe545c8a953b2b3f4a68/data/coco.py#L172-L174 and use `--output_coco_json` flag.

For anyone with the same issue, use this: \usepackage{tikzpagenodes} \begin{document} \begin{tikzpicture}[remember picture,overlay,shift={(current page.north west)}] \node[anchor=north west,xshift=1.75cm,yshift=-0.25cm]{\includegraphics[width=2.5cm]{Picture.jpeg}}; \end{tikzpicture} \end{document} It will insert your picture in the top left corner next to...

@QCHighing did you figure out how to improve person mAP? I tried retraining with your settings but person mAP gets worst than the pretrained model on the whole 80 classes.

> @Maxinho96 i increased the person data and then used yolact++ architecture i was able to get good improvement Did you use a custom dataset or another online person dataset?...

> @Maxinho96 i have used pedestrian dataset since my applications required pedestrains scenes You used Cityscapes maybe? Or you built your dataset? Building an instance segmentation dataset is expensive, so...