Yong-Siang Shih
Yong-Siang Shih
This is likely to be caused by the same problem described in #286 and #143, #171, #252, #276. Basically you need to ensure the line endings stay the same https://help.github.com/en/github/using-git/configuring-git-to-handle-line-endings.
But this might break existing blogs' archive page's URL: `root/post` such as [this](https://www.xianmin.org/hugo-theme-jane/post/).
I am unable to reproduce the issue. The code blocks seem to be fine here: https://www.xianmin.org/hugo-theme-jane/post/goisforlovers/.
@Aixile The paper says: > Finally, from 42000 face images in total from the face detector, we manually check all anime face images and remove about 4% false positive and...
@Aixile Thanks! BTW, do you think it's possible to just extract faces from episodes of animes? Maybe we could get high volume of high resolution, high quality faces in this...
+1 for this feature. I think the coolest part is that this enables us to connect to nvim sessions in remote servers via ssh. By doing so we are no...
But `Makefile` would not be installed by `pip`. If I run `$ make`, the following message appears: ``` make: *** No targets specified and no makefile found. Stop. ``` Interestingly,...
Hi @tzutalin, Thank you. This is really helpful. Now I am able to reproduce my issue on Travis CI when using `pip install`. Please see https://travis-ci.org/shaform/labelImg/builds/248948327 Basically, I have modified...
@tungalbert99 - I just re-run the travis-ci, and it still fails https://travis-ci.org/shaform/labelImg/builds/248948327. So the PyPI package is still broken. - I am able to run labelImg in the repo with...
I can confirm the build still fails, as shown here: https://travis-ci.org/shaform/labelImg/builds/248948327. However, one could still build the package by herself rather than installing it from PyPI.