-
The luminance calculation in smartcrop.js is currently:
function cie(r, g, b) {
return 0.5126 * b + 0.7152 * g + 0.0722 * r;
}
But going back to the HDTV Rec. 709 (either https…
-
Maybe I could just wrap the vs-placebo calls for now, doing this for other colorspaces and color models seems really tedious and slow
NSQY updated
6 months ago
-
Care must be taken to ensure any transform defined is robust, works for all inputs and does not greatly adjust the perceived image. For example, a transform cannot simply scale SDR images in linear c…
-
-
Ketika memasukkan perintah `pip2 install -r requirements.txt` memunculkan pesan:
`ERROR: Could not find a version that satisfies the requirement python-dnspython (from -r requirements.txt (line 1)) (…
-
Hello, I have downloaded the zip document of ITU-R-P.837, however, in R-REC-P.837-7-Maps, there are all txt files. How can I get the corresponding mat file, and what is the specific composition format…
-
### Describe the enhancement you're suggesting.
I think it would be usefull to add 406.025MHZ BPSK decoder for signal transmitted by EPIRB (ELT) beacons. It could be used for testing and analyze of …
-
Ex: https://github.com/relaton/relaton-itu/issues/42
Will need samples, @ronaldtse
-
https://github.com/ianfixes/nmea_plus/blob/39ff69dd24806315ecc2b40ca6ca68e2c8459e12/lib/nmea_plus/message/ais/vdm_payload/mmsi_info.rb#L182
Spotted this one by chance recently where one system was …
-
I was finetuning my dataset with ResNet101. Testing works fine with the pre-trained weights, but when I start training, it gives the following error:
Preparing training data...
Extracting image si…