Isaac Kargar

Results 58 comments of Isaac Kargar

@JakubBurczyk nice figures. Do you use the same blender add-one? I try to generate the same nice junctions but cannot. I also don't see the GUI you showed here for...

Thank you for the quick answer. I tried to install OddLot both on the main system and docker. Maybe this is the problem with ubuntu. I have to try a...

@Coastline2018 Same problem. did you solve that? tf_ops/sampling/tf_sampling_so.so: cannot open shared object file: No such file or directory

@Coastline2018 It's because of tf version I think. I have installed tf 1.2 as the original code run on that version. but I have cuda 9.0 installed and tf 1.2...

@Coastline2018 I solved the problem. Use the following pipeline and replace the attached tf_ops folder with yours. ## How to run: download dataset from here and put the uncompressed data...

Yeah. maybe. you have to compile some files for your current tf version. I don't know how to do that on windows. sorry

@Coastline2018 Sorry, I don't know about the smpw.

I have the same goal. I use deep sleep mode and wake it up every hour to measure sth and send data via mqtt and again go to deep sleep...

> Hey guys ! > > We've work on a terraform script to deploy mlflow tracking server with only one command on gcp: https://github.com/artefactory/one-click-mlflow > > It's actually deployed using...

@aswinnahrendra Did you find a way for this? I usually use `os.environ["SDL_VIDEODRIVER"] = "dummy"` at the beginning of my codes to turn off the pygame window, but for this environment,...