Live data from Hacker News

Viewing profile — amitoz_azad

amitoz_azad

HN member
Joined
Tue, Jun 02, 2020, 11:51 AM UTC
HN karma
19
Public activity
29 items

About amitoz_azad

No profile information was provided.

Recent public activity

  1. story
    Show HN: PiSegment(Small Python software for semi-supervised image segmentation)

    It opens up a GUI to annotate the image, then segments the regions based on the annotation. Can be used for image segmentation, background extraction, semantic segmentation, colori…

  2. comment
    Comment #33843484

    I am not in academia - but the meetings you have described reminded me of the meetings I had during my PhD years. I was supposed to attend 1 or 2 meetings every year in different c…

  3. comment
    Comment #32467409

    This year I published at IJCAI-2022 (acceptance rate 15%). My article was selected for a long oral presentation (170/4535). I am the sole author of my article. ( https://www.ijcai.…

  4. story
  5. story
    Show HN: Fast denoising of pointclouds on GPU using PyTroch

    Graph signal processing for pointcloud denoising.

  6. comment
    Comment #31106034

    Inpainting is a process of image restoration, the idea is to fill the damage, deteriorated or missing part of an image to present a complete image. It can also be used to remove un…

  7. story
    Show HN: PyInpaint, a lightweight image inpainting tool written in Python

    - A simple and effective tool to remove scratches, bruises and small holes on images. - Basically it does the job by doing Dirichlet interpolation on a non-local graph created usin…

  8. comment
    Comment #29146883

    This is amazing! As a student I am always looking for tools to make good presentations fast. Wonderful ! However, I am wondering is there any way to add equations through latex of …

  9. comment
    Comment #27052223

    Hey guys :) - I made my first web app - Basically you choose your practicing language - Then you are connected with a random learner practicing the same language and then you both …

  10. story
  11. comment
    Comment #26983917

    - This project has application in pointcloud denoising. - It implements chambolle-pock primal-dual algorithm. - The use of torch_geometric allows faster processing on gpu.

  12. story
  13. comment
    Comment #26966896

    -Eikonal equation for segmentation. -PyOpencl backend. -It has application on graph data-structure. -Like images, pointclouds, text, audio etc.

  14. story
  15. comment
    Comment #26122665

    The word Yoga comes from the root "yog" in Sanskrit. It literally means "sum", "union". Yoga is to be in union with nature. It happens when one is living harmoniously.

  16. comment
    Comment #24699115

    I second this !

  17. comment
    Comment #24682940

    I had no money to buy Windows OS.

  18. comment
    Comment #24679255

    I would say "Yes!", based on my experience they do work.

  19. comment
    Comment #24541586

    This post is so much full of wisdom.

  20. comment
    Comment #24541073

    That's dark

  21. comment
    Comment #24432802

    A whole man is a holy man !

  22. comment
    Comment #24344885

    So it all boils down to $$$? Any other possible reason?

  23. comment
    Comment #24343664

    Why do you think standford didn't make video lectures of this course "machine learning on graphs" public but decided to make the just the slides and assignments public?

  24. story
  25. comment
    Comment #24234681

    My PyTorch hackathon submission. Basically I am showing that how PDEs on graphs can be solved with Message Passing class of torch_geometric and created a tool torch_pdegraph to fac…