Giter Club home page Giter Club logo

deepgps-1's Introduction

DeepGPS

This repository is the official PyTorch implementation of DeepGPS:

Installation

Requirements: Python >= 3.5, Anaconda3

  • Install Pytorch >= 1.8.1

pip install torch==1.8.1+cu111 torchvision==0.9.1+cu111 -f https://download.pytorch.org/whl/torch_stable.html

The latest tested combination is: Python 3.8.5 + Pytorch 1.8.1 + cuda 11.1

Quick Start

python Predict.py

Sample Description

The samples in stored as .npz file. which can be accessed by:

import numpy as np
npz_file = np.load('deepgps.npz')

Each .npz file contains contextual information and ground truth for one position point. The content in npz_file is following:

- npz_file['arr_0']:Environment Matrix.
- npz_file['arr_1']:Four float number. (corrected latitude,corrected longitude, original latitude, original longitude)
- npz_file['arr_2']:The number of seconds that have passed since 00:00:00, 20 June 2019.
- npz_file['arr_3']:The relative coordinate of corrected point (The original point is at (50,50)).
- npz_file['arr_4']:Gaussian Peak Representaiton for ground truth.
- npz_file['arr_5']:Skyplot Matrix.

deepgps-1's People

Contributors

kingsleyljc avatar bducgroup avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.