Artyrm

Results 17 comments of Artyrm

I guess that was just embedded samples: ``` json_test_case = """ { /*asterisk style comment with escape inside\*/ "string": "string", "string_with_comment_inside": "//single line comment and /*multi-line comment*/", "number": 2, "foo":...

Same here, with strict=False I got people count always 0, and quite strange density maps. Here is the result for ShanghaiTech Part_B IMG_153.jpg with `11-ResSFCN-101_all_ep_94_mae_26.8_mse_66.1.pth` pretrained model. ![dn_IMG_153](https://user-images.githubusercontent.com/21180686/90651278-81693d00-e245-11ea-9626-00796836819a.png)

I ran `snmpd -f -L -Dagentx` And there is no reaction once I sun simple_agent.

Ugh. Somehow it appears that I was editing run_thresding, while running run_simple. Now it's cleared up. But I get this on simple_agent start: `Error opening specified endpoint "" Server Exiting...

.open() happens way before network communication, and deals solely with the serial port. Try maybe to communicate with your device with pure serial? For example: ``` minicom -D /dev/ttyAMA0 -b...

Little update here. I tried `device.flush_queues()`, unfortunately, it didn't help.

I can add to this that on 868LP module as receiver this seems to be non-issue. At the same time SX868 receiving data from 868LP has the same problem.

@TheTripleV Thank you for your reply, I'll definitely give it a try.

@TheTripleV unfortunately, it is all the same - freeze, memory leak. For now even to detect "freeze" state would be of great help.