hoonkai

Results 35 issues of hoonkai

Hi I'm trying to print on a HL-1110 connected to a raspberry pi. The `lpr` command works fine, but it always fails via CUPS. The state in each job is...

To help installation of dependencies, use `pip install -r requirements.txt`. All packages have been tested to work with the latest branch.

Hi I'm trying to disable the speed hack by setting `SPLIT_MODEL` to `False`, but I keep getting an error "RuntimeError: Attempted to use a closed Session.": ``` > Press 'q'...

Hi Great work! Can I ask what f1 scores and performance did you get from running `run_classifier_multi_labels_bert.py`? Thanks

## Description I see that the diff image produced by `structural_similarity` uses the standard simplified definition, i.e. https://github.com/scikit-image/scikit-image/blob/2c633821047de156761a919562240fd8dc1dd281/skimage/metrics/_structural_similarity.py#L221-L230 Using the two inputs below, the diff output is normal ![1647524904_19](https://user-images.githubusercontent.com/14197204/168145373-70416279-2199-4621-8c17-1535c4af02e3.jpg) ![1647524669_13](https://user-images.githubusercontent.com/14197204/168145386-6dc7b51b-996c-40c0-94b9-20f2a8a632af.jpg)...

:people_hugging: Support

Hi Line https://github.com/chenyuntc/PyTorchText/blob/master/models/__init__.py#L2 imports `CNNText` but it doesn't seem to be in the directory. Is it missing? Thanks

Hi Anyone know how much GPU memory is needed to run the checkpoint `panet_mask_step179999.pth`? I've got 8GB but `python tools/infer_simple.py --dataset coco2017 --cfg configs/panet/e2e_panet_R-50-FPN_2x_mask.yaml --load_ckpt panet_mask_step179999.pth` gives OOM: ``` File...

Is it expected that the detection of objects with a large surface (say above 60% of the image surface) is difficult to train with MobileNet? My experience is that the...

Hi I see that the term `c^2/2` of the Cauchy robust penalty is ignored (https://github.com/raluca-scona/staticfusion/blob/master/SegmentationBackground.cpp#L150), but is there any reason why? Thanks

Hi I'm trying to run `predict.sh` but I keep getting the error `No module named 'libs.GANet.build.lib'`. I've looked into `libs/GANet/build` but there isn't a `lib` folder: ```libs git:(master) ✗ tree...