Divyam Sheth

Results 6 comments of Divyam Sheth

Use chrome extension guys. All images Download. It can download images over 700 too

> Traceback (most recent call last): > File "auto_joiner.py", line 585, in > main() > File "auto_joiner.py", line 558, in main > members = get_meeting_members() > File "auto_joiner.py", line 416,...

@shqmffl486 Change ``` _, contours, _ = cv2.findContours(thresh.copy(), cv2.RETR_EXTERNAL, cv2.CHAIN_APPROX_SIMPLE) ``` to ``` contours, _ = cv2.findContours(thresh.copy(), cv2.RETR_EXTERNAL, cv2.CHAIN_APPROX_SIMPLE) ```

@davnords Where did you find these configs and is it possible to share your eval code?

@davnords Thank you so much for sharing! It really helped

@davnords Thank you and likewise, navigating mmcv was a major headache