Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
katarinavuckovic committed Jul 7, 2021
1 parent 9d562e0 commit 52f431b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,23 @@ The dataset is generated from [ViWi Dataset](https://viwi-dataset.net/scenarios.
For this part you need to dowload RayTracingScenarios from [ViWi Dataset](https://viwi-dataset.net/scenarios.html).

## LOS Scenario
You will need to include he dataset generate in this folder.
You will need to the dataset generated from "Colocated camera with direct view" to the LOS Scenario folder.
main_LOS.m is the main demo file. The output of the main_LOS is a 2D Map of the enviroment with the following thing superimposed on the map:
- P rays (where P is the number of rays selected in the simualtion)
- points on rays that reperent 'candidate" user locations
- clusters of points shown by different colors and centroid of each cluster is shown with 'black +'
- Estimated user location is 'green +'
- Actual user location is 'magenta +'

![image](https://user-images.githubusercontent.com/71682568/124682704-75a45a80-de99-11eb-8e0c-e83ae1d757c0.png)

## Mixed Scenario
Same as LOS scenario, expect it is used for datasets generated from "colocated camera with blocked view".
The image displays two rectangles on the map that represent the buses.


![image](https://user-images.githubusercontent.com/71682568/124682644-4b529d00-de99-11eb-95da-525e32e1242f.png)

## Questions
If you have any question regarding the codes, dont hesitate to contact me at kvuckovic993@gmail.com or kvuckovic@knights.ucf.edu

Expand Down

0 comments on commit 52f431b

Please sign in to comment.