Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
AI
人工智能学习之路
-
slambook
Forked from gaoxiang12/slambook
C++
-
PIX-Hackathon-Autoware
Forked from xfqbuaa/PIX-Hackathon-Autoware
C++
-
traffic-gesture-recognition
Forked from pixmoving-moveit/traffic-gesture-recognition
code, model and dataset for traffic command gesture recognition
Python
-
ProgramBug
-
MVision
Forked from Ewenwan/MVision
Makefile
181 contributions in the last year
Contribution activity
April - May 2019
March 2019
- dingjiangang/radar_camera_fusion_matlab MATLAB
- dingjiangang/semantic-segmentation-editor JavaScript
- dingjiangang/unet_darknet C
- dingjiangang/program_study
- dingjiangang/libxcam C++
- dingjiangang/yolo_segmentation C
- dingjiangang/darknet-yolo-segmentation C
- dingjiangang/MSR_original C
- dingjiangang/lane_detection Python
- dingjiangang/Real-time-fisheye-stitching C++
- dingjiangang/MultiCol-SLAM C++
- dingjiangang/Object-Detector-in-C C
- dingjiangang/SARosPerceptionKitti C++
Created an issue in ArtyZe/yolo_segmentation that received 1 comment
some issue
while(1){
image aug = random_augment_image(im, 0, .75, 320, 448, 320, 320);
show_image(aug, "aug", 1);
free_image(aug);
for(k = 0; k < c; ++k){ for…