BoyangXia
BoyangXia
python unittest/ops/rmst_wl_unittest.py Traceback (most recent call last): File "unittest/ops/rmst_wl_unittest.py", line 18, in from dreamplace.ops.rmst_wl import rmst_wl File "DREAMPlace/dreamplace/ops/rmst_wl/rmst_wl.py", line 11, in import dreamplace.ops.rmst_wl.rmst_wl_cpp as rmst_wl_cpp ModuleNotFoundError: No module named 'dreamplace.ops.rmst_wl.rmst_wl_cpp'
With the same setting and same checkpoint (128s3_checkpoint.pth.tar), 75.0 mAP cannot be reproduced in my environment (achieved 74.4 ). The difference I know is that I use FPS1 frames, the...
Why the "interval" used to split test data is 100 but that in train/validation data is 60? I mean, the "interval" determine the valid length of each trajectory, just like...