diff --git a/README.md b/README.md index 89b1e39..62ea74c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 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 @@ -14,6 +14,15 @@ main_LOS.m is the main demo file. The output of the main_LOS is a 2D Map of the - 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