kukuruza / City-Project

Analyze traffic given a set of optical cameras in urban areas
0 stars 0 forks source link

can't initialize geometry for camera 572 #8

Closed kukuruza closed 10 years ago

kukuruza commented 10 years ago

Hey Satwik, we are using cam 572 for demo, since the cars are slow there.

However, I can't init geometry for 572. When I change 360 to 572 in GeometryTest.m, eveyhing freezes at:

In GeometryEstimator (line 36) obj.roadMask(i, j) = obj.road.detectCarLane([j, i]); In GeometryEstimatorTest (line 19) geom = GeometryEstimator(image, matFile);

satwikkottur commented 10 years ago

I didn't have any problems loading camera 572. However, I did make few changes for the debugging routines to work properly. Also need to look into the probabilities spitted out for this camera.

Do let me know if you face similar situation even now. Sorry for the inconvenience.

kukuruza commented 10 years ago

Oh ok, I see how are loading cameras. My bad, I didn't read the commented code