LCFCN icon indicating copy to clipboard operation
LCFCN copied to clipboard

ECCV 2018 - Where are the Blobs: Counting by Localization with Point Supervision. This is a ServiceNow Research project that was started at Element AI.

Results 19 LCFCN issues
Sort by recently updated
recently updated
newest added

Dear author, thanks for this great repo. However, I find that there is only the trainval.py script, there are no codes to test on the trained model on the test...

I got this error in my anaconda when running this command ```pip install git+https://github.com/ElementAI/LCFCN``` ``` Collecting git+https://github.com/ElementAI/LCFCN Cloning https://github.com/ElementAI/LCFCN to c:\users\****\appdata\local\temp\pip-req-build-52v1c34l Running command git clone -q https://github.com/ElementAI/LCFCN 'C:\Users\***\AppData\Local\Temp\pip-req-build-52v1c34l' error: invalid...

Excuse me, can you tell me which python file should I run in Pycharm?

Dear Sir, First, I want to know how to plot the loss curve during training. Second, if I trained the model reach to 50 epochs, is it possible that I...

As far as I my understanding goes, the lcfcn loss works with one sample per batch. Is that really the case? If so, how hard would it be to adapt...

hello , how I can create files of image-x-xxxxx.txt & image-x-xxxxxdots.png & image-x-xxxxxmask.mat? how I can create these files for own datasets? do these data for necessary for run? thanks

Hello, I'm wondering if the images displayed in the results dashboard come from the training, validation or testing set. How do I select which subset to use? Also, how can...

Can you provide a model that you trained on trancos data?

After I train the network with multiple classes(11), the inference result is confusing. In applyOnImage.py: The first problem is in the line: imsave(save_path, ut.combine_image_blobs(image_raw, pred_blobs)): ValueError: Invalid shape for image...