MacJim / CMPT-762-Assignment-3-Code

CMPT 762 Project 3: Detection, semantic segmentation, and instance segmentation using Detectron2 and PyTorch
0 stars 0 forks source link

FPN: More detection boxes #11

Open MacJim opened 3 years ago

MacJim commented 3 years ago

The iSAID paper uses 1000 instead of the default 100.

MacJim commented 3 years ago

512 seem to work pretty well. Need to test higher values in the future.