Aditya Ardiya

Results 7 issues of Aditya Ardiya

This commit tries to improve the clean_html with 2 updates: **1. Improve table appearance by removing unnecessary gap between table** Before: ![image](https://user-images.githubusercontent.com/1798412/149631207-50415ad2-c9e3-46e5-a895-9b4d1c5e514d.png) After: ![image](https://user-images.githubusercontent.com/1798412/149631221-140467e1-359f-48aa-af4c-74e95effdaad.png) **2. Improve code appearance** Before: ![image](https://user-images.githubusercontent.com/1798412/149631057-aecdce0f-fb30-40eb-8be7-b2707ba59e96.png)...

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...

bug
windows

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...