├── Figures ├── BeamsNetV1.png ├── BeamsNetV2.png ├── Logo.png ├── datasetfig.jpg └── snapir.jpg ├── README.md ├── code ├── BeamsNetV1.pkl ├── BeamsNetV1_Test.py ├── BeamsNetV1_Valid.py ├── BeamsNetV2.pkl ├── BeamsNetV2_Test.py ├── BeamsNetV2_Valid.py ├── Initial Weights │ ├── BeamsNetV1_InitialWeights.pkl │ └── BeamsNetV2_InitialWeights.pkl └── README.md └── dataset ├── README.md ├── Test ├── IMU_in_test.npy └── V_test.npy └── TrainAndValidation ├── IMU_in.npy └── V.npy /Figures/BeamsNetV1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansfl/BeamsNet/HEAD/Figures/BeamsNetV1.png -------------------------------------------------------------------------------- /Figures/BeamsNetV2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansfl/BeamsNet/HEAD/Figures/BeamsNetV2.png -------------------------------------------------------------------------------- /Figures/Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansfl/BeamsNet/HEAD/Figures/Logo.png -------------------------------------------------------------------------------- /Figures/datasetfig.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansfl/BeamsNet/HEAD/Figures/datasetfig.jpg -------------------------------------------------------------------------------- /Figures/snapir.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansfl/BeamsNet/HEAD/Figures/snapir.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansfl/BeamsNet/HEAD/README.md -------------------------------------------------------------------------------- /code/BeamsNetV1.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansfl/BeamsNet/HEAD/code/BeamsNetV1.pkl -------------------------------------------------------------------------------- /code/BeamsNetV1_Test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansfl/BeamsNet/HEAD/code/BeamsNetV1_Test.py -------------------------------------------------------------------------------- /code/BeamsNetV1_Valid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansfl/BeamsNet/HEAD/code/BeamsNetV1_Valid.py -------------------------------------------------------------------------------- /code/BeamsNetV2.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansfl/BeamsNet/HEAD/code/BeamsNetV2.pkl -------------------------------------------------------------------------------- /code/BeamsNetV2_Test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansfl/BeamsNet/HEAD/code/BeamsNetV2_Test.py -------------------------------------------------------------------------------- /code/BeamsNetV2_Valid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansfl/BeamsNet/HEAD/code/BeamsNetV2_Valid.py -------------------------------------------------------------------------------- /code/Initial Weights/BeamsNetV1_InitialWeights.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansfl/BeamsNet/HEAD/code/Initial Weights/BeamsNetV1_InitialWeights.pkl -------------------------------------------------------------------------------- /code/Initial Weights/BeamsNetV2_InitialWeights.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansfl/BeamsNet/HEAD/code/Initial Weights/BeamsNetV2_InitialWeights.pkl -------------------------------------------------------------------------------- /code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansfl/BeamsNet/HEAD/code/README.md -------------------------------------------------------------------------------- /dataset/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansfl/BeamsNet/HEAD/dataset/README.md -------------------------------------------------------------------------------- /dataset/Test/IMU_in_test.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansfl/BeamsNet/HEAD/dataset/Test/IMU_in_test.npy -------------------------------------------------------------------------------- /dataset/Test/V_test.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansfl/BeamsNet/HEAD/dataset/Test/V_test.npy -------------------------------------------------------------------------------- /dataset/TrainAndValidation/IMU_in.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansfl/BeamsNet/HEAD/dataset/TrainAndValidation/IMU_in.npy -------------------------------------------------------------------------------- /dataset/TrainAndValidation/V.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansfl/BeamsNet/HEAD/dataset/TrainAndValidation/V.npy --------------------------------------------------------------------------------