Orsai

Results 3 comments of Orsai

I am facing the same problem. @Stark123 Could you please explain how train_faster_rcnn_alt_opt.py solved your problem?

In transform.py, the starting date is computed as ``` if start is None: # py datetime min/max are out of range of pd.Timestamp min/max start_target = pytz.UTC.localize(pd.Timestamp.min) + timedelta(days=1) start_inf...

Thanks a lot for your fast response. I did not mean to share your dataset, I was just curious on how to annotate a "background" image in COCO format. I...