hoonkai
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  ...
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...