GithubHelp home page GithubHelp logo

yaoyichen / cikm-cup-2017 Goto Github PK

View Code? Open in Web Editor NEW
207.0 207.0 113.0 566 KB

CIKM AnalytiCup 2017: Short-Term Precipitation Forecasting Based on Radar Reflectivity Images

Home Page: https://tianchi.aliyun.com/competition/introduction.htm?spm=5176.100066.0.0.3f6e7d83YVprtb&raceId=231596

Python 100.00%

cikm-cup-2017's People

Contributors

jessicamidi avatar yaoyichen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cikm-cup-2017's Issues

Dataset problem

No download link found in this repo.
Could you please share the link,thanks a lot

IndexError: index 0 is out of bounds for axis 0 with size 0

CIKM2017_testA slice_ind: 0193
Traceback (most recent call last):
File "step1.3_temporal_match_test.py", line 45, in
img2,N_row,N_col = read_slice(input_file,slice_size,slice_id2,T_id2,H_id)
File "../TOOLS/CIKM_TOOLS.py", line 40, in read_slice
_,row,col,pos = size_file[size_file.slice_id ==slice_ind].values[0]
IndexError: index 0 is out of bounds for axis 0 with size 0

python3: list(map) enumerate

import numpy as np

N_dist = 10
Dist_list =list((np.e-1)**np.arange(1,N_dist))
N_ = list(map(lambda x:'N'+ str(x).zfill(2), np.arange(1,N_dist )))
dist_zip = zip(Dist_list,N_)
#slice_range = range(10, 20 + 1)
for i in range(10):
print(i)
for ind2, slice_ind in enumerate(dist_zip):
print(ind2, slice_ind)

error:
#0(0 (1.718281828459045, 'N01')...) 1 2 3 4 5 7 8 9

slice_size.csv does not exist

CIKM-Cup-2017-master/code/step1_Image_Match$ python step1.3_temporal_match.py
IOError: File ../../data/train_slice_size.csv does not exist

where is the file?
answer_sample.csv?train_label.csv?
thanks

Dataset Download

Sir, can you please tell me the procedure to download the dataset that you have used for this project.

opencv库的疑惑

您好!想请教下,你们用的是opencv库还是opencv-python库?

A: python version of opencv

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.