Taewoon Kim

Results 18 issues of Taewoon Kim

Obviously this issue was already brought up at https://github.com/declare-lab/MELD/issues/9 The alignment is pretty bad. It's hard for me to go multimodal at the moment, because of this issue. I have...

Hi, I installed pop os 21.10, [which comes with its multi-touch touchpad gestures](https://www.techrepublic.com/article/pop-os-21-04-has-landed-and-its-out-of-this-world/), unlike native Ubuntu. I don't know what exactly is running in the backend, and also I don't...

wontfix

This is to ensure code style and quality. You just have to run `make style && quality` in the root repo directory, to format the files. The python packages `black`,...

![Screenshot from 2021-08-26 19-46-50](https://user-images.githubusercontent.com/10544311/131012449-bfdc0c5a-8f34-4900-8696-63ade6aa8d19.png) This is a face detection, recognition, age/gender estimation demo. I wanted to put this in `run_chat.py` or `run_demo_multidomain.py` but I thought first I make this separate...

- The line counting took forever. I had to see the progress. - Update README

I use this docker file for my project, and I've noticed some the docker image versions are a bit outdated. Currently it looks like: ```yaml # Copyright 2023 JanusGraph Authors...

This is the official python library from stanfordnlp, I think it does more or less what you want to achieve? https://github.com/stanfordnlp/stanza/issues/441