ap

Results 77 issues of ap

Is there an explicit encoding requirement that I need to set? Thanks cur.execute("""CREATE DATABASE IF NOT EXISTS TEST""") **\* SystemError: decoding with 'cp1252' codec failed (SystemError: returned a result with...

windows

I am not sure how this path is specified there are no folders C:\a\w\..... ``` C:\test\yv3pytak\imgs\messi.jpg predicted in 0.047 seconds Objects Detected: person person person sports ball C:\test\yv3pytak\imgs\person.jpg predicted in...

Has anyone tested the performance of the pytorch implementation where the C implementation using the same configuration?

How does one load the models from a folder? Reviewing https://github.com/timesler/facenet-pytorch/blob/master/models/mtcnn.py does not indicate a user set for the file path of the model. Any pointers appreciated, thank you.

Thank you for this work and research, let's hope FaceBook adopts the changes for the build. The build and initial tests are working on Windows 10.

I reviewed an earlier [post ](https://github.com/mapbox/rasterio/issues/839) from you but was thinking an even simpler example may be of useful ``` # get sample data set ds=rio.open(r'testa.tif') b1=ds.read() profile=ds.profile # store...

documentation

This line in in _dump.py new_value += (struct.pack(">L", num) + is failing with large rational integer outputs of Python Fraction Fraction(2476979795053773, 2251799813685248) Is there a better way to generate the...

Review of raw input data points against three methods of density counting. DataShader appears to have an offset. The input data (33 records) CSV zip file is attached. DataShader 0.6.2,...

bug

I am seeing memory double for the datashader process during the call agg=csv.points(df,'x','y',ds.count('t')) When the call finishes memory returns to the amount prior to the aggregate call. I have not...

The diagnostics/profile_visualize.py call to create the output file allows a user parameter for file path. Is it possible to add the mode parameter? I'm interested in setting that for offline...