anonymous

Results 33 issues of anonymous

![image](https://user-images.githubusercontent.com/1804003/75219252-4080f600-57d7-11ea-8d7d-11e31cfee593.png) duplicate rows show out, what can i do? thank you ``` from absl import app, flags import coloredlogs import logging def main(_args): logger = logging.getLogger(__name__) coloredlogs.install(level='DEBUG', logger=logger, fmt='%(asctime)s [%(filename)s:%(lineno)d]...

# Prerequisites Please answer the following questions for yourself before submitting an issue. - [×] I am running the latest version - [√] I checked the documentation and found no...

i installed two brokers in the same server as windows service. two commands to create services: 1. `sc create mqtt_1883 binpath= "\"D:\NoSQL\mosquitto_1883\mosquitto_1883.exe\" run" type= own start= auto displayname= "MQTT (port:1883)"`,renamed...

in `.\src\Alturos.Yolo\DefaultYoloSystemValidator.cs`, line: 51 add more vc++ versions check, and recompile. it will be OK. keep the latest version in Dictionary after every time vs2019 update. more detail is here,...

Windows 10 x64 VS2019 Debug x64 Alturos.Yolo: 3.0.6.0 ``` // #1 directly detect file is ok var detections1 = YOLO.Detect(pictureBox1.ImageLocation); // OK // #2 detect bytes , ERROR var detections2...

always error. which version didi you install? tensorflow-gpu, python, h5py , cpython can you show out the `conda list` ? thank you! ``` (tracker-gpu) D:\yolov3_deepsort-master>python object_tracker.py --video 0 --output ./output/video_custom.avi...

following this https://github.com/jeanpan/react-native-camera-roll-picker/issues/24 ``` ``` still too slow to show the pictures' list how to speed up? thank you !