mfl22

Results 4 comments of mfl22

Yes, you need to upgrade the pretrained model using the `Tools/upgrade_model_version.py` script and probably modify the configuration file `Config/cascade_mask_rcnn_hrnetv2p_w32_20e_v2.py` slightly (read the error messages, if any, and simply copy relevant...

Could you add some more explanation about data loading: https://github.com/wsyCUHK/Reinforcement-Learning-for-Real-time-Pricing-and-Scheduling-Control-in-EV-Charging-Stations/blob/cbd4c8b3be01f779bb2c7e9fad9cc2c822b49442/code/HSA.py#L31-L55 Do the timestamps in `out1`, `out2`, `out3`, and `ISO_eprice` correspond? Also, it is not entirely clear why prices data is...

It would be nice to add this option to label-studio. Similar question was posted here: https://github.com/facebookresearch/segment-anything/issues/215 @shondle how demanding would it be to add this feature?

I just added: # Get polygonal segmentation from mask_utils import mask2poly poly = mask2poly(mask) for p_ in poly: label_id = ''.join(random.SystemRandom().choice(string.ascii_uppercase + string.ascii_lowercase + string.digits)) # Prepare segmentation - percentage...