deepmask-pytorch icon indicating copy to clipboard operation
deepmask-pytorch copied to clipboard

PyTorch re-implementation of DeepMask

Results 10 deepmask-pytorch issues
Sort by recently updated
recently updated
newest added

| number of paramaters trunk: 15.229 M | number of paramaters mask branch: 1.609 M | number of paramaters score branch: 0.526 M | number of paramaters total: 17.364 M...

Thanks for your great work is the computeProposals.py only test Deepmask? if yes , I want to ask you how to test sharpmask . can you share it, if you...

when i run "python computeProposals.py --arch DeepMask --resume $DEEPMASK/pretrained/deepmask/DeepMask.pth.tar --img ./data/test.jpg", I get this error result: File "computeProposals.py", line 66, in main _, contours, _ = cv2.findContours(mask.copy(), cv2.RETR_EXTERNAL, cv2.CHAIN_APPROX_NONE) ValueError:...

Is it possible to run your repository on Google Collab. I wanted to use this for a school project and I'm a little short on resources and thought Google Collab...

The authors of this repo claim to have the following functionality: Naive Cascade Instance Segmentation (YOLOv3+DeepMask) The thing is, if you look at the code in `yolo_deepmask.py`, the deepmask model...

I just can not understand the following code: ** ![image](https://user-images.githubusercontent.com/41320068/69945620-e993b980-1524-11ea-9b0b-0bd901ca81a9.png) ** I wonder why you set `d1 < maxDim

Thanks for your great work, I want to use your trained deepmask model. can you upload it, if you are convient. thank you!

First of all, thanks for your great work. I want to know whether you trained SharpMask. I have started to train SharpMask by following your instructions and loss is not...

When I ran Dasiamese+DeepMask,I met a problem that shows: File "tools/dasiamrpn_deepmask.py", line 1, in from tracker.net import SiamRPNvot ImportError: No module named 'tracker' How can I solve it?Thank you!

When I follow the suggestion config test yolo+deepmask ,It successfully work. But seems only got 0.03-0.04FPS(around 20second per frame), the memory of GPU were used 900M around.