Yuhuang Hu
Yuhuang Hu
Also, here is my setup ``` require("neotest").setup({ diagnostic = { enabled = true }, adapters = { require("neotest-vim-test")({ allow_file_types = { "python" } }), }, highlights = { passed =...
I see, thanks! I will give it a try, I didn't expect a small LLM that can hallucinate this much. I don't have the freedom to use a public model...
@danielaskdd Really? This kind of know-how is very important, as I heard everywhere that `nomic-embed-text` is a high-performance one. Are there top ones you would recommend?
Same experience here with `nvim-tree`, in addition, `noice` seems to be also the reason that `nvim-tree`'s window picker is broken.
Cool, thanks, I will use this workaround. But this is still in general a valid bug, correct?
Feel free to close it if you want to.
I want to create a dataset that has 9 classes and thought I could somehow control this through passing some args. but unfortunately no. It's a great widght. And it...
Yep, this affects #970 which is a big bummer when creating new files.
v2e doesn't do any video smoothing given a video. Maybe do some post-processing before you produce the video? Use some kind of smoothing or stabilization from a video editor?
Do you know the original frame rate of these video frames? If it's a super low rate, the displacement between frames could be very large. In this case, you might...