Rohit Lal

Results 8 issues of Rohit Lal

Your Image processing basics are good. But do you think that we should add some more even basic tutorials? Like adding of two image, subtracting of 2 image, multiplication of...

enhancement
Suggestions

Please assign a custom domain for this repo. You can create a custom domain at GoDaddy. - The link might be https://notes.ivlabs.in - Go to GitHub pages settings and add...

enhancement

Please make proper README.md for this repo. Refer here for content: https://www.ivlabs.in/autonomous-driving-platform.html

documentation
enhancement
hacktoberfest

Building with current cmake list gives error. Resolved the hash. It resolves #1933 #1224 The Model needs to be downloaded from https://www.kaggle.com/datasets/changethetuneman/openpose-model?select=pose_iter_584000.caffemodel Thanks for uploading this mirror!

Code wasn't running so i debugged the code and now its working (tested on torch version 1.7.1 ) - `async=True` is deprecated therefor used `non_blocking=True`

The formatting of `README.md` is very poor.. Please modify it.

Thanks for the explanation in #3 Can you also share the visualization code that you used to generate the image in the README using the posetrack_predictions.json https://github.com/vita-epfl/decoupled-pose-prediction/blob/main/figures/fig4--a.png It will be...

I’m always frustrated when analyzing large models where memory bottlenecks occur, especially during training. While Torchview provides a clear view of parameter sizes and layer hierarchy, it lacks estimated memory...