-
Move glossary to separate page and add additional terms including:
- Node
- Edge
- Segmentation (mask)
- Detection
- Frame buffer (or whatever term we decide to use for the concept of matching di…
-
Hello, thanks for sharing your work. My environment is Python 3.8, Pytorch 1.7.1 with Cuda 11.0 and MinkowskiEngine v0.5.4.
When I run "sh demo.sh", the line 56 of demo.py "gg, cloud = anygrasp.get_g…
-
## ❓ Questions and Help
I cannot output the masks using vis_util.visualize_boxes_and_labels_on_image_array.
It seems that the size of the masks is different from the size of the image
this is the…
-
Hi, I have trained the model using the code and have stored the model in mask_rcnn_coco.pth. However when I try to run:
python demo.py
I am not able to run the demo script and the error is shown:
T…
-
I have used this library before.
Previously, it was easy to use because only one result was obtained.
I am currently trying to utilize Mask RCNN in unity
I've written some code, but there's a pr…
-
File "/Users/suhasj/Documents/GitHub/Face-Mask-Detection/detect_mask_video.py", line 2, in
from tensorflow.keras.applications.mobilenet_v2 import preprocess_input
ModuleNotFoundError: No modu…
-
When I am using the pipeline, I meet an error: KeyError: "Unknown task depth-estimation, available tasks are ['audio-classification', 'automatic-speech-recognition', 'conversational', 'feature-extrac…
-
I am trying to train Mask RCNN with 37 (1+36) classes and when I am trying to display data I am getting index error. I have tried changing from
NUM_CLASSES = 1 + 80 to NUM_CLASSES = 1 + 36 in coco.py…
-
Hi,
I am getting this error when i start training. Is there something wrong with my json file or change in codes. I have two classes in my picture labelling. One is "yes and another is "normal". I …
-
Hi @xukechun,
thanks for your great job! I have tested your repo successfully, but I also notice some issues during my test.
First of all, sometimes it seems that the robot can directly grasp t…