Questions tagged [matterport]

14 questions
3
votes
1 answer

Matterport Mask R-CNN Tensorflow 2 - not seeing the individual losses, instead getting the training and validation losses only

I did a few modifications in mrcnn/model.py in an effort to harmonize it with TF2, and most notably in function compile(): def compile(self, learning_rate, momentum): """Gets the model ready for training. Adds losses, regularization, and …
2
votes
1 answer

extract segmentation masks from mask rcnn

I'm training a model to recognize hands and want to extract the segmentation masks after detection using the matterport MRCNN (https://github.com/matterport/Mask_RCNN): model= mrcnn.model.MaskRCNN(mode="inference", …
1
vote
1 answer

Ready Player Me Avatar texture/lightning rendering in ThreeJS and Matterport

I try to import a Ready Player Me GLB avatar into a Matterport scene (in ThreeJS). It works but the avatar is very flat (left picture) compared to the rendering into RPM (right picture) or basic GLTF Viewer. I don't understand what I missed ? Pseudo…
Jean-Philippe Encausse
  • 1,491
  • 2
  • 22
  • 40
1
vote
0 answers

How do I open a `.pb` file? Ideally, how to import it into Meta Quest 2?

I'm using Matterport's free scanning software for Android and it spits out 2 files called 2b7cb66c-4c9e-408d-88c5-90b8c0322c13_sweep_features.pb and 2b7cb66c-4c9e-408d-88c5-90b8c0322c13_sweep_cloud.pb (the important thing is that they're of the…
1
vote
1 answer

How to make a GUI to visually add Mattertags into a Matterport scene?

There are 2 examples in the Matterport SDK for Embeds documentation to show how to place Mattertags in a scene: The Intersection Inspector which only allows you to see coordinates for placing a Mattertag where the cursor is if you wait a little bit…
Ailete619
  • 194
  • 1
  • 18
0
votes
0 answers

How can i host the matterport 3D tour archives to my website and make it viewable?

the archives How can i host these Matterport archives in a web server to be viewable? I am trying to add one virtual tour to a shopify page and i am stuck. I found a way to upload the archive through ftp to the hostgator account in the public_html…
0
votes
0 answers

Is it possible to use Matterport for a VR application?

I am working on an assignment for my internship where i am researching how to use Matterport in a Virtual Reality game of sorts. They want to see if it is possible to use a scan from Matterport and implement it into the a application, that i will…
0
votes
0 answers

Detections are way off and mAP is always zero with M-RCNN training

I'm attempting to apply Matterport's Mask-RCNN setup to my own data, but despite all of the great examples of impressive detections I've seen out there, I'm really struggling to get results that are at all promising, and so I'm suspecting that…
lusk
  • 541
  • 5
  • 21
0
votes
1 answer

How do I find a Mattertag sid?

I'm trying to inject some html to a Mattertag as shown in this example here: http://jsfiddle.net/guillermo_matterport/njhm5aos/ const postMessage = await sdk.Mattertag.injectHTML(tagByTV.sid, htmlString, { size: { w: 400, h: 50, …
Tristanisginger
  • 2,181
  • 4
  • 28
  • 41
0
votes
1 answer

Mask R-CNN mask coordinates

Is it possible to get the results or coordinates of the mask detection or the bounding box surrounding the image? I am using Mask R-CNN from matterport and the visualization of the masks on the image works quite good, but I woukd like to save the…
st0412
  • 49
  • 4
0
votes
1 answer

No module named keras.api Mask R CNN

I am in the demo file of the Mask R CNN repo from matterport. Trying to run the first cell but encountering the following error. I have keras 2.3.0 installed. Running Python 3.8. The below is a trace of the error from the model.py file inside the…
0
votes
3 answers

Matterport's mask rcnn doesn't train after setting up parameters

Task: Mask RCNN train_shapes.ipynb tutorial. Training to segment different shapes in the artificially generated shapes dataset. Problem: Matterport's Mask RCNN implementation doesnt work out of the box for this notebook. Thing's I have…
0
votes
1 answer

Refused to frame ‘https://my.matterport.com/’ because an ancestor violates the following Content Security Policy directive: “frame-ancestors ‘self’”

I’m trying to add Content Security Policy to my Gatsby x Netlify website through a _headers file. Everything works fine, except for a Matterport iFrame that doesn’t want to be displayed. The error message I see in the console is Refused to frame…
sthyma
  • 1
  • 1
-1
votes
1 answer

Im trying to make this live tour work on my website but i have the following error, how do i resolve?

The ERROR I've been having this problem for the past couple days and i can't seem to fix it. I'm trying to view a live tour in my website, but i get this 403 Forbidden access denied error. How do i resolve this?