Pushkal Katara

Results 58 comments of Pushkal Katara

@DeepDuke how much time did it sustain 4.50G/7.67G until the node died?

Hi @NicolasBernard456 . Here are some steps for debugging - - Using which ROS package are you reading the camera feed? Please use [video_stream_opencv](http://wiki.ros.org/video_stream_opencv) package for the same. - Is...

Hi, Simply removing the unistd.h from darknet solves the issue. ``` cd darknet_ros cd darknet/src rm -rf unistd.h ```

Hi @mattdeitke, I have been using `ai2thor==0+391b3fae4d4cc026f1522e5acf60953560235971` and also noticed that the simulator is comparatively slow. Is there a more recent binary with the features above to speed up? Thanks...

i would like to work on the issue @krrish94 , I think we can integrate the `S3DIS` dataset rather than the full 2D-3D-S dataset. Further when the DGCNN Semantic Segmentation...

Hi @krrish94 , please find minimal dataset loading here - https://github.com/pushkalkatara/kaolin/blob/s3dis/kaolin/datasets/s3dis.py I had few doubts: The structure of the dataset is as follows: Areas -> Rooms -> ObjectName.txt Annotations ->...

Facing the same issue @Caenorst in the PR https://github.com/NVIDIAGameWorks/kaolin/pull/255

Hi @krrish94 Currently I think dgcnn examples are not present in kaolin. Which dataset should I use to develop the examples?

Thanks for pointing out. I'll start working on it.

I have updated the TODOs with the unit tasks. Thanks for pointing out. I did this as a very initial commit with raw models to learn development process. I'll fix...