Alex Wei
Alex Wei
Hi Mr. Xintao I tested the pretrained model with the old baby pictures, this is the partial view of the result, you can see there're blurred small squares, the result...
Hi, your woks are awesome, except for the cropped samples ;-) Could you share your script in order to crop the portrait from the images? Thanks.
Hi there, I tested with a human portrait, nothing happens with the random samples, all of them are identical. tested super resolution by 4x or 7x, poor effect than traditional...
Hi @ISibboI Would you review and merge this? Once the dot operator supported, we can do object like expressions, a quick glance: 1. Demo 1: array ```rust assert_eq!( eval_with_context_mut( "v...
Hi Mr. @ISibboI I poke around the threads and find related issue: https://github.com/ISibboI/evalexpr/issues/117, this is similar to what I am looking for, I will make a pull request if you...
Hi, Thanks to your fundamental works, would you implement a cross-platform semaphore for inter-process communication? Thanks!
Hi, I am using the v3.0 stable, I found that when the supernode encryption mode was on, and if the supernode OS and edge OS have time difference, usually above...
Hi n2n Thanks to the stable n2n-3.0, it's super stable, fast and awsome! However, I need to make the Linux TUNTAP device persistent for routing purpose, so I added a...
**Before you open an issue:** - [x] I followed the [installation](https://github.com/Open-Web-Analytics/Open-Web-Analytics/wiki/Installation) or [update](https://github.com/Open-Web-Analytics/Open-Web-Analytics/wiki/Updating) guide - [x] [I read the troubleshooting guide in the wiki](https://github.com/Open-Web-Analytics/Open-Web-Analytics/wiki/Troubleshooting) - [ ] I have attached...
Hi Thanks for the cute minreq, it's really handy! However, can you add compression support? ```rust let records: Vec = minreq::get(url) .with_header("Accept-Encoding", "deflate, gzip") .with_timeout(5) .send()? .json()?; ``` Gives the...