The-Gia Leo Nguyen

Results 6 comments of The-Gia Leo Nguyen

It is a year ago, so I don't remember in detail. But to my knowledge, those functions are implemented and it should work out of the box. Maybe I didn't...

Yes, I did reproduced the supervised NIN. With my code (https://github.com/Xenovortex/Implementation-FeatureLearningRotNet), I achieved slightly lower accuracy than in the paper but pretty close: Total Accuracy: 91.39 % Accuracy by classes:...

I mean, if you think it is an unfair comparison. Then, there is really nothing stopping you from changing num_stages to 3 or 4 respectively and run the authors code...

Ok, i will work on those points this week, presumably on friday. Thanks for the feedback.

1. i removed the HD polygon 2. done 3. The problem is that the direction API return a 2d list: route = np.array(response['routes'][0]['geometry']), however PolyLine() requires a 1d list of...