-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00a3678
commit f039dbb
Showing
4 changed files
with
26 additions
and
12 deletions.
There are no files selected for viewing
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.