Coder Social home page Coder Social logo

addressing_sim2real's Introduction

# Data preparation

## Docker command for running 'rec_view_extractor':

```
xhost local:docker
nvidia-docker run -it -v /home/jbweibel/code/gronet:/home/code -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY gronet
```

## Command to run reconstruction:

```
~/code/mapping/mapping/mapping -i /home/jbweibel/code/gronet/docker_build/bottle/track_0/ --scaleDepth 0.1 --scaleGroundtruth 0.5 --headless --detailed /home/jbweibel/code/gronet/bottle/model_0[_gt].ply [-t]
```

## Update the model to have vertex_indices (PCL reader compatible)

```
sed 's/vertex_index/vertex_indices/' model_2_gt.ply > model_2_gt_new.ply
```


# Experiments

## Building gronet-tf:

```
cd images
docker build -t gronet-tf -f Dockerfile.tf --network my-net .
```

## Running gronet-tf

```
nvidia-docker run --network my-net -it  -v /home/jbweibel/:/home/jbweibel -p 6006:6006 -p 8080:8080 gronet-tf
nvidia-docker run --network my-net -it  -v /home/jbweibel/:/home/jbweibel -v /mnt/a85a47fd-9581-4557-8463-5459be4df92b/dataset/:/mnt/a85a47fd-9581-4557-8463-5459be4df92b/dataset -p 6006:6006 -p 8080:8080 gronet-tf  # With the dir for ScanNet
docker exec -it <TAB> bash # There's probably only one container started
```

It will start a jupyter notebook in the main instance, hence docker exec ... cool ...

# Others

/!\ REMOVED FILE:

/home/jbweibel/dataset/ModelNet/ModelNet10_TrainPly/bathtub/bathtub_0023_bin.ply

addressing_sim2real's People

Contributors

jibweb avatar

Watchers

 avatar

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.