Aditya Ardiya
Aditya Ardiya
This commit tries to improve the clean_html with 2 updates: **1. Improve table appearance by removing unnecessary gap between table** Before:  After:  **2. Improve code appearance** Before: ...
This PR contains fix to solve this compilation errors: ``` _______________________________________________________________________________ Errors
Problem: - There is a translation issue where Prev is supposed to mean `previous` instead of `preview`. Solution: - This commit tries to fix this by changing the correct Reference:...
### Solution to issue cannot be found in the documentation. - [X] I checked the documentation. ### Issue Getting the following error. Missing local_setup.ps1 ``` &: C:\Users\xxx\Software\Miniforge\etc\conda\activate.d\ros-humble-ros-workspace_activate.ps1:10 Line | 10...
Hi, I want to post this in your caffe fork but there is no issue tab there. So, I have tried to compile your latest caffe fork and encounter some...
Hi @shubhtuls, I followed your readme file until mainRigidViewpoint, and it is working. Now, I want to visualize the result. I saw a lot files such as visualizePoseKeypoints.m and visualizeTopKeypointDetection.m...
## Issue: Both Scroll and Shift+Scroll resulted in vertical(up-down) scrolling in QT5. It seems the else(QT5) condition properly handle the shift+scroll condition, ref: https://github.com/ardiya/labelme/blob/57fbf2b9a749cd77ac5f03f005ee6206d671ece8/labelme/widgets/canvas.py#L928-L929 So I just need to handle...