Sarthak Gupta

Results 5 comments of Sarthak Gupta

Hey @phillip055, Please provide more details on this. How would pagination for messages work? With respect to date?

@phillip055 Oh okay, so we should start loading from the last message, and then lazy load more as required. Nice point 👍 I'm slightly busy these days, but PRs for...

Sure! :) Please let me know in case you need any help

In aodv.cc, rt has been declared but never defined. That's probably why the segmentation fault is coming. rt is declared here: https://github.com/softvar/ns2-roadv/blob/4e787d5236da35b321a367282de6e28a16ba89bc/aodv.cc#L662 and used here: https://github.com/softvar/ns2-roadv/blob/4e787d5236da35b321a367282de6e28a16ba89bc/aodv.cc#L676 But in between, it...

It'd also work if you could just share the trained model (pre-trained on MSCOCO, that you fine-tuned on KITTI and on some videos from your dataset)