Amin Rabinia

Results 7 comments of Amin Rabinia

https://github.com/facebookresearch/detectron2/issues/1017 I'm training my custom dateset on point rend but I'm not impressed so far.

You need to look at segmentImage class and change the code in apply_mask(). There you can use box or mask arrays to replace your image.

username for reviews in get_page_info() sometimes returns page title instead of real user's name. links = elem.find("a") "username": links[0].text, {'user_url': 'https://facebook.com/onedaycincinnati/?locale2=en_US', '**username**': 'Greater Cincinnati Doors And Closets', 'profile_picture': 'https://scontent.fmcc1- {'user_url':...

The problem might be with m.facebook.com The mobile version cannot open some urls

Similar question: how can I get the result image without saving the file? In yolov5 there used to be a render() for that. Any solution?

I had to force write_results() in yolo/v8/segment/predict.py to return img_annotated = self.annotator.result() Not the most elegant way to do it but at least now I have access to the cv2...

The whole process is so convoluted. They simply push the burden of integration on us. Either don't offer APIs or make it easy please.