Ray Phan
Ray Phan
@jphdotam Thank you for the fix. I can confirm this works. Weird how this issue has been open for 2.5 years and has not been committed to the repo.
@jphdotam thanks! I'll take a look after I finish with some experiments. I'm currently training something right now and will also take a look at yours. Edit: oh wow fresh...
@teekie I haven't had the time to work on this as of late. There is a third-party module you can install through https://github.com/primetang/pylsd/, but IIRC correctly, this links to the...
@teekie As long as you can robustly detect the lines, there should be no difference. The method uses a modified version of RANSAC to determine the best set of lines...
@teekie thanks for this detailed analysis! As pylsd-nova still links to the original pylsd, I would not be able to license this repo with the MIT license as the C++...
Same problem here. `whl` file is not produced. Building on Mac OS 10.13.6 (High Sierra).
Within a virtual environment, the only way this worked for me was to clone the `atari-py` project from the repo, install it locally then use `sys.path.append('path to atari-py repo')` in...
I get this warning too. However, it shouldn't stop you from running the downloader and render. It still works for me.
@datatalking Thanks for this, but I've moved onto a Macbook with a M1 chip and there's already an established pipeline for getting TF and it uses the M1 GPU. I...
Hello, Y[I] is a label array that determines what's a positive and what's a negative sample. Y[I] = 1 means that the I'TH bounding box is denoted as positive, meaning...