Ethan

Results 14 comments of Ethan

You're most likely accidentally running in python2. I initially tried setting this up to run within virtualenv, but since you have to sudo to run it you have to install...

I think it occurs when the end of the dataset is reached. I have cyclic=True set on get_batch though...

Thanks for your quick response! This indeed makes the hanging go away, but I am doing some splicing with datasets.

Hey sorry for the long silence, I ended up changing my dataset to all be in one table and everything is working fine now. However. The multitables unit test hangs...

So actually, with my one table approach when I set the reader's ordered=False it freezes, but when ordered=True it does not freeze. Very odd... Any tips on how I can...

SpotFi relies on multiple linear arrays of antennas, in my work I only used a single linear array which significantly contributes to the ambiguities you're seeing. There are multiple ToF...

Oh one more thing about the discrepancy between the "True number of computed paths" and what the figure shows. The number of computed paths is obtained from the number of...

You shouldn't assign a value for tau. You should iterate over a range of realistic values (overestimating is better than underestimating) and then SpotFi will peak at the correct value...

You need to run this on a device that supports Linux. Microcontrollers like the Intel Galileo and Arduino are not going to be able to run software as complex as...

As for running on your own laptop, I was lucky enough to have an express card slot, which supports pci-e and I was able to find an adapter to pcie...