MiguelMonteiro / CRFasRNNLayer

Conditional Random Fields as Recurrent Neural Networks (Tensorflow)
MIT License
82 stars 20 forks source link

what "spatial dimensions" means? #20

Closed happyhaogong closed 5 years ago

happyhaogong commented 5 years ago

Hi, Miguel: I have a simple problem. I see that in your code that spatial dimensions=2. I want to know what does spatial dimension refers to? can you please explain to me? Best wishes! Hao

MiguelMonteiro commented 5 years ago

Hello,

It means 2D or 3D. If you images are 2D spatial dimensions=2 if your image are 3D then spatial dimensions=3.

Best,

Miguel