Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
qureshinomaan committed Jun 7, 2020
1 parent 00a3678 commit f039dbb
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 12 deletions.
Binary file added HowToUse/.DS_Store
Binary file not shown.
12 changes: 0 additions & 12 deletions HowToUse/HowToUse.md

This file was deleted.

26 changes: 26 additions & 0 deletions HowToUse/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
### How to Use

#### Dependencies
* detectron2
* pytorch 1.4.0
* numpy
* opencv
* open3d

#### Note
* Some changes were made to detectron2/utils/visualizer.py
* Please copy and use the visualizer.py present in this folder.


#### To Generate Disparity Map and Instance Segmentation
* Open GenerateOccupancyMaps Notebook in the folder.


#### To Visualize in 3d
* python3 generate_pointCloud.py
* python3 3dVis/3dVis.py

#### To Generate Occupancy Maps
* python3 generate_pointCloud.py
* python3 GenerateOccupancyMap.py
* Go to 3dVis/maps folder to View results. Try opening occupancy map with a higher number like occupancy_map14.png
Binary file modified HowToUse/pipeline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f039dbb

Please sign in to comment.