Git Product home page Git Product logo

direct_360_fpe's People

Contributors

enriquesolarte avatar liu115 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

direct_360_fpe's Issues

Downloading dataset

External Source:

"Hi Enrique,

Thanks a lot! I just downloaded your dataset. I'm using linux and have created a small script to download it since I couldn't using your script because the files are read-only in google drive. Maybe I've been doing something wrong. Just in case somebody has the same problem as me, I would like to share with you a small script in bash (it's attached).

In the script, there's some part uncompleted, that info is extracted following these steps: LINK
"Here are step-by-step instructions to download a file from Google Drive using the command line API if the file is shared privately and needs authentication."

Thanks, again, for your hard work!
We'll be in touch.
Eva."

#!/usr/bin/env bash

# https://www.googleapis.com/drive/v3/files/XXXXX?alt=media 
URL='https://www.googleapis.com/drive/v3/files/'
URL_END='?alt=media'
FOLDER_PATH='mp3d_fpe/'
FILE_CSV='mp3d_fpe_google_drive_ids.csv'

while read line; do
  # echo "$line";
  firstItem="$(echo $line | cut -d',' -f1)"
  secondItem="$(echo $line | cut -d',' -f2)"
  echo $firstItem $secondItem 
  URL_SCENE=$URL$firstItem$URL_END
  OUTPUT=$FOLDER_PATH$secondItem 
  CODE=$(curl -H "Authorization: Bearer YYYYY" $URL_SCENE -o $OUTPUT)
  echo $CODE
done < $FILE_CSV

# RUN: sh download_mp3d_fpe.sh 2>&1 &

Testing 360-DFPE on custom data

Hi,

How can I test your solution on my own custom data? I have only a sequence of 360-images, but your DataManager needs a bunch of another files, like frm_ref.txt, pcl.ply, metadata, labels, .npy for every image etc.
I suppose, that I should generate somehow some of them using third-part models, but, for example, VSLAM implementation is no more available.
And I have no ground truths, so I need only infer floor plan and 3D-model, not metrics.

Pillars/Obstructions

Hey
First of all, great implementation! so thank you for that.

I was using this to create floorplans of spaces with thick rectangular pillars in the middle of it. Does this implementation account for such objects? I'm assuming not but I wanted your thoughts on it.

Thanks
Harshil

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.