Giter VIP home page Giter VIP logo

zhihu_material's Introduction

zhihu_material

I occasionally write articles in a Chinese knowledge share website called 'ZhiHu'. This repo contains materials for each article, like code, script for generating figures, etc.

zhihu_material's People

Contributors

feixia586 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

zhihu_material's Issues

No module 'socketio'

HELLO,I see your article and try it. Backgroud: anacode3/ Tensorflow / keras is OK . But I GOT the issue "NO module socketio" when i run "python drive.py model.h5".

And do i need download the open source form https://github.com/udacity/self-driving-car-sim

HOPE U CAN HELP ME! THANKS

111@111-Aspire:~/anaconda3/Car_end2end/car_end2end_master$ python drive.py model.h5
Traceback (most recent call last):
File "drive.py", line 8, in
import socketio
ImportError: No module named 'socketio'

The lane extracted is not correct

The lane extracted is not correct.

It due to logic data type error below:
left_lines.append(line)

lines is of shape:
(1, 15, 4)
So that all lines are added into both left_lines and right_lines, so the result is not correct.

pop index out of range

File "lane_detection_1.py", line 82, in clean_lines
lines.pop(idx)
IndexError: pop index out of range

i downloaded your code and run it .it informed error .

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.